1.

How can you run Rails without creating databases?

Answer»

You can RUN your APPLICATION by uncommenting in environment.rb

path=> rootpath conf/environment.rb

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



Discussion

No Comment Found