search for: sonjayatandon

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

2006 Jun 04
1
Problem with instance variables
Im developing a User model for my application (newbie stuff, but I have to start somewhere). I followed the tutorial at http://sonjayatandon.com/05-2006/how-to-build-a-secured-web-application-with-ruby-on-rails/ and decided to add an email field. The problem is that the email is not being saved on the database and I end up with two email variables: @email and email. validates_presence_of :user_name, :password, :password_confirmati...
2006 Jun 09
2
User Registration - Password verification
I have a user model with password; when users register, I want users to enter password twice (to verify) like in any other normal site; how do I do this? thanks -- Posted via http://www.ruby-forum.com/.