Monthly Archives: February 2008

Using paginating_find with has_finder

I’ve been enjoying using has_finder by Nick at Pivotal Labs and recently added pagination to the application I am providing volunteer time to for the San Francisco Bike Kitchen. I like the semantics of paginating_find over will_paginate but am not … Continue reading

Posted in Web | Tagged | Leave a comment

markaby_scaffold Rails Plugin

We’ve been enjoying using Markaby on our recent rails projects. When bootstrapping with scaffolding there’s a common recipe of turning ERB views into Markaby and then refactoring views with Markaby helper functions. One project wrote a rake task that converts … Continue reading

Posted in Web | Tagged | Leave a comment

Introducing Java DB Migrations

UPDATE: A new version of the Java DB Migrations framework has been release, check this post for details and the project documentation.</p Here at Carbon Five we have the luxury of working on many projects, so anything we can do … Continue reading

Posted in Web | Tagged | 6 Comments

Versioning your IDEA module meta-data (.iml)

On one of our larger client projects, we’ve been tackling an array of improvements to the development environment. This is largely motivated by the fact that it’s a big project with lots of modules and engineers and time lost dealing … Continue reading

Posted in Everything Else | Tagged | Leave a comment

Google Talking with JRuby and Smack

We’ve kicked off a new project that extends well beyond standard webapp frameworks and tools including significant instant messaging integration. Portions of the project will use Ruby on Rails for web functionality. I know that the open source Jabber software … Continue reading

Posted in Web | Tagged | 1 Comment