tatey / delayed-web

A rails engine that provides a simple web interface for exposing the Delayed::Job queue.
MIT License
74 stars 36 forks source link

Rails 4.2 support #7

Closed scottrobertson closed 9 years ago

scottrobertson commented 9 years ago

Much work to get this working?

tatey commented 9 years ago

Probably as simple as incrementing the version number lib/delayed/web/version.rb. Would you mind having a crack and trying it out? I don't have any active projects on 4.2 where I'm using Delayed::Job.

scottrobertson commented 9 years ago

Just did :) all working perfectly fine. Shall PR it now.