Sha256: 9e2c506df9c2298bad55d40e9a31504a94e84723b2547913d3552e990f3373a5

Contents?: true

Size: 1.03 KB

Versions: 1

Compression:

Stored size: 1.03 KB

Contents

= The Depot Online Store

This application implements an online store, with a catalog, cart, and orders.

It is divided into three main sections:

* The buyer's side of the application manages the catalog, cart, and
  checkout. It is implemented in StoreController and the associated
  views.

* Only administrators can access stuff in the AdminController. 
  This is implemented by the LoginController, and is enforced by the     
  ApplicationController#authorize method.

* There's also a simple web service accessible via the InfoController.

This code was produced as an example for the book {Agile Web
Development with
Rails}[http://pragmaticprogrammer.com/titles/rails2]. It should not be
run as a real online store.

=== Author

Dave Thomas, The Pragmatic Programmers, LLC

=== Warranty

This code is provided for educational purposes only, and comes with
absolutely no warranty. It should not be used in live applications.

== Copyright

This code is Copyright (c) 2006 The Pragmatic Programmers, LLC.

It is released under the same license as Ruby.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
amrita2-2.0.2 sample/depot/doc/README_FOR_APP