admin: id: 1 login: admin salted_password: salt: email: admin@company.com verified: 1This way you always generate fixtures that behave correctly according to your salt and such. Otherwise I had problems when doing "rake load_fixture" in the development db (the login failed).
No comments:
Post a Comment