It would be convenient to use Ruby on Rails for a small website project that has no current need for a database. I know I could create an empty database in MySQL and go fro
Uncomment this line in the environment.rb file:
environment.rb
config.frameworks -= [ :active_record, :active_resource, :action_mailer]