Getting Started with Merb – Bundling Merb with your Application

This is a basic description of how to get up and running with merb, from creating your first application to bundling merb edge with the thor tasks. Ruby and RubyGems To get started you will need ruby and rubygems installed. This comes pre-installed on mac OSX. If you are using another operating system, get rubygems [...]

OpenSSL and Ruby 1.8.7

I came across the error: no such file to load — openssl when compiling ruby 1.8.7 from source. The ubuntu apt package lib-openssl-ruby is currently not up to date enough to work with ruby 1.8.7 To fix this, you need to reconfigure and reinstall your ruby source package with openssl included. You can do this [...]