From 53cd102b39eb62567298430cbd94e40dd78d46a0 Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Tue, 24 Feb 2009 12:29:25 +0000 Subject: Merge with docrails --- railties/guides/source/debugging_rails_applications.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/guides/source/debugging_rails_applications.textile') diff --git a/railties/guides/source/debugging_rails_applications.textile b/railties/guides/source/debugging_rails_applications.textile index dd89bef027..b1d6db2e55 100644 --- a/railties/guides/source/debugging_rails_applications.textile +++ b/railties/guides/source/debugging_rails_applications.textile @@ -627,7 +627,7 @@ To install it run: sudo gem install bleak_house -Then setup you application for profiling. Then add the following at the bottom of config/environment.rb: +Then setup your application for profiling. Then add the following at the bottom of config/environment.rb: require 'bleak_house' if ENV['BLEAK_HOUSE'] -- cgit v1.2.3