Monday, April 27, 2009

Announcing use_uuid and acts_as_distributed

Today we open sourced two Rails plugins that facilitate building distributed Rails applications. Use_uuid integrates UUIDs and schema less attributes into rails models. Acts_as_distributed replicates state changes to model objects to a queue so they can be distributed to other databases and applications. Both of these plugins are currently in production in newsforwhatyoudo, and are tested with Rails 2.2

Rails is a great framework, but its not simple building a distributed application. These are two small steps towards making it easier. I'll be talking at the Silicon Valley Ruby Meetup about how we use these plugins. It would be great to collaborate with other developers on building out a collection of plugins that enabled all the key portions of distributing applications in an integrated way.

0 comments:

Post a Comment