search for: change_interest

Displaying 2 results from an estimated 2 matches for "change_interest".

Did you mean: change_interests
2007 Jan 04
1
Mongrel/Rails weird problem with methods becoming private
Hi, I''m new to this list, so apologies if this is a duplicate (or nothing to do with mongrel!) Somehow when I run my rails app under mongrel, this code: > user.interests.include?( interest ) breaks with the following error: > NoMethodError in Profiles#change_interests > private method `equal?'' called for #<Interest:0xb767ae8c> Having spent a fair bit of time testing with the rails console, and running the app via webrick (it works in both cases) I can only guess I''ve screwed something up with mongrel. On another box with the same mo...
2007 Jan 06
0
Mongrel/Rails weird problem with methods
Hi Zed, > > NoMethodError in Profiles#change_interests > > private method `equal?'' called for #<Interest:0xb767ae8c> > > On another box with the same mongrel gem versions, it works fine. A > > week later I''m asking in desperation, what have I broken?! > If it works in one place, but not in another, then...