what is a rails migration? Write up a short example of a simple rails migration with a table called customers, a string column called name, and a text column called description?
836Post New Ruby on Rails Questions
what is different between activerecord::relation's count, length and size methods?
what is ORM (Object-Relationship-Model) in Rails?
Tell us what is the difference between redirect and render in ruby on rails?
What is the use of super in Ruby Rails?
what are helpers and how to use helpers in ror?
what is the purpose of the resources method in the code snippet below?
how many types of callbacks available in ror?
Tell me what is the difference between the observers and callbacks in ruby on rails?
What is the naming convention for variables?
Why we use migration in rails?
Why ruby on rails is used for?
what is a rails migration? Write up a short example of a simple rails migration with a table called customers, a string column called name, and a text column called description?
What are the hashes?
Do you know what is rake in rails?
Explain what is the role of the subdirectories app/controllers and app/helpers in rails?