diff options
author | Pratik Naik <pratiknaik@gmail.com> | 2009-01-17 17:31:23 +0000 |
---|---|---|
committer | Pratik Naik <pratiknaik@gmail.com> | 2009-01-17 17:31:23 +0000 |
commit | 3ad392f6f98e2726c4e5e62d3f45b16ae1c1d89c (patch) | |
tree | 68c71ff4feeb5d2d4dc65902dfe4deda065a0a8a /railties/doc/guides/html/index.html | |
parent | e3fd533d031b6411bbb99b3da94dfb3ec8e0bfdf (diff) | |
download | rails-3ad392f6f98e2726c4e5e62d3f45b16ae1c1d89c.tar.gz rails-3ad392f6f98e2726c4e5e62d3f45b16ae1c1d89c.tar.bz2 rails-3ad392f6f98e2726c4e5e62d3f45b16ae1c1d89c.zip |
Add command line to index and minor change in finders guide
Diffstat (limited to 'railties/doc/guides/html/index.html')
-rw-r--r-- | railties/doc/guides/html/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/railties/doc/guides/html/index.html b/railties/doc/guides/html/index.html index 8552848ae6..d1bea57d14 100644 --- a/railties/doc/guides/html/index.html +++ b/railties/doc/guides/html/index.html @@ -206,6 +206,11 @@ of your code.</p></div> <div class="sidebar-title"><a href="configuring.html">Configuring Rails Applications</a></div>
<div class="paragraph"><p>This guide covers the basic configuration settings for a Rails application.</p></div>
</div></div>
+<div class="sidebarblock">
+<div class="sidebar-content">
+<div class="sidebar-title"><a href="command_line.html">Rails Command Line Tools and Rake tasks</a></div>
+<div class="paragraph"><p>This guide covers the command line tools and rake tasks provided by Rails.</p></div>
+</div></div>
<div class="paragraph"><p>Authors who have contributed to complete guides are listed <a href="authors.html">here</a>.</p></div>
<div class="paragraph"><p>This work is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 License</a></p></div>
</div>
|