- Minor update to bring gem versions up to date and remove security vulnerabilities
- Fix showing delayed jobs (via InJung Chung)
- Require Ruby 2.2
- Update Travis config
- No changes. Not sure why this happened.
- Fix NameError: undefined local variable or method 'current_page' (via David Gudge)
- Various refactorings
- Specify Ruby version
- Update README with better description
- Update gem dependencies
- More Rspec feature specs. All main functionality is now covered with integration tests.
- Timestamps page for a job now correctly shows timestamps for jobs which
inherit from
ActiveJob::Base
. - Timestamps page for a job shows timestamps as links.
- Some layout and styling improvements.
- Fixed timestamps page.
- Added Rspec features to cover more functionality that was previously untested.
- Add documentation for methods and classes.
- Clean up lots of Rubocop issues with the code style.
- Set up Travis CI.
- Add various badges to the README.
- Add runtime dependencies to prevent a bug with earlier versions of
resque-scheduler, which defined
Resque::Scheduler
as a class, rather than a module.
- Code ported over from the main resque-scheduler gem, extracted from the Sinatra interface, and put into a rails engine.
- Test suite converted to use Rspec.