啟動(dòng)項(xiàng)目報(bào)錯(cuò): 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? 看看這個(gè),也許能解決
2015-04-26
最贊回答 / zhong999
創(chuàng)建項(xiàng)目時(shí),如果你是用 Bundle (Rails 項(xiàng)目)修改你的 Gemfile 將 http://rubygems.org 改為 http://ruby.taobao.org/然后進(jìn)入項(xiàng)目目錄,運(yùn)行命令:$bundle install即可
2015-04-19
最贊回答 / weychen
好的,因?yàn)榈奈业膚eb server 默認(rèn)綁定的IP是127.0.0.1,把它改為0.0.0.0就行了? ??????rails s????????改為????????rails s -b 0.0.0.0????????就ok了
2015-03-31
一口氣看完了,web app 有時(shí)候可能就是這么簡(jiǎn)單 期待老師進(jìn)階下去。。點(diǎn)贊
2015-03-24
@orangebattle 感謝,確實(shí)錯(cuò)了,在視頻02:50 處。 視頻筆記 http://happypeter.github.io/rails10/04_staticpage.html 中剛剛更正過(guò)來(lái)了。
2015-03-21