Hi, omg, that helped, thank you! :) In one model, I did two 'requires'. I changed them to 'require_dependency' and that works for me now. The only question I asked myself is, why I have to do 'require' there. I just commented these lines with: "Just a workaround. Somehow rails does not autoload these classes." I just removed the 'requires' completely, but then some classes are not autoloaded. I need to do a 'require_dependeny'. How does this come since rails normally autoloads all classes?
Thanks again, ms --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

