RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

POST != Create and PUT != Update; Article around Rails route meaning vs HTTP spec.

http://www.eq8.eu/blogs/37-post-create-and-put-update

Ruby on Rails developers tend to think that HTTP method POST represents Create and PUT means Update.

Well, not really. The CRUD mapping of modern web-frameworks just limits the scope of this HTTP methods for sake of simplicity in code design. Read more in this article what they really stand for.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in