Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-28 | Adding invite code field to signup with validation for hardcoded invite code | ankonym | |
2015-09-10 | couchrest_model 2.0.1 fixes find_by_sth(nil) | Azul | |
This used to return the first record! :scream: This [commit](https://github.com/couchrest/couchrest_model/commit/2c5b76823e94caed4d8cbfbf18cb9e0d58789789) is essential for say User.find_by_login(nil) to NOT return the first record in the database. | |||
2014-05-19 | fix Email so User.new.valid? does not crash | Azul | |
Email.new(nil) now returns an invalid email rather than crashing. | |||
2014-04-08 | moving users: app and test files | Azul | |