12 Aug, 2011
12 commits
11 Aug, 2011
17 commits
-
Some other bugs fixed
-
Some little bugs fixed
-
Any old sessions need to be invalidated.
-
…y need for migrations, and I made my implementation as unintrusive as possible. Some organizations (such as ours) will find the "username" field useful when implementing an alternative authentication strategy. (Default is off, and this is fully backwards compatible.)
-
…esn't hurt to set it explicitly. Alternative devise strategies don't know about the email field, otherwise.
-
…when setting up accounts for multiple users
-
Unresolved errors link goes to application page (so I see only errors from selected application). Fixed "no errors" message (now it spreads over whole table columns).
10 Aug, 2011
6 commits
-
…s. All tests passing.
09 Aug, 2011
5 commits
-
… just commit this all at once. I used the following command to do this: (on Ubuntu ) find . -not -path '.git' -iname '*.rb' -print0 | xargs -0 sed -i 's/[[:space:]]*$//'
-
Adding users one by one could be a bit tedious for large teams.