Don't need a database for your Rails application or any extra object-relational mapping layer? :)
Then put this in your <RAILS_ROOT>/config/environment.rb file within the Rails::Initializer.run do |config| block:
config.frameworks -= [:active_record]
Tuesday, October 26, 2010
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment