Ruby Developer Question:
Download Job Interview Questions and Answers PDF
Tell me what is the command to create a migration?
Answer:
To create migration command includes
C:rubyapplication>ruby script/generate migration table_name
C:rubyapplication>ruby script/generate migration table_name
Download Ruby Developer Interview Questions And Answers
PDF
Previous Question | Next 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? |