As a Rails project matures its code base may increase in complexity. We walk through how we organise our model code to be more readable, maintainable and easier to test.
A couple of weeks ago we created a simple maps mashup with Rails and GeoKit. We've just posted a brief summary of the project which might be of interest to others.
Following the recent release of the googl URL shortening API, we created a gem to make working with the service a little easier. Our blog post shows how we use the CLI in our daily workflow and how to get up and running. Check out the intro blog post here.
I created Project to help reduce the repetitive nature of common daily tasks. By registering projects against workflows you can quickly create a set of commands that will be run against each project. Check out the Github page here or grab the gem from Rubygems.
A while ago i created a simple lock file implementation for a one off project. It's now available as a Gem for others to use. Check out the post for more information.