当我运行任何rake命令如rake routes
时,我收到以下错误:
rake aborted!
NoMethodError: undefined method `last_comment' for #<Rake::Application:0x007f4873711d40>
/home/aldo/march_rails/phonebook/Rakefile:6:in `<top (required)>'
我的Rakefile中被引用的代码行是:
Rails.application.load_tasks
我尝试过前置bundle exec
,我尝试删除Gemfile.lock
并重新运行捆绑包,但这没有任何区别。