Tutorials
Deploying a Rails App on Ubuntu 14.04 with Capistrano, Nginx, and Puma
Rails is an open source web application framework written in Ruby. It follows the Convention over Configuration philosophy by making assumptions that there is the 'best' way of doing things. This allows you to write less code while accomplishing m...