Archive | Software development

Code for fun! Create a Rails API

Introduction The use of the term Application Programming Interface, or API, is very common in the computer community. My interest in this post is focused on the Web APIs or, in other words, the tools used by web communities to facilitate sharing content and data between communities and applications  So let’s share some data in […]

Continue Reading 0

Deploy your first Rails 4.0 app on Heroku using Vagrant

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 […]

Continue Reading 0