我刚刚安装了 Ruby 2 和 Rails 4,并创建了一个新项目。我做了一个设计用户,然后我去运行服务器。我得到了错误
/Users/michaeldunnegan/.rvm/gems/ruby-2.0.0-p247@rails-4.0.0/gems/railties-4.0.0/lib/rails/application/routes_reloader.rb:10:in `rescue in execute_if_updated': Rails::Application::RoutesReloader#execute_if_updated delegated to updater.execute_if_updated, but updater is nil: #<Rails::Application::RoutesReloader:0x007f85ac132458 @paths=["/Users/michaeldunnegan/projects/SoundShare/config/routes.rb"], @route_sets=[#<ActionDispatch::Routing::RouteSet:0x007f85ac188e48>]> (RuntimeError)
我完全不知道该怎么做。配置对我来说很奇怪。我认为错误可能在我的路径中,不管是什么,但我不能确定。
我rvm current
看起来像:ruby-2.0.0-p247@rails-4.0.0
,如果那是相关的