This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
forked from cluesque/delayed_job_admin
-
Notifications
You must be signed in to change notification settings - Fork 0
Simple admin interface for the Delayed::Job gem
drync/delayed_job_admin
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
= Delayed Job Admin Simple admin interface for the Delayed::Job gem = Usage - Install the gem: # Gemfile gem "delayed_job_admin" bundle install - Setup authentication: - Define a delayed_job_admin_authentication method in ApplicationController: # app/controllers/application_controller.rb def delayed_job_admin_authentication # authentication_logic_goes_here end - For example, if you are using the Devise gem and have an Admin model: # app/controllers/application_controller.rb def delayed_job_admin_authentication authenticate_admin! end - View the admin interface: open http://localhost:3000/delayed_job_admin = Contributing bundle install bundle exec rake = License MIT License - Copyright (c) 2011 Trevor Turk and CaptainU = Todo x index x require admin login, docs x show - destroy - restart - restart all
About
Simple admin interface for the Delayed::Job gem
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Ruby 71.9%
- HTML 28.1%