mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
in 2.3 release notes, fix name of a rake task
This commit is contained in:
parent
7649ef08a5
commit
3d06eca01e
1 changed files with 1 additions and 1 deletions
|
@ -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-dispatchers+ 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:update: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.
|
||||
|
|
Loading…
Reference in a new issue