This project is archived and is in readonly mode.
Make rails:update rename application.rb to application_controller.rb
Reported by DHH | November 22nd, 2008 @ 05:30 PM
To make it easier for people jumping from Rails 2.2 to 2.3, we should have rails:update look for app/controllers/application.rb and rename it to app/controllers/application_controller.rb if it exists.
Comments and changes to this ticket
-
kastner November 23rd, 2008 @ 01:34 AM
Would something like this work? http://github.com/kastner/rails/...
-
Repository November 23rd, 2008 @ 12:39 PM
- State changed from new to committed
(from [9e08a3bb1d47f79b6953056e72eee58e86d83ead]) Added rake rails:update:application_controller to renamed application.rb to application_controller.rb -- included in rake rails:update so upgrading to 2.3 will automatically trigger it [#1439](/projects/8994/tickets/1439 "Ticket #1439") state:committed http://github.com/rails/rails/co...
-
Jeff Kreeftmeijer October 19th, 2010 @ 07:08 AM
- Tag cleared.
- Importance changed from to Low
Automatic cleanup of spam.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>