From 523a20755536a9acca289ee3975b7cc45b86ebb5 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Wed, 1 Feb 2012 19:31:16 +0000 Subject: [PATCH] Adding therubyracer for production --- Gemfile | 1 + config/environments/production.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 5915b7a96d..e06a0ca548 100644 --- a/Gemfile +++ b/Gemfile @@ -40,3 +40,4 @@ gem 'jquery-rails' gem 'devise', '>= 2.0' gem 'whenever' gem 'mysql2' +gem 'therubyracer' \ No newline at end of file diff --git a/config/environments/production.rb b/config/environments/production.rb index 7fb5038361..d4d98e59b9 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -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