aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides
diff options
context:
space:
mode:
Diffstat (limited to 'railties/doc/guides')
-rw-r--r--railties/doc/guides/benchmarking_and_profiling/rubyprof.txt2
-rw-r--r--railties/doc/guides/index.txt10
2 files changed, 11 insertions, 1 deletions
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]