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