Heroku

Happynerds – Programming Links for Kids

Happynerds – Programming Links for Kids

A guest post by Michael Kohl.

Heroku Gets Add-Ons: Serious Ruby Webapp Hosting Made Easy

heroku.pngHeroku is a Ruby webapp hosting service that we first mentioned about two years ago. It started off as an online IDE of sorts, but is now a complete cloud platform for running Ruby webapps.

Want to create a Sinatra Web Service?

With Sinatra you can quickly create your own tiny web-applications in Ruby and write lots of small services.

Problem definition

To upload a text file to a Sinatra web service and have its sorted content returned.

How to upload a file from the command line?

We shall use cURL, a tool and library designed to give you a user-friendly but low-level interface to making HTTP requests. cURL also supports many other protocols related to uploading and downloading files.

Introduction to Sinatra Course Announced

Syndicate content