Hi everyone, i'm having a little trouble understanding how rails
(rake) loads the different files and gems and environnement? for
example i'm trying to run a resque worker :
QUEUE=testqueue  resque:work
and the problem is that when i do that the worker doesn't find the
Classes that it should run
i get :
NameError: uninitialized constant TestClass
i know that's a require problem, but i need to know why rake doesn't
take the class knowing that it's located in the lib/testclass.rb in
rails project?
any clues ?
thanks

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to