search for: show_layout

Displaying 1 result from an estimated 1 matches for "show_layout".

2006 Mar 15
2
link_to_remote issue after upgrading to rails 1.0
...ollowing call: <%= link_to_remote("some string", :update => ''content'', :url => { :action => ''show_pics'', :show_layout => false, :page => @page} ) %> would call action show_pics and params[:show_layout] would hold the value false. However, now :show_layout is not passed thru at all. I''m certain it''s related t...