harrystech / cronut

[DEPRECATED] A dead man's switch server implementation in Rails. (We @harrystech have moved to a full-featured "job monitoring as a service" vendors and have retired Cronut.)
24 stars 6 forks source link

Use `bundle exec` when executing clockwork #4

Closed geoffharcourt closed 10 years ago

geoffharcourt commented 10 years ago

Starting the Cronut server in development if you have a newer version of clockwork on your system than Cronut has bundled results in an error unless you use bundle exec foreman start, which then requires you to have foreman in your Gemfile. This change treats clockwork the same way rails server gets handled when the Procfile processes are started.