Answers

Question and Answer:

  Home  Ruby Developer

⟩ Explain how you can run Rails application without creating databases?

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]

 187 views

More Questions for you: