#rails
Read more stories on Hashnode
Articles with this tag
While working on a Rails application, we all have had to change the database column in some way. You can change the column name and the column type,...
An association is a connection between two Active Record models. It makes much easier to perform various operations on the records in your code. We...
Scaffolding in Ruby on Rails refers to the auto-generation of a set of a model, views and a controller usually used for a single database table. For...