On Fri, Aug 28, 2009 at 5:20 AM, RubyonRails_newbie<[email protected]> wrote:
> I have added the details into the form: screen_name, email and > password. > > When I click register, I would expect this to be saved (commited) to > the database. And there's no specific error in the log? That's surprising. I would try this in the Rails console, using @user.save! to show any errors being generated. You could also look at your DB query and/or error logs for more info. -- Hassan Schroeder ------------------------ [email protected] twitter: @hassan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

