Hello all, I wonder if there is some interest in supporting master-slave schema natively in rails, with the usual approach: convention over configuration. I am about to explore how to implement it on the rails core, but I'd love to know if there is some interest in it.
I think it would be great to have native support for this (without third party dependencies), in which you could configure in your database.yml the master database, and the read-only set of databases. That way rails could connect to one or another depending on what needs to be executed. If there is no read-only configuration specified, we'd assume that the schema is one master database only, and everything would work as nowadays. Thanks for all your work. Best regards, Rafael Fernández López. PS: I am close to find the time to start helping on github issues before/while working on this. :) -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/rubyonrails-core. For more options, visit https://groups.google.com/groups/opt_out.
