A Beginner's Sinatra Tutorial
Today, beginner programmers can and should start with Web applications.
I think Sinatra is simple enough for anybody to try out, but I think there aren't enough tutorials about it.
A Sunrise and Sunset Time Calculator
I've created a new Ruby library that calculates sunrise and sunset times.
i18n Internationalization without Rails
I was unable to find examples of using the Ruby internationalization gem (i18n) outside of Rails apps. In this post I give a minimal "Ciao Mondo!" example.
Handling Multiple Versions of Ruby
Use Debian Alternatives to switch between Ruby versions (1.8, 1.9 and JRuby).
Regular Expressions in SQLite with Ruby
How to implement the SQLite's 'REGEX' operator in Ruby on Rails.