diff options
author | Pratik Naik <pratiknaik@gmail.com> | 2008-09-29 01:54:44 +0100 |
---|---|---|
committer | Pratik Naik <pratiknaik@gmail.com> | 2008-09-29 01:54:44 +0100 |
commit | e8ab3c0652f4db6316c0bcb7e6b9e779e9332611 (patch) | |
tree | bc71e89bc00f97e77c44611bc47cbd14f671c005 | |
parent | b826257dbd1dcb79e5abdea5c21330f03768890d (diff) | |
download | rails-e8ab3c0652f4db6316c0bcb7e6b9e779e9332611.tar.gz rails-e8ab3c0652f4db6316c0bcb7e6b9e779e9332611.tar.bz2 rails-e8ab3c0652f4db6316c0bcb7e6b9e779e9332611.zip |
Move render/layout guide to the top
-rw-r--r-- | railties/doc/guides/index.txt | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/railties/doc/guides/index.txt b/railties/doc/guides/index.txt index 0564d6ac5e..535306ea62 100644 --- a/railties/doc/guides/index.txt +++ b/railties/doc/guides/index.txt @@ -32,6 +32,15 @@ understand how to use routing in your own Rails applications, start here. These guides are currently being worked on. While they still might be useful to you, you could always help by reviewing them and posting your findings at the respective Lighthouse ticket. +.link:actionview/layouts_and_rendering.html[Layouts and Rendering in Rails] +*********************************************************** +link:http://rails.lighthouseapp.com/projects/16213/tickets/15[Lighthouse Ticket] + +This guide covers the basic layout features of Action Controller and Action View, +including rendering and redirecting, using +content_for_ blocks, and working +with partials. +*********************************************************** + .link:debugging/debugging_rails_applications.html[Debugging Rails Applications] *********************************************************** link:http://rails.lighthouseapp.com/projects/16213/tickets/5[Lighthouse Ticket] @@ -98,13 +107,3 @@ TODO: Insert some description here. *********************************************************** TODO: Insert some description here. No Lighthouse ticket. *********************************************************** - -.link:actionview/layouts_and_rendering.html[Layouts and Rendering in Rails] -*********************************************************** -link:http://rails.lighthouseapp.com/projects/16213/tickets/15[Lighthouse Ticket] - -This guide covers the basic layout features of Action Controller and Action View, -including rendering and redirecting, using +content_for_ blocks, and working -with partials. -*********************************************************** - |