Displaying 2 results from an estimated 2 matches for "bertke".
Did you mean:
bertie
2011 Feb 02
0
Converting rails 2 to 3 remote_function error
...ned a ''nav_click'' action and then
a nav_click.js.rjs file that ran some ajax code.
When I execute the main page now (I can''t even get to the part where I
would click on something) I get the error:
ActionController::RoutingError in Rcg#index
Showing /Users/bertke/dev/rcg/app/views/layouts/rcg.html.erb
where line #32 raised:
No route matches
{:action=>"nav_click", :controller=>"rcg", :escape=>false}
So, first I notice the last line that no route matches and it makes me
wonder if the whole routing thing (which has obvious...
2011 Feb 20
6
Link_to frustration...help?
I have a resource ''users''. the index page has a ''link_to'' tag I
created on the line item level for a specific view. The link_to that
is frustrating me in particular says: <%= link_to ''View'', :controller
=> ''users'', :action => ''view'' %>
What''s happening is that it''s going to