This project is archived and is in readonly mode.
_path helpers not creating proper URIs
Reported by Bob Martens | March 17th, 2010 @ 07:13 PM
I am working with edge Rails and have come upon this problem (but not in Rails 3 beta):
With the standard "resources :users" in my routes.rb file, I use "= link_to 'Edit', edit_user_path(@user)" in my view file and get "http://localhost:8080/users/4b9fda9a7757064163000002/edit" as the generated uri. This is happening for everything and kills my partials and make it so that I can't really do anything.
Thought I'd throw it up and if you need more, just let me know.
CLOSE TICKET PLEASE
Nevermind, I figured it out, was my own fault.
Comments and changes to this ticket
-
Yehuda Katz (wycats) March 29th, 2010 @ 06:50 AM
- State changed from new to invalid
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>