We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 1e34ba0Copy full SHA for 1e34ba0
.gitignore
@@ -0,0 +1,16 @@
1
+*.rbc
2
+*.sassc
3
+.sass-cache
4
+capybara-*.html
5
+.rspec
6
+/.bundle
7
+/vendor/bundle
8
+/log/*
9
+/tmp/*
10
+/db/*.sqlite3
11
+/public/system/*
12
+/coverage/
13
+/spec/tmp/*
14
+**.orig
15
+rerun.txt
16
+pickle-email-*.html
README.md
@@ -0,0 +1,4 @@
+rails_simple_user_auth
+======================
+
+Repository accompanying User/Password Authenticaion from Scratch article (http://rubysource.com/?p=3611)
0 commit comments