first commit
commit0ea1dad8fa4fbd5a7a655653bb6cd8dc47454a4c
authorBen Burkert <ben@benburkert.com>
Tue, 27 May 2008 16:18:14 +0000 (27 11:18 -0500)
committerBen Burkert <ben@benburkert.com>
Tue, 27 May 2008 16:18:14 +0000 (27 11:18 -0500)
tree5652ea2655d482422fe9b81708b13d45e7bdfee6
first commit
23 files changed:
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README [new file with mode: 0644]
Rakefile [new file with mode: 0644]
TODO [new file with mode: 0644]
app/controllers/application.rb [new file with mode: 0644]
app/controllers/main.rb [new file with mode: 0644]
app/helpers/application_helper.rb [new file with mode: 0644]
app/models/address.rb [new file with mode: 0644]
app/models/country.rb [new file with mode: 0644]
app/models/state.rb [new file with mode: 0644]
app/views/layout/merb_e_mart.html.erb [new file with mode: 0644]
app/views/main/index.html.erb [new file with mode: 0644]
lib/merb_e_mart.rb [new file with mode: 0644]
lib/merb_e_mart/merbtasks.rb [new file with mode: 0644]
public/javascripts/master.js [new file with mode: 0644]
public/stylesheets/master.css [new file with mode: 0644]
spec/controllers/main_spec.rb [new file with mode: 0644]
spec/merb_e_mart_spec.rb [new file with mode: 0644]
spec/models/address_spec.rb [new file with mode: 0644]
spec/models/country_spec.rb [new file with mode: 0644]
spec/models/state_spec.rb [new file with mode: 0644]
spec/spec_helper.rb [new file with mode: 0644]