This project is archived and is in readonly mode.
[PATCH] link_to :remote => false does not work
Reported by foca | March 20th, 2010 @ 08:59 PM | in 3.0.2
link_to
ignores the value of the
:remote
option, only taking into account if the option
is there or not. This patch adds the ability to pass :remote
=> false
in order to decide at runtime if you want the
link to be javascript or not.
Comments and changes to this ticket
-
foca March 20th, 2010 @ 09:06 PM
- Tag changed from action_view helper patch to action_view, helper, patch
-
Yehuda Katz (wycats) March 27th, 2010 @ 08:22 AM
- State changed from new to incomplete
- Assigned user set to Yehuda Katz (wycats)
- Milestone cleared.
Shouldn't this also work for other remote types like form_for :remote => false?
-
Yehuda Katz (wycats) March 27th, 2010 @ 08:22 AM
- Tag changed from action_view, helper, patch to action_view, helper, patch, rails3
-
Dan Pickett April 21st, 2010 @ 01:54 AM
+1 verified the latest patch applies cleanly and results in the intended behavior. New tests were added to ensure no regression took place
bostonrb
-
Yehuda Katz (wycats) May 4th, 2010 @ 05:24 PM
- State changed from incomplete to resolved
-
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>