Java wrote: > Yeah, I can confirm that. > I moved the > > Price.find_all_by_sessiontype(sessiontype) > > out of the helper method and now everything seems to work. > > I still think this error shouldn't have happened in the first place. > I tried to investigate, but the dependency loader is so > full of Voodoo that I can't figure it out.
Yes, it shouldn't have happened. To pinpoint the blame, can you try downgrading one of Rails or Ruby? It'd be easiest to set RAILS_GEM_VERSION = '2.1.0' in environment.rb. -- Rails Wheels - Find Plugins, List & Sell Plugins - http://railswheels.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

