How can you run Rails without creating databases?
You can run your application by uncommenting in environment.rb
path=> rootpath conf/environment.rb
config.frameworks = [ action_web_service, :action_mailer, :active_record]
BY Best Interview Question ON 13 Jan 2019