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
When starting the rails server with rails server -d &, rufus scheduled tasks won't fire up.
I've found out that adding s.join at the end of the script fixes the issue when running as daemon, but when running just as rails server the web server won't work, so I guess this is not intended to be used with rails.