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

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

Nginx rewites to a static URL

We use Nginx here for load balancing and as our HTTP server.

We have just started a new company called Ruby50 and I needed to get NGinx to rewrite to a static holding URL until the website is ready to go live. This is how I did it.

server {
server_name ruby50.com;
[...]

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 from here.

Make [...]