Introduction This post describes how to develop a simple Rails 4.0 application using Vagrant, and how to deploy it to Heroku. In a previous post I have already described how to configure a development environment for Rails using Vagrant. Please check the post if you have problems installing the development environment. The application used on this example is just […]
Tag Archives | vagrant
How to configure a development environment for Rails using Vagrant
Vagrant is a tool to manage the set up and the configuration of virtual machines, quite useful if you are a developer in Ruby on Rails. Vagrant allows you to use a set of hypervisors to run your virtual machines, such as VMware or AWS. On its default configuration it uses VirtualBox, a free tool from Oracle […]