resque / resque-web

a Rails-based web interface to Resque
235 stars 166 forks source link

plugins #24

Open mcfiredrill opened 11 years ago

mcfiredrill commented 11 years ago

I am actually not using resque-web in all of my apps because I rely on plugins that add tabs to the old web interface. How could plugins be made compatible with the new resque-web? Could they be implemented as small engines? Or is there an easier way?

tarcieri commented 11 years ago

Engines within engines!

Seems plausible? ;)

mcfiredrill commented 11 years ago

Been hacking around with this for awhile but its proving pretty difficult.

If there's anyone out there who is interested in working on some interesting rails engine hacking and feels like pairing with me to figure this out, let me know? I can open a pull request with my partial work, and show you my fork of resque-history that I'm trying to use it with.