Futher toying with user authentication.
commitee251c3763b474140b6a13d2060dc5dbe4ae1e6a
authorsztywny <sztywny@gmail.com>
Wed, 6 Jun 2007 18:43:50 +0000 (6 18:43 +0000)
committersztywny <sztywny@gmail.com>
Wed, 6 Jun 2007 18:43:50 +0000 (6 18:43 +0000)
treeec9aaa14c4c3eb433d495051e7effc87e523234b
parent47688f02e0958e6cb393c15fba6a855a55edf35f
Futher toying with user authentication.
12 files changed:
app/controllers/sessions_controller.rb [new file with mode: 0644]
app/controllers/system_controller.rb [deleted file]
app/helpers/sessions_helper.rb [new file with mode: 0644]
app/helpers/system_helper.rb [deleted file]
app/models/user.rb
db/migrate/004_add_default_user.rb
spec/controllers/sessions_controller_spec.rb [new file with mode: 0644]
spec/controllers/system_controller_spec.rb [deleted file]
spec/controllers/users_controller_spec.rb
spec/fixtures/users.yml
spec/helpers/sessions_helper_spec.rb [moved from spec/helpers/system_helper_spec.rb with 61% similarity]
spec/spec_helper.rb