啟動項目報錯: Could not find gem 'sass-rails (~> 4.0.3) ruby' in any of the gem sources listed in your Gemfile or installed on this machine. Run `bundle install` to install missing gems. 是什么原因
2015-04-26
最新回答 / vaevau
http://stackoverflow.com/questions/34420554/there-was-an-error-while-trying-to-load-the-gem-uglifier-bundlergemrequire? 看看這個,也許能解決
2015-04-26
最贊回答 / zhong999
創建項目時,如果你是用 Bundle (Rails 項目)修改你的 Gemfile 將 http://rubygems.org 改為 http://ruby.taobao.org/然后進入項目目錄,運行命令:$bundle install即可
2015-04-19
最贊回答 / weychen
好的,因為的我的web server 默認綁定的IP是127.0.0.1,把它改為0.0.0.0就行了? ??????rails s????????改為????????rails s -b 0.0.0.0????????就ok了
2015-03-31
@orangebattle 感謝,確實錯了,在視頻02:50 處。 視頻筆記 http://happypeter.github.io/rails10/04_staticpage.html 中剛剛更正過來了。
2015-03-21