Merb posts.

Rubymash.com – List your Ruby Company

About a month ago we released RubyMash which lists companies working with Ruby throughout the world on a map. The result has been really positive, and now there are 170 companies listed. If your company is not yet listed, please feel free to add it here. RubyMash is written using Merb and uses DM-Paperclip for [...]

Merb I Miss U Already

Just imagine opening your merb present this year, to find a box of uncertainties and total disappointment. Throwing the box and stumping out of the room. Whispering to ones self going “I did not think the breaking merb 2.0 api would be a new framework, ERH?” Now just imagine u are a rails developer opening [...]

Ruby Case Statement

The Ruby Case statement differs slightly from other languages, and for some reason it is something I always have trouble remembering the exact syntax for. case n when 0 then puts ‘Nothing’ when 2, 7, 10 then puts ‘Other Numbers’ else puts ‘There is nothing here’ end Another example: Lets say we have a variable [...]

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 [...]