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?
No Answer is Posted For this Question
Be the First to Post Answer
what is the role of Rails Controller?
How can you protect filter methods in rails?
If you want to set up a one-to-one relationship between two models, you'll need to add belongs_to to one, and has_one to the other. How do you know which is which?
what is Cross-Site Request Forgery (CSRF) and how Rails is protected against it?
List out what can Rails Migration do?
Tell me what is polymorphic association in ruby on rails?
Explain model in rails?
How does router work in rails?
Explain how Rails implements Ajax?
what are the limits of Ruby on Rails?
Mention the log that has to be seen to report errors in Ruby Rails?
what is the function of garbage collection in Ruby on Rails?