Rails DB Slave Plugin Acts_as_readonyable
approval
A short article about the acts_as_readonlyable plugin for Rails that will aid in you in setting up multiple read-only database slaves.\r\n\r\n\"ActsAsReadonlyable adds support of multiple read-only slave databases to ActiveRecord models. When a model is marked with acts_as_readonlyable, some of AR finders are overridden to run against a slave DB. The supported finders are find, find_by_sql, count_by_sql, find_[all_]by_*, and reload.\"