Automatically merge changes from branch to trunk
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...
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:
My current project has a CruiseControl.rb build dedicated to testing our database rollback scripts. Since this does not seem to be a common practice, I thoug...