Add therubyracer gem as javascript library (because passenger doesn't find node...).

This commit is contained in:
Señor Rolando 2013-12-12 23:49:30 +01:00
parent 8b0c0a064c
commit 50b69b7e68
2 changed files with 7 additions and 1 deletions

View file

@ -17,7 +17,7 @@ gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.0.0'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby
gem 'therubyracer', platforms: :ruby
# Use jquery as the JavaScript library
gem 'jquery-rails'