search for: do_my_business

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

2006 Jun 01
2
using :post => ''true'' still makes a GET request
Hi, In my link_to''s, i''m adding the additional parameter :post => ''true'' whenever I expect to change database state on the server. Problem is, when I look at the incoming requests, I see that they are all coming in as GET requests instead of POST requests. Also, the link adds post=true as a name value parameter in the URL as it would with GET requests. I