3
創建使用模板的項目,但在創建Rails項目當我試圖執行
rails new app -m https://raw.github.com/rails3-application-templates/blob/master/rails3-bootstrap-devise-cancan-template.rb -T
它說
/Users/alex/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:247:in `to_specs': Could not find railties (>= 0) amongst [bigdecimal-1.1.0, io-console-0.3, json-1.5.4, minitest-2.5.1, rake-0.9.2.2, rdoc-3.9.4] (Gem::LoadError)
from /Users/alex/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:256:in `to_spec'
from /Users/alex/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems.rb:1231:in `gem'
from /Users/alex/.rvm/gems/ruby-1.9.3-p194/bin/rails:18:in `<main>'
from /Users/alex/.rvm/gems/ruby-1.9.3-p194/bin/ruby_noexec_wrapper:14:in `eval'
from /Users/alex/.rvm/gems/ruby-1.9.3-p194/bin/ruby_noexec_wrapper:14:in `<main>'
我用google搜索這個問題,在stackoverflow上找到了幾個答案,但沒有任何幫助。我試圖重新安裝rails \ ruby,rvm,設置默認版本的ruby等等。 任何想法什麼嘗試?
arent deprecated意味着他們只是不支持\開發了? 但是,謝謝你的鏈接,生病了試試 – Avdept
WIerd,但我有與過時的 – Avdept
相同的錯誤他們也不適合我。我在4周前試過了。 – Fa11enAngel