This project is archived and is in readonly mode.
Wiki DNS Changes break Rails Scripts
Reported by CancelProfileIsBroken | March 1st, 2009 @ 11:56 AM | in 2.x
Moving the Rails wiki to the new wiki breaks several places where Rails points to wiki URLs:
railties/rails/lib/rails_generator/scripts.rb, Rails::Generator::Scripts::Base#usage_message points to http://wiki.rubyonrails.org/rail...
railties/rails/lib/commands/plugin.rb, Discover#parse! and Discover#scrape both try to use the wiki to get the list of Rails plugins.
The basic problem is that none of those pages have been ported to the new wiki. Not sure the best fix: the old wiki was pretty much a mess on both those pages, but people still seem to depend on them judging by IRC feedback. But it seems like we either need to fix the code to not point people there any more (breaking compat with existing Rails installs), or copy the pages over to the new wiki. If you like the "copy pages" solution, feel free to assign back to me - I can work with the wiki team to make sure this happens.
Comments and changes to this ticket
-
DHH March 18th, 2009 @ 04:34 PM
- Milestone set to 2.x
-
CancelProfileIsBroken May 17th, 2009 @ 02:39 PM
- State changed from new to resolved
Looks like someone's been in since and ripped this stuff out.
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>