Adding inital user authentication.
commitea4936f5e620a229a5833ba4f97c0f94475ba147
authorsztywny <sztywny@gmail.com>
Tue, 5 Jun 2007 15:25:44 +0000 (5 15:25 +0000)
committersztywny <sztywny@gmail.com>
Tue, 5 Jun 2007 15:25:44 +0000 (5 15:25 +0000)
tree1fb190e09ee1d6e1835740402a1398d50ed093c3
parent6ef2ca715394d950770914ff59a1f7104b00a18e
Adding inital user authentication.
12 files changed:
app/controllers/application.rb
app/controllers/system_controller.rb [new file with mode: 0644]
app/controllers/users_controller.rb
app/helpers/system_helper.rb [new file with mode: 0644]
app/models/user.rb
spec/controllers/system_controller_spec.rb [new file with mode: 0644]
spec/controllers/users_controller_spec.rb
spec/fixtures/roles.yml
spec/fixtures/roles_users.yml [new file with mode: 0644]
spec/fixtures/users.yml
spec/helpers/system_helper_spec.rb [new file with mode: 0644]
spec/spec_helper.rb