Re: [Rails] Upgrading to rails 5.0

2017-07-25 Thread nynhex
You may want to open this as an issue on the gem’s issue tracker: https://github.com/jmettraux/rufus-scheduler/issues This is not a Rails problem, but more of a compatibility issue with the gem. > On Jul 25, 2017, at 2:21 PM, João Bordalo

[Rails] Upgrading to rails 5.0

2017-07-25 Thread João Bordalo
Hi there, I'm upgrading an app from rails 4.2.7 to 5.0.4. I have updated the binary files through this command $rails app:update, and so far so good. However, when i run this command $rails db:migrate, I get the following error: rails aborted! NoMethodError: undefined method `scheduler' an