Rails switch from PUT to PATCH

Posted . Visible to the public.

By the way, previous versions of Rails used PUT in place of PATCH, and Rails 4.0 still supports this usage, but PATCH matches the intended HTTP usage better and is preferred for new applications.

Robb Schuneman
Posted by Robb Schuneman to Ruby on Rails (2014-04-09 06:34)