readme_for_app

来自「ruby on rails web敏捷开发之路第二版 源代码」· 代码 · 共 35 行

TXT
35
字号
= The Depot Online StoreThis 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.* The seller's side (product maintenance and order fulfillment) is   managed by the ProductController.* Only administrators can access stuff in the AdminController.   This is implemented by the LoginController, and is enforced by the       ApplicationController#authorize method.This code was produced as an example for the book {Agile Web Development withRails}[http://pragmaticprogrammer.com/titles/rails]. It should not be run as a real online store.=== AuthorDave Thomas, The Pragmatic Programmers, LLC=== WarrantyThis code is provided for educational purposes only, and comes with absolutely no warranty. It should not be used in live applications.== CopyrightThis code is Copyright (c) 2005 The Pragmatic Programmers, LLC.It is released under the same license as Ruby.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?