technoweenie / restful-authentication

inactive project
MIT License
1.57k stars 280 forks source link

Date formatting problem #23

Open rehevkor5 opened 13 years ago

rehevkor5 commented 13 years ago

Hey, feel free to pull this minor change that fixes errors when running rspec against a MySQL database that look like the following:

ActiveRecord::StatementInvalid in 'UsersController does not activate user with blank key' Mysql::Error: Incorrect datetime value: '2010-12-05 04:11:14 -0600' for column 'remember_token_expires_at' at row 1:

-Shannon