Coder Social home page Coder Social logo

nielsbuus / dj_mon Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lokalebasen/dj_mon

0.0 1.0 0.0 367 KB

A Frontend for Delayed Job

Home Page: http://www.akshay.cc/dj_mon/

License: MIT License

Ruby 76.48% JavaScript 5.69% CSS 1.84% HTML 15.99%

dj_mon's Introduction

A Rails engine based frontend for Delayed Job.

Installation

Add this line to your application's Gemfile:

gem 'dj_mon', github: "nielsbuus/dj_mon"

And then execute:

$ bundle

Usage

Mount it in routes.rb

mount DjMon::Engine => 'dj_mon'

DJ Mon has NO authentication by default, so unless you are running a trusted environment or wants the world to see your delayed jobs, you better add some.

In previous versions, this was done by defining a proc that was essentially monkey patching DjMon::DjReportsController. For unknown reasons it doesn't work anymore. I don't know if it's new rubies or new rails that are breaking it. Instead I have introduced a cleaner/simpler approach.

By default, DjMons controller will inherit from ApplicationController, but you can change this in an initializer and use a controller that is properly secured.

In config/application.rb, add the following inside the module, you add the following line

config.dj_mon.parent_controller = "Admin::AdminController"

Now visit http://localhost:3000/dj_mon and profit!

dj_mon's People

Contributors

akshayrawat avatar omegahm avatar timoschilling avatar wanglian avatar nielsbuus avatar corck avatar kennjacobsen avatar fracklen avatar skovsgaard avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.