started Quick-E-Mart example.
commit8655c0decb32d4159161863dc96d882c6bc33f75
authorBen Burkert <ben@benburkert.com>
Fri, 30 May 2008 20:18:48 +0000 (30 15:18 -0500)
committerBen Burkert <ben@benburkert.com>
Fri, 30 May 2008 20:18:48 +0000 (30 15:18 -0500)
treeda375009d6574fec459206733dedc973ae04f6fd
parent373af421e59b84473cd5035e4c1de2487278ce2b
started Quick-E-Mart example.
37 files changed:
app/controllers/main.rb [deleted file]
app/controllers/products.rb [new file with mode: 0644]
app/models/product.rb
app/models/upload.rb
app/models/upload/image.rb
app/models/upload/image/product_image.rb
app/views/main/index.html.erb [deleted file]
app/views/products/_preview.html.haml [new file with mode: 0644]
app/views/products/index.html.haml [new file with mode: 0644]
examples/quick-E-mart/Rakefile [new file with mode: 0644]
examples/quick-E-mart/app/controllers/application.rb [new file with mode: 0644]
examples/quick-E-mart/app/controllers/exceptions.rb [new file with mode: 0644]
examples/quick-E-mart/app/helpers/global_helpers.rb [new file with mode: 0644]
examples/quick-E-mart/app/views/exceptions/internal_server_error.html.erb [new file with mode: 0644]
examples/quick-E-mart/app/views/exceptions/not_acceptable.html.erb [new file with mode: 0644]
examples/quick-E-mart/app/views/exceptions/not_found.html.erb [new file with mode: 0644]
examples/quick-E-mart/app/views/layout/application.html.erb [new file with mode: 0644]
examples/quick-E-mart/autotest/discover.rb [new file with mode: 0644]
examples/quick-E-mart/autotest/merb.rb [new file with mode: 0644]
examples/quick-E-mart/autotest/merb_rspec.rb [new file with mode: 0644]
examples/quick-E-mart/config/database.yml.sample [new file with mode: 0644]
examples/quick-E-mart/config/environments/development.rb [new file with mode: 0644]
examples/quick-E-mart/config/environments/production.rb [new file with mode: 0644]
examples/quick-E-mart/config/environments/rake.rb [new file with mode: 0644]
examples/quick-E-mart/config/environments/test.rb [new file with mode: 0644]
examples/quick-E-mart/config/init.rb [new file with mode: 0644]
examples/quick-E-mart/config/rack.rb [new file with mode: 0644]
examples/quick-E-mart/config/router.rb [new file with mode: 0644]
examples/quick-E-mart/public/images/merb.jpg [new file with mode: 0644]
examples/quick-E-mart/public/merb.fcgi [new file with mode: 0644]
examples/quick-E-mart/public/slices/merb-E-mart/javascripts/master.js [new file with mode: 0644]
examples/quick-E-mart/public/slices/merb-E-mart/stylesheets/master.css [new file with mode: 0644]
examples/quick-E-mart/public/stylesheets/master.css [new file with mode: 0644]
examples/quick-E-mart/spec/spec.opts [new file with mode: 0644]
examples/quick-E-mart/spec/spec_helper.rb [new file with mode: 0644]
lib/merb-E-mart.rb
spec/spec_helper.rb