Rails database.yml rails Database.yml is one of the most important files in rails project, database.yml rails is actualy a configuration file.
Rails Lazy loading in rails – Rails Feature Lazy loading in rails is the amazing feature provided with rails. In console you might have tried to examine how lazy loading in rails actually works. In this tutorial, we will learn about
Rails rake db migrate with down, up, redo, rollback options rake db migrate - This can be used to migrate your production/test database using various options like up, down, step, redo, version etc. In this tutorial we will learn how all these options
Rails ruby difference between single and double quotes In “Ruby difference between single and double quotes” is very common question that you might come across while using single quotes and double quotes in Ruby on Rails development. We will see in
Rails uncaught exception address already in use bind(2) uncaught exception address already in use bind(2)
Rails NoMethodError: You have a nil object when you didn’t expect it! NoMethodError: You have a nil object when you didn’t expect it!