Announcing new gem: pulse
I created a new rubygem called pulse. From the README:
I created a new rubygem called pulse. From the README:
On my current project, we release code often. As a result, we usually have at least one active branch along with the trunk. When bugs arise in production, we...
Notice this strange behavior with exit status and irb. The $? variable holds the exit status of the last command.
Update (2/20/09): Check out Useful unix tricks – part 3 and Useful unix tricks – part 4
It is possible to define routes in a ruby on rails plugin or gem. Normally, adding routes looks like this: