now i found in console, that it works in development mode, also running from mongrel is fine
>> u=User.find(8) => #<User id: 8, ..... >> u.user_groups => [#<UserGroup id: 1, name: ...... On Mar 24, 5:04 pm, mirec <[email protected]> wrote: > forgot to mention > > as i am moving app to new server where i am testing it with REE, i am > getting these errors: > > happens on this line on User model: > self.user_groups.include?(UserGroup.find(gr)) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

