参考:
http://www.whatibroke.com/?p=613
文件Gemfile中加入下面2行:
gem 'therubyracer' #JavaScript
gem 'thin' #Instead of webrick
运行bundle install命令更新
启动服务:rails s thin
文件Gemfile中加入下面2行:
gem 'therubyracer' #JavaScript
gem 'thin' #Instead of webrick
运行bundle install命令更新
启动服务:rails s thin