2
votes
Optimizing a Ruby on Rails Project
In your environment.rb - File:
# Skip frameworks you're not going to use. To use Rails without a database,
# you must remove the Active Record framework.
config.frameworks -= [ : …
