Topic: Resque
I am starting to use resque
and i gave it like this on my gem file
gem 'resque', :require => "resque/server"and i was wondering how can i have it running on my local box when ever i start my rails app
You are not logged in. Please login or register.
I am starting to use resque
and i gave it like this on my gem file
gem 'resque', :require => "resque/server"and i was wondering how can i have it running on my local box when ever i start my rails app
Maybe you could set up a rake task and have that task ru in an initializer? Just a thought!
Always read the readme on a gem! I believe it says how to do just that here: https://github.com/defunkt/resque#section_Configuration
Same thing as @jamesw suggested.
Last edited by tuscanidream (2013-01-20 21:21:07)
Hosting provided by aTech Media