Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 2nd, 2012  |  syntax: None  |  size: 0.27 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. form_tag isn't working when upgraded to rails 3.0.7 --> 3.1
  2. <% form_tag({:action => 'search'}, :remote => true) do %>
  3.         <%= select_tag "prod_id", options_for_select(["-"]) %>
  4.         ...
  5.     <% end %>
  6.        
  7. <%= form_tag({:action => 'search'}, :remote => true) do %>