What\'s the best way to deal with a sharded database in Rails? Should the sharding be handled at the application layer, the active record layer, the database driver layer, a pr
To my mind, the simplest way is maintain a 1:1 between rails instances and DB shards.