From cd75947aad081c6502e3cad486c68fbb6f539d2d Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Sat, 27 Sep 2008 00:07:36 +0100 Subject: Add stuff to index --- railties/Rakefile | 1 + railties/doc/guides/benchmarking_and_profiling/rubyprof.txt | 2 +- railties/doc/guides/index.txt | 10 ++++++++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/railties/Rakefile b/railties/Rakefile index 8a26af7990..f57705974f 100644 --- a/railties/Rakefile +++ b/railties/Rakefile @@ -285,6 +285,7 @@ guides = [ { 'routing' => 'routing_outside_in' }, { 'forms' =>'form_helpers' }, { 'activerecord' => 'association_basics' }, + { 'activerecord' => 'finders' }, { 'debugging' => 'debugging_rails_applications' }, { 'caching' => 'caching_with_rails' }, { 'benchmarking_and_profiling' => 'preamble' } diff --git a/railties/doc/guides/benchmarking_and_profiling/rubyprof.txt b/railties/doc/guides/benchmarking_and_profiling/rubyprof.txt index 2dd5f2a99a..fa01d413a1 100644 --- a/railties/doc/guides/benchmarking_and_profiling/rubyprof.txt +++ b/railties/doc/guides/benchmarking_and_profiling/rubyprof.txt @@ -8,7 +8,7 @@ One of the things that is important to us is how long it takes to render the hom In the terminal run -[source, bash] +[source, ruby] ---------------------------------------------------------------------------- [User profiling_tester]$ gcruby tests/performance/homepage.rb ---------------------------------------------------------------------------- diff --git a/railties/doc/guides/index.txt b/railties/doc/guides/index.txt index 78228ea4a0..52f029da09 100644 --- a/railties/doc/guides/index.txt +++ b/railties/doc/guides/index.txt @@ -41,6 +41,16 @@ of your code. link:http://rails.lighthouseapp.com/projects/16213/tickets/2[Lighthouse Ticket] *********************************************************** +.link:actioncontroller/actioncontroller.html[Basics of Action Controller] +*********************************************************** +link:http://rails.lighthouseapp.com/projects/16213/tickets/17[Lighthouse Ticket] +*********************************************************** + +.link:activerecord/finders.html[Active Record Finders] +*********************************************************** +link:http://rails.lighthouseapp.com/projects/16213/tickets/16[Lighthouse Ticket] +*********************************************************** + .link:activerecord/association_basics.html[Active Record Associations] *********************************************************** link:http://rails.lighthouseapp.com/projects/16213/tickets/11[Lighthouse Ticket] -- cgit v1.2.3