- migrated software.o.o to rails 2
authorAndreas Bauer <abauer@suse.com>
Fri, 13 Jun 2008 16:44:03 +0000 (16:44 +0000)
committerAndreas Bauer <abauer@suse.com>
Fri, 13 Jun 2008 16:44:03 +0000 (16:44 +0000)
commitb3d06b83342a416a56989c0c2d60d16d39f6fa79
treeaa2a24a4450c3c7a0af7477cd340721926d5a1ee
parent1aef4e2c258843ae307f52e9f0b55775064d967b
- migrated software.o.o to rails 2
- validation of mandatory fields in promodvd form
- promodvd orders are stored in db
16 files changed:
app/controllers/application.rb
app/controllers/main_controller.rb
app/controllers/order_controller.rb [new file with mode: 0644]
app/helpers/order_helper.rb [new file with mode: 0644]
app/models/order.rb [new file with mode: 0644]
app/models/promomailer.rb
app/views/main/promo_submit.rhtml [deleted file]
app/views/main/promodvd.rhtml [deleted file]
app/views/order/new.rhtml [new file with mode: 0644]
app/views/order/thanks.rhtml [new file with mode: 0644]
config/environment.rb
config/routes.rb
db/migrate/003_create_orders.rb [new file with mode: 0644]
test/fixtures/orders.yml [new file with mode: 0644]
test/functional/order_controller_test.rb [new file with mode: 0644]
test/unit/order_test.rb [new file with mode: 0644]