pg_space_cadet 0.7.3
pg_space_cadet is a simple hack for postgreSQL and ActiveRecord which provides a uuids table of distributable identities of space cadets -- ActiveRecord::Base instances which use the SpaceCadetWrapper. Each space cadet has a default ActiveRecord id unique in the set of all local space cadets; a space cadet's id is derived from its uuid - UUID's are by design universally distributable.
          Gemfile:
          =
        
        
          install:
          =
        
      Runtime Dependencies (2):
            activerecord
            >= 3.0
          
          
            pg
            >= 0
          
    Development Dependencies (1):
            rspec
            ~> 2.11
          
    