Adding therubyracer for production

This commit is contained in:
Tyler Renelle 2012-02-01 19:31:16 +00:00
parent 0a68e0fa05
commit 523a207555
2 changed files with 2 additions and 1 deletions

View file

@ -40,3 +40,4 @@ gem 'jquery-rails'
gem 'devise', '>= 2.0'
gem 'whenever'
gem 'mysql2'
gem 'therubyracer'

View file

@ -4,7 +4,7 @@ HabitTracker::Application.configure do
# TODO disable assets config.assets.initialize_on_precompile or run rake assets:precompile on prod
# Needed for devise
config.action_mailer.default_url_options = { :host => 'habits.local' }
config.action_mailer.default_url_options = { :host => 'habits.ocdevel.com' }
# Code is not reloaded between requests
config.cache_classes = true