2015年7月12日
摘要: 1 要安装js运行环境,例如Nodejs,如果使用nvm记得,安装完执行nvm use '版本号'2或者在Gemfile文件中加入:gem 'execjs'gem 'therubyracer'然后bundle install,再去执行rails s就成功了。3修改Gemfile文件的source '... 阅读全文
posted @ 2015-07-12 06:40 c3tc3tc3t 阅读(165) 评论(0) 推荐(0)