My first Rails app made during Dev Bootcamp !
Initially, the app had been made with Sinatra, a lightweight web framework. With Rails, there were lots of changes. To name a few:
-
Routes and the controller logic get separated, in Rails, into the routes.rb and the controller files.
-
Views, partials and form helpers.
-
The shortened version of AJAX: handling only the response cycle.