Simple Sinatra ActiveRecord App with Migrations

I make a lot of stuff using Ruby on Rails, so why bother with Sinatra? Well, its fast, has a very small footprint, and it’s fun. I decided to build a simple posting app as a test for Sinatra. My example doesn’t do much, but it was fun to learn about all the little parts of Rails that I take for granted everyday. The first thing I did was start with the hello world example. ...

March 28, 2010 · 3 min · 433 words · Brandon Harris