Shekhar PatilHow to create an Excel sheet with spreadsheet gem.We can create an Excel sheet using the following few steps in the rails application.Feb 21, 2020Feb 21, 2020
Shekhar PatilThe const_get method in the ruby.Do you know how helpful the const_get method is?Feb 11, 2020Feb 11, 2020
Shekhar PatilHow to install rails 6.0Yet to start with rails 6.0, Install it right now and build awesome web apps.Feb 2, 2020Feb 2, 2020
Shekhar PatilHow to create has_many belongs_to association for existing modelsIn this article, we’ll createhas_many belongs_to association for existing User and Task model.Feb 22, 20191Feb 22, 20191
Shekhar PatilHas many belongs to many in Rails 5Consider we have two models Post and Tag. The post has many tags and the tag has many posts. In this case, we can use has_many association…Feb 6, 2019Feb 6, 2019