I am trying to Submit a form using get method. Earlier I was trying a similar thing with form_tag and it was working but now when I changed to a form_for tag, this doesn\'t
Did you try
<%= form_for(@post_filter, :url=> filter_path, :html => {:method => :get}) do |f| %>