diff options
author | Jaime Iniesta <jaimeiniesta@gmail.com> | 2010-04-04 12:33:28 +0200 |
---|---|---|
committer | Jaime Iniesta <jaimeiniesta@gmail.com> | 2010-04-04 12:33:28 +0200 |
commit | 62fd691a7a5c90b5a56b5b8be399482fdd89928e (patch) | |
tree | a711c81f233bbb4ce53fac1a51001eb72a98afbe /railties/guides/source/performance_testing.textile | |
parent | 532f1fe07522a2f60db75c72f71778b8b0c4f81f (diff) | |
download | rails-62fd691a7a5c90b5a56b5b8be399482fdd89928e.tar.gz rails-62fd691a7a5c90b5a56b5b8be399482fdd89928e.tar.bz2 rails-62fd691a7a5c90b5a56b5b8be399482fdd89928e.zip |
Fix XHTML on performance guide
Diffstat (limited to 'railties/guides/source/performance_testing.textile')
-rw-r--r-- | railties/guides/source/performance_testing.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/performance_testing.textile b/railties/guides/source/performance_testing.textile index 5c760a5966..154dbbbbe6 100644 --- a/railties/guides/source/performance_testing.textile +++ b/railties/guides/source/performance_testing.textile @@ -330,7 +330,7 @@ h5. Apply the Patch h5. Configure and Install -The following will install ruby in your home directory's +/rubygc+ directory. Make sure to replace +<homedir>+ with a full patch to your actual home directory. +The following will install ruby in your home directory's +/rubygc+ directory. Make sure to replace +<homedir>+ with a full patch to your actual home directory. <shell> [lifo@null ruby-version]$ ./configure --prefix=/<homedir>/rubygc |