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

Running Long Background Tasks In Ruby On Rails Made Dead Simple

Results 3 background-fu issues
Sort by recently updated
recently updated
newest added

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.

In rails/init.rb requiering the job files didn't work. The fix solve this issue: diff --git a/rails/init.rb b/rails/init.rb index 94ed1be..215a29a 100644 --- a/rails/init.rb +++ b/rails/init.rb @@ -1,12 +1,12 @@ require 'background_fu'...

Do the Jobs views & controllers, other scaffolding provided with b-fu really need to be generated? I don't see anything in them where templates are needed. We could just add...