Age | Commit message (Collapse) | Author |
|
Related with https://github.com/pixelated/pixelated-user-agent/issues/924
With @aarni
|
|
for him/herself
So that it we do not expose the is_admin property to anyone else
including other admins.
|
|
So that whoever consumes the API can use this attribute to
determine if admin functionalities should be made available to
the current user.
|
|
|
|
|
|
|
|
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.
|
|
Email.new(nil) now returns an invalid email rather than crashing.
|
|
|