Ruby Developer Question:

Tell me what is the command to create a migration?

Answer:

To create migration command includes

C:rubyapplication>ruby script/generate migration table_name

Read All 74 Ruby Developer Questions
Previous QuestionNext Question
Tell me what is the role of sub-directory app/controllers and app/helpers?Explain how you can run Rails application without creating databases?