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?
838Post New Ruby on Rails Questions
what is the log that has to seen to check for an error in ruby rails?
What is the architecture of Model views and controllers
What is the directory structure of rails?
Explain me what is the naming convention in rails?
What is the role of mvc architecture in ruby on rails?
what are the differences between rails 2.x and rails 3?
Explain rvm in rails?
Mention the types of variables available in Ruby Class?
Explain me what is the purpose of rjs in rails?
How is the model view controller framework used in ruby on rails?
What are generators in ruby on rails?
How you run your Rails Application without creating database ?
Explain some features of nested scaffolding.
What is difference between form_for and form_tag?
Can you list out what can rails migration do?