You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the same after upgrading to 2.0 (and rails 5)
NoMethodError: undefined method `configure' for Clockwork:Module
EDIT: Turns out that (at least in rails 5) if you have your clockwork file named clockwork.rb it breaks. I renamed the file to schedule.rb and it all works fine. Maybe something with how rails autoloads now?
Hi.
This code doesn't work:
But if you comment out the configure block, then everything runs fine.
Thanks.
The text was updated successfully, but these errors were encountered: