index.html 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. <!DOCTYPE html>
  2. <!--
  3. ! Excerpted from "Agile Web Development with Rails",
  4. ! published by The Pragmatic Bookshelf.
  5. ! Copyrights apply to this code. It may not be used to create training material,
  6. ! courses, books, articles, and the like. Contact us if you are in doubt.
  7. ! We make no guarantees that this code is fit for any purpose.
  8. ! Visit http://www.pragmaticprogrammer.com/titles/rails4 for more book information.
  9. -->
  10. <html>
  11. <head>
  12. <meta charset="utf-8">
  13. <title>Rails Application Documentation</title>
  14. <link href="./fonts.css" rel="stylesheet">
  15. <link href="./rdoc.css" rel="stylesheet">
  16. <script type="text/javascript">
  17. var rdoc_rel_prefix = "./";
  18. </script>
  19. <script src="./js/jquery.js"></script>
  20. <script src="./js/navigation.js"></script>
  21. <script src="./js/search_index.js"></script>
  22. <script src="./js/search.js"></script>
  23. <script src="./js/searcher.js"></script>
  24. <script src="./js/darkfish.js"></script>
  25. <body id="top" role="document" class="file">
  26. <nav role="navigation">
  27. <div id="project-navigation">
  28. <div id="home-section" role="region" title="Quick navigation" class="nav-section">
  29. <h2>
  30. <a href="./index.html" rel="home">Home</a>
  31. </h2>
  32. <div id="table-of-contents-navigation">
  33. <a href="./table_of_contents.html#pages">Pages</a>
  34. <a href="./table_of_contents.html#classes">Classes</a>
  35. <a href="./table_of_contents.html#methods">Methods</a>
  36. </div>
  37. </div>
  38. <div id="search-section" role="search" class="project-section initially-hidden">
  39. <form action="#" method="get" accept-charset="utf-8">
  40. <div id="search-field-wrapper">
  41. <input id="search-field" role="combobox" aria-label="Search"
  42. aria-autocomplete="list" aria-controls="search-results"
  43. type="text" name="search" placeholder="Search" spellcheck="false"
  44. title="Type to search, Up and Down to navigate, Enter to load">
  45. </div>
  46. <ul id="search-results" aria-label="Search Results"
  47. aria-busy="false" aria-expanded="false"
  48. aria-atomic="false" class="initially-hidden"></ul>
  49. </form>
  50. </div>
  51. </div>
  52. <div id="project-metadata">
  53. <div id="fileindex-section" class="nav-section">
  54. <h3>Pages</h3>
  55. <ul class="link-list">
  56. <li><a href="./README_rdoc.html">README</a>
  57. </ul>
  58. </div>
  59. <div id="classindex-section" class="nav-section">
  60. <h3>Class and Module Index</h3>
  61. <ul class="link-list">
  62. <li><a href="./AdminController.html">AdminController</a>
  63. <li><a href="./AdminHelper.html">AdminHelper</a>
  64. <li><a href="./ApplicationController.html">ApplicationController</a>
  65. <li><a href="./ApplicationHelper.html">ApplicationHelper</a>
  66. <li><a href="./Cart.html">Cart</a>
  67. <li><a href="./CartsController.html">CartsController</a>
  68. <li><a href="./CartsHelper.html">CartsHelper</a>
  69. <li><a href="./CurrentCart.html">CurrentCart</a>
  70. <li><a href="./LineItem.html">LineItem</a>
  71. <li><a href="./LineItemsController.html">LineItemsController</a>
  72. <li><a href="./LineItemsHelper.html">LineItemsHelper</a>
  73. <li><a href="./Order.html">Order</a>
  74. <li><a href="./OrderNotifier.html">OrderNotifier</a>
  75. <li><a href="./OrdersController.html">OrdersController</a>
  76. <li><a href="./OrdersHelper.html">OrdersHelper</a>
  77. <li><a href="./Product.html">Product</a>
  78. <li><a href="./ProductsController.html">ProductsController</a>
  79. <li><a href="./ProductsHelper.html">ProductsHelper</a>
  80. <li><a href="./SessionsController.html">SessionsController</a>
  81. <li><a href="./SessionsHelper.html">SessionsHelper</a>
  82. <li><a href="./StoreController.html">StoreController</a>
  83. <li><a href="./StoreHelper.html">StoreHelper</a>
  84. <li><a href="./User.html">User</a>
  85. <li><a href="./UsersController.html">UsersController</a>
  86. <li><a href="./UsersHelper.html">UsersHelper</a>
  87. </ul>
  88. </div>
  89. </div>
  90. </nav>
  91. <main role="main">
  92. <p>This is the API documentation for Rails Application Documentation.
  93. </main>
  94. <footer id="validator-badges" role="contentinfo">
  95. <p><a href="http://validator.w3.org/check/referer">Validate</a>
  96. <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1.
  97. <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
  98. </footer>