Handy Rails Tips

REST is about presenting a CRUD layer with JSON

A lot of people say they are building REST APIs, because their application offers a JSON -based web interface.

REST is agnostic of the format (HTML can be restful). REST is also schema agnostic (can be used in non-HTTP schemas).

REST is more than simply defining a web interface for your application.