RE: [Rails] Re: link_to :method => post

I guess the quick and dirty way is just add it as part of your url link.

Example:

link_to 'name', {..., :param => 'test'}, :method => :post

i just find this ticket : http://dev.rubyonrails.org/ticket/8106. it seems what i want to do isn't possible yet.