This project is archived and is in readonly mode.
git HEAD regression: No route matches "products" with {:method=>:get}
Reported by Sam Ruby | May 28th, 2009 @ 03:59 AM | in 3.0.2
Reproduction instructions:
ruby script/generate scaffold product title:string description:text image_url:string
rake db:migrate
start server
GET http://localhost:3000/products
works with 5679bf64d515e3c0d343c3562db09e9c7ff422fc
fails with 746f3860c197d351ab8f2c860d857b139ce8cbf8
Additional info:
http://intertwingly.net/stories/2009/05/27/checkdepot.html#section-6.2
http://intertwingly.net/blog/2009/05/15/Keeping-Up-With-Rails
Comments and changes to this ticket
-
Sam Ruby May 28th, 2009 @ 01:34 PM
- Tag changed from 3.0 to 3.0, patch, railties, server
-
josh May 28th, 2009 @ 03:11 PM
- Milestone cleared.
- State changed from new to open
-
Repository May 28th, 2009 @ 03:35 PM
- State changed from open to resolved
(from [d17fb9dc766936efc721fc3e55ef9289902dc34c]) Fix script/server's default mount path [#2731 state:resolved] http://github.com/rails/rails/commit/d17fb9dc766936efc721fc3e55ef92...
-
Jeremy Kemper October 15th, 2010 @ 11:01 PM
- Milestone set to 3.0.2
- Importance changed from to Low
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>
Attachments
Referenced by
- 2731 git HEAD regression: No route matches "products" with {:method=>:get} (from [d17fb9dc766936efc721fc3e55ef9289902dc34c]) Fix scr...