Created tables, product scaffold
authorNeil Smith <neil.git@njae.me.uk>
Thu, 24 Jul 2008 07:56:00 +0000 (07:56 +0000)
committerNeil Smith <neil.git@njae.me.uk>
Thu, 24 Jul 2008 07:56:00 +0000 (07:56 +0000)
commite580d4626176c8deb6f44fec7e66f980b5923b29
tree5ab18d5434d3cfc61b93f61dc223c7918ebb0bc4
parent28668145b30d983f624bebb24e9ac9c23d9b13cd
Created tables, product scaffold
17 files changed:
app/controllers/products_controller.rb [new file with mode: 0644]
app/helpers/products_helper.rb [new file with mode: 0644]
app/models/product.rb [new file with mode: 0644]
app/views/layouts/products.html.erb [new file with mode: 0644]
app/views/products/edit.html.erb [new file with mode: 0644]
app/views/products/index.html.erb [new file with mode: 0644]
app/views/products/new.html.erb [new file with mode: 0644]
app/views/products/show.html.erb [new file with mode: 0644]
config/database.yml
config/routes.rb
db/migrate/20080724075409_create_products.rb [new file with mode: 0644]
db/schema.rb [new file with mode: 0644]
log/development.log
public/stylesheets/scaffold.css [new file with mode: 0644]
test/fixtures/products.yml [new file with mode: 0644]
test/functional/products_controller_test.rb [new file with mode: 0644]
test/unit/product_test.rb [new file with mode: 0644]