想在rails app中设置mysql主从复制。
是否有适用于Rails 3的插件/数据库适配器? Masochism插件是否适用于rails 3?
答案 0 :(得分:9)
尝试Octopus,它支持rails3和rails2.3: https://github.com/tchandy/octopus
Masochism,DbCharmer,data_fabric等人可能永远不会为Rails3更新,因为许多ActiveRecord内部都发生了翻天覆地的变化。
答案 1 :(得分:0)
data_fabric现在还声称支持Rails 3.0.7 https://github.com/mperham/data_fabric
和seamless_database_pool已经过补丁以支持Rails 3(但看起来好像有一段时间没有更新):http://www.williambharding.com/blog/rails/rails-3-slave-database-options-there-are-two/