background-fu icon indicating copy to clipboard operation
background-fu copied to clipboard

Doesn't work in Rails 3

Open lassebunk opened this issue 15 years ago • 3 comments

As you might know, the plugin doesn't work in Rails 3. It would be nice to get this working as this plugin appears to be very good. Thanks in advance.

lassebunk avatar Dec 18 '10 19:12 lassebunk

Hey, I don't maintain this code anymore, had a guy who wanted to update it to Rails 3 but he disappeared in the middle of doing this. I personally use delayed_job nowdays. It has the same features (plus a few others). I will of course accept any pull request if you send me any :)

ncr avatar Dec 19 '10 11:12 ncr

Yeah I also think I'll be using delayed_job instead. What I like about your plugin was the convention to use workers in the lib directory. I think it's a bit fuzzy how to do this in delayed_job but I'll just have to look into it :-)

lassebunk avatar Dec 19 '10 12:12 lassebunk

B-fu has also some "bonus features" like stop and delete job and a nice admin to monitoring progress that DJ doesn't have or that is very difficult to implement. I am trying to monitoring/stop/pause a work with DJ... Doing a fork.. may be can trasnlate to rails 3

ccastillop avatar Apr 09 '11 17:04 ccastillop