Mike Disuza wrote: > Hi, > I am using Restful authentication for user authentication. [...]
This isn't directly related to your issue...but if you don't mind a bit of advice, I highly recommend removing restful_authentication from your project as soon as possible. It relies on unmaintainable generated code, and so is needlessly hard to work with. I recommend Authlogic instead. > > Thanks, > Mike Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- Posted via http://www.ruby-forum.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.

