Finished chapter 11
authorNeil Smith <neil.git@njae.me.uk>
Wed, 11 Mar 2009 12:24:28 +0000 (12:24 +0000)
committerNeil Smith <neil.git@njae.me.uk>
Wed, 11 Mar 2009 12:24:28 +0000 (12:24 +0000)
commit942d6c5b97e90c2c9036d1ec776ca98584e5be8f
tree2db3b3ac0c254736713e466326eb8f0bfac94708
parent128ba7d3b10ef93d000a3f6105c09129bf84b991
Finished chapter 11
24 files changed:
app/controllers/admin_controller.rb [new file with mode: 0644]
app/controllers/application.rb
app/controllers/store_controller.rb
app/controllers/users_controller.rb [new file with mode: 0644]
app/helpers/admin_helper.rb [new file with mode: 0644]
app/helpers/users_helper.rb [new file with mode: 0644]
app/models/user.rb [new file with mode: 0644]
app/views/admin/index.html.erb [new file with mode: 0644]
app/views/admin/login.html.erb [new file with mode: 0644]
app/views/admin/logout.html.erb [new file with mode: 0644]
app/views/layouts/orders.html.erb [deleted file]
app/views/layouts/products.html.erb [deleted file]
app/views/layouts/store.html.erb
app/views/users/edit.html.erb [new file with mode: 0644]
app/views/users/index.html.erb [new file with mode: 0644]
app/views/users/new.html.erb [new file with mode: 0644]
app/views/users/show.html.erb [new file with mode: 0644]
config/routes.rb
db/migrate/20090311105014_create_users.rb [new file with mode: 0644]
db/schema.rb
test/fixtures/users.yml [new file with mode: 0644]
test/functional/admin_controller_test.rb [new file with mode: 0644]
test/functional/users_controller_test.rb [new file with mode: 0644]
test/unit/user_test.rb [new file with mode: 0644]