delayed-web icon indicating copy to clipboard operation
delayed-web copied to clipboard

A rails engine that provides a simple web interface for exposing the Delayed::Job queue.

Results 4 delayed-web issues
Sort by recently updated
recently updated
newest added

I switched from delayed_job_web to this gem for a variety of reasons, and the one thing that I miss is some summary of how many jobs are queued up. When...

Run Next ActionController::RoutingError: No route matches [POST] "/jobs/jobs/xxxx/queue Delete ActionController::RoutingError: No route matches [POST] "/jobs/jobs/xxxx Ruby: 2.4.0 Rails: 5.0.3 Project is configured as API only with some gems added back...

When one is not using the asset pipeline the Engine's stylesheet does not get rendered. [Your check here](https://github.com/thebestday/delayed-web/blob/master/lib/generators/delayed/web/install_generator.rb#L10-12) is checking Rails' generator options, not the project's config -I believe. So...