Simple admin interface for the Delayed::Job gem
= Delayed Job Admin
Simple admin interface for the Delayed::Job gem
= Usage
Install the gem:
gem “delayed_job_admin”
bundle install
Setup authentication:
Define a delayed_job_admin_authentication method in ApplicationController:
def delayed_job_admin_authentication
end
For example, if you are using the Devise gem and have an Admin model:
def delayed_job_admin_authentication
authenticate_admin!
end
View the admin interface:
= Contributing
bundle install
bundle exec rake
= License
MIT License - Copyright © 2011 Trevor Turk and CaptainU
= Todo
x index
x require admin login, docs
x show