[RUBY] [HTTP method PATCH]

What is PATCH

It is a method that can rewrite the information in the server by sending the information from the browser to the server, and is used when updating the registration information.

When you actually edit the original data after performing the edit action with rails and transitioning to the edit screen The update action will be executed, but by using the HTTP method PATCH as the routing at that time, the update action can be started and the data can be updated.

Recommended Posts

[HTTP method PATCH]
Method
Java method
to_i method
getRequestDispatcher () method
merge method
include method
Abstract method
List method
puts method
Java method
Class method
save! method
getParameter method
[Java] method
private method
rails method
[Java] method