Ruby on Rails est un framework d'application web open source full-stack écrit en Ruby. Il suit le modèle de framework MVC populaire et est connu pour son approche de «convention sur la configuration» pour le développement d'applications.
Compte tenu du contrôleur suivant dans les rails:
curl -i --header "Accept: application/json" --header "Content-type: application/json" -X GET http://localhost:3000/api/accounts/3d2cc5 ...