I made a database with rails generate model User password:string ... now I want to delete the password attribute, because I'm going to encrypt it before saving, so I want to make an attribute with name encrypted_password instead of password. How can I do that without deleting the whole file of migration and making all from scratch?
Thank you -- 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.

