ReinH

REST & Rails


over 4 years ago by ReinH on ReinH - Home.
I am giving a presentation on Rails, REST, and the Resource Oriented Architecture today entitled “REST & Rails: Web Services for the Rails World&...

Eskort: Call To Action


over 4 years ago by ReinH on ReinH - Home.
This evening at RubyConf2007, Matz (the creator of ruby) was asked if there was a ruby library or piece of software that he wanted to see, that he didn...

jQuery <=> YUI


over 4 years ago by ReinH on ReinH - Home.
I gave a presentation recently on the differences between jQuery and YUI. It was an interesting presentation to write since their design philosophies are...

Project: OffTrac


over 4 years ago by ReinH on ReinH - Home.
A new project management application is in the works, codename: OffTrac. Some of you may be wondering: “Why do we need yet another project management...

Rspec, Autotest, and Growl, Oh My!


over 4 years ago by ReinH on ReinH - Home.
Update: this autotest file has been obsoleted by the one in The Autotest Rosetta Stone so please head there for your autotest growl notification needs ...

The Autotest Rosetta Stone


over 4 years ago by ReinH on ReinH - Home.
The problem: You have some projects that use Test::Unit and some that use Rspec and you want to be able to use autotest with both and receive growl notifications...

String#is_integer?


over 4 years ago by ReinH on ReinH - Home.
A recent post on the Rails Google Group asked how you could check a string to see if it is an integer or not. This is a good example of a very common ruby...

Live Redesign


over 4 years ago by ReinH on ReinH - Home.
This site is undergoing a live redesign. Things might look strange....

Leopard's rubygem, Macports mysql, and installing the mysql gem


over 4 years ago by ReinH on ReinH - Home.
Installing the mysql gem with macports mysql and the original Leopard rubygem proved to be a task. The magic was sudo env ARCHFLAGS="-arch i386" gem install...

Awesome New Blog


over 4 years ago by ReinH on ReinH - Home.
Rodrigo Kochenburger has (finally) started a blog. Rodrigo is an experienced Rails developer from Brazil — and a friend of mine — and I’...