aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2008-09-27 00:07:36 +0100
committerPratik Naik <pratiknaik@gmail.com>2008-09-27 00:07:36 +0100
commitcd75947aad081c6502e3cad486c68fbb6f539d2d (patch)
tree9259bc1339ca6ba5d73f9f7e58b6dfed2d15cb66
parenta7e529191de38fb39dd9350fb740898c581c8893 (diff)
downloadrails-cd75947aad081c6502e3cad486c68fbb6f539d2d.tar.gz
rails-cd75947aad081c6502e3cad486c68fbb6f539d2d.tar.bz2
rails-cd75947aad081c6502e3cad486c68fbb6f539d2d.zip
Add stuff to index
-rw-r--r--railties/Rakefile1
-rw-r--r--railties/doc/guides/benchmarking_and_profiling/rubyprof.txt2
-rw-r--r--railties/doc/guides/index.txt10
3 files changed, 12 insertions, 1 deletions
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]