Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 11
- Log:
Applied acts_as_authenticated patch described here:
http://www.ruby-forum.com/topic/71303Archive obtained from:
http://clanwhiskey.net/bobfunk/rforum_modification.zipNote that the patch is for RForum 0.2 but it is being applied to a
slightly newer version. The database migration step has had to be
renamed as a result, to 008_... instead of 005_..., since 005 to
007 are now used.
- Author:
- adh
- Date:
- Sat Jul 22 20:23:23 +0100 2006
- Size:
- 285 Bytes
1 | id => 3 |
2 | created_at => 2004-09-25 |
3 | updated_at => 2004-09-25 |
4 | name => u |
5 | email => user@example.com |
6 | firstname => Userus |
7 | surname => Vulgaris |
8 | password => caadabcf34f388a6ce98112e4a712bd035b17c09 |
9 | hash => 3ee94e9ee33def85dfd39083d887cfdad1e30110 |
10 | role => User |
11 | receives_email => 1 |
12 | sends_email => 0 |