Ruby Developer Question:

Download Job Interview Questions and Answers PDF

Explain how you can run Rails application without creating databases?

Ruby Developer Interview Question
Ruby Developer Interview Question

Answer:

You can execute your application by uncommenting the line in environment.rb

path=> rootpath conf/environment.rb

config.frameworks = [ action_web_service, :action_mailer, :active_record]

Download Ruby Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me what is the command to create a migration?Tell me what is the difference between calling super() and super call?