aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorMike Gunderloy <MikeG1@larkfarm.com>2009-04-11 18:56:49 -0500
committerMike Gunderloy <MikeG1@larkfarm.com>2009-04-11 18:57:30 -0500
commit7649ef08a59004ddc4d1ba5aadd706d726439d89 (patch)
tree5880ba6eaf7a8ed05c010b5d34b37793d98468c0 /railties
parent192110544d45920563376e129142bde0fc65b48d (diff)
downloadrails-7649ef08a59004ddc4d1ba5aadd706d726439d89.tar.gz
rails-7649ef08a59004ddc4d1ba5aadd706d726439d89.tar.bz2
rails-7649ef08a59004ddc4d1ba5aadd706d726439d89.zip
Fix typo in release notes
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/2_3_release_notes.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/2_3_release_notes.textile b/railties/guides/source/2_3_release_notes.textile
index 6a97fd2cd1..23c15f7965 100644
--- a/railties/guides/source/2_3_release_notes.textile
+++ b/railties/guides/source/2_3_release_notes.textile
@@ -582,7 +582,7 @@ h4. Other Railties Changes
* The default +environment.rb+ file has been decluttered.
* The dbconsole script now lets you use an all-numeric password without crashing.
* +Rails.root+ now returns a +Pathname+ object, which means you can use it directly with the +join+ method to "clean up existing code":http://afreshcup.com/2008/12/05/a-little-rails_root-tidiness/ that uses +File.join+.
-* Various files in /public that deal with CGI and FCGI dispatching are no longer generated in every Rails application by default (you can still get them if you need them by adding +--with-dispatches+ when you run the +rails+ command, or add them later with +rake rails:generate_dispatchers+).
+* Various files in /public that deal with CGI and FCGI dispatching are no longer generated in every Rails application by default (you can still get them if you need them by adding +--with-dispatchers+ when you run the +rails+ command, or add them later with +rake rails:generate_dispatchers+).
* Rails Guides have been converted from AsciiDoc to Textile markup.
* Scaffolded views and controllers have been cleaned up a bit.
* +script/server+ now accepts a <tt>--path</tt> argument to mount a Rails application from a specific path.