Kevin Sylvestre

A Ruby and Swift developer and designer.

Must Have Services for Rails

Ruby on Rails is what it is because of all the great services that extend and augment it. Here is a quick overview of some services that make creating web apps downright cool.

Hosting

Heroku provides online "cloud" hosting for Ruby applications (Sinatra, Rails, etc.). It uses GIT to deploy and runs on Amazon Elastic Cloud Compute servers. The service is free for small applications and deployment can be done in under a minute. Not only will Heroku host your application but they will also host your data.

Files

Almost every application has some data that does not fit (well) into a database. Picture, video and audio files are all best placed on massive storage. For this, Amazon Simple Storage Solution offers good performance for amazingly low prices (around two cents per GB).

Encoding

Services like YouTube and Vimeo let users upload video files that can then be viewed in the web browser. Implementing this functionality in an application is easy with Zencoder.

Telephony

Need an application to be able to answer the phone? Want to notify your users of events by SMS? Setting up a PBX to do this is daunting. Using Twilio or Tropo will accelerate development time by giving a simple XML web service making and receiving calls or SMS. Both services offer free trial time for development.

Monitoring

Most applications require some form of monitoring (exceptions, performance, activity). For this it is worth taking a look at the great service New Relic.