public
Fork of technoweenie/restful-authentication
Description: Generates common user authentication code for Rails/Merb, with a full test/unit and rspec suite and optional Acts as State Machine support built-in. This fork allows for multiple separate authentications in the same application.
Homepage: http://weblog.techno-weenie.net
Clone URL: git://github.com/boone/restful-authentication.git
Removed hard-coding of IDs in fixture.
boone (author)
Tue May 20 12:56:56 -0700 2008
commit  1d11039d1bc64557fb3bae84e6a23951ea17d94b
tree    a744c3dd80e60ce6da80f01b42bcf776ab4f41d8
parent  5c0e8bde2b62c1eed35a6a2b9b3b06ea8bb502cf
...
1
2
3
4
5
...
9
10
11
12
13
14
15
...
1
 
2
3
4
...
8
9
10
 
11
12
13
0
@@ -1,5 +1,4 @@
0
 quentin:
0
- id: 1
0
   login: quentin
0
   email: quentin@example.com
0
   salt: 7e3041ebc2fc05a40c60028e2c4901a81035d3cd
0
@@ -9,7 +8,6 @@ quentin:
0
 <% if options[:include_activation] %> activated_at: <%%= 5.days.ago.to_s :db %> <% end %>
0
 <% if options[:stateful] %> state: active<% end %>
0
 aaron:
0
- id: 2
0
   login: aaron
0
   email: aaron@example.com
0
   salt: 7e3041ebc2fc05a40c60028e2c4901a81035d3cd

Comments

    No one has commented yet.