« The Rails framework encourages RESTful design of your applications, which means you'll be making a lot of "PATCH", "PUT", and "DELETE" requests (besides "GET" and "POST"). However, most browsers don't support methods other than "GET" and "POST" when it comes to submitting forms. » then will you REALLY be making a lot of "PATCH", "PUT", and "DELETE" requests?
Ajax, otherwise known by its more obscure name, “javascript”