Displaying 1 result from an estimated 1 matches for "first_last_controller".
2006 Jul 03
2
1.1.4: link_to with mixed case controller names "broken"?
...Recognition failed for "/eSimply/upload"
This link has worked for over through Rails 1.1.3 a month. I can only
assume that the upgrade to Rails 1.1.4 broke it.
I saw another routing exception earlier.
QUESTION: In general, if I have a controller class named FirstLast in a
file named first_last_controller.rb, should I expect that using
:controller => ''firstLast'' should work in a link_to helper method call
or not?
Or was I using some sort of undocumented functionality that got "fixed"
in the framework?
QUESTION: I can fix this by referring to my controller in the s...