RailsCasts Pro episodes are now free!

Learn more or hide this

foo's Profile

GitHub User: foohey

Comments by foo

Avatar

Hmm, I'm not able to find turbo patch for ruby 2.0, are you sure about that ?

Avatar

Ok so here we need to require mailers classes & action_mailer only, work great

Avatar

I'm experiencing issue with require "your_app"
what it should be required? the name of my application does not work

It must run with rake or "./bin/worker" ? (both does not work)

Avatar

Awesome ! but, anyone can tell if queue_classic load the whole application in the workers ? I'm running on a small VPS and it's hard to have 80mb of RAM used by background job workers... just for send registration email (like DJ)

Avatar

And all unobtrusive javascript things doesn't work anymore in the partial (jquery-ui autocomplete, $(".dynamic_header a").click(function()...)

I have no heavy traffic so I'm back to fragments caching instead of full page