Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚升级到 Rails 4,我的工作还没有开始。当我运行时,bundle exec rake jobs:work --trace我得到undefined method[]' for nil:NilClass` 和这个堆栈跟踪......
bundle exec rake jobs:work --trace
undefined method
我不知道从哪里开始寻找这个错误。有任何想法吗?
我正在使用 Rails 4.0.0 和delayed_job_active_record 4.0.0。如果有帮助,这是我的Gemfile 。
提前致谢。