ncr / background-fu

Running Long Background Tasks In Ruby On Rails Made Dead Simple

This URL has Read+Write access

Comments for ncr's background-fu   feed

sdsykes commented on ncr/background-fu Wed Sep 30 12:47:50 -0700 2009
Comment in 1b83121:

This was totally broken for me. Time.zone returns nil in my app.
After digging, I found that newer environment.rb files do set config.time_zone = 'UTC', but I was using an older. Might be worth having a default if Time.zone is nil - eg (Time.zone || Time).now

ncr commented on ncr/background-fu Wed Jul 30 10:19:09 -0700 2008
Comment in 90ce04f:

Happy to hear that :)

fixlr commented on ncr/background-fu Wed Jul 30 09:14:36 -0700 2008
Comment in 90ce04f:

Wow! What a coincidence. I just stumbled across this problem with longtext yesterday evening when I tried to migrate an oracle database.