[Rails-core] Master-slave replication support

2013-10-11 Thread Rafael Fernández López
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 grea

Re: [Rails-core] Master-slave replication support

2013-10-11 Thread Rafael Mendonça França
In the last version our approach for new features was to write external gems before integrating to Rails repository. I personally like the idea of having support for master-slave in Rails but in my opinion it should grow up first as a gem. If the community embrace that gem and it show useful for t

Re: [Rails-core] Master-slave replication support

2013-10-11 Thread Rafael Fernández López
I find it great the idea of creating an external gem and integrate it to the core later on. I understand that not everything can go inside the core, but multiple database support (master-slaves) looks like something really important the core could have without installing external gems.

Re: [Rails-core] Master-slave replication support

2013-10-11 Thread Matt Jones
On Oct 11, 2013, at 11:03 AM, Rafael Fernández López wrote: > I find it great the idea of creating an external gem and integrate it > to the core later on. I understand that not everything can go inside the > core, but multiple database support (master-slaves) looks like something > real

Re: [Rails-core] Master-slave replication support

2013-10-11 Thread Rafael Fernández López
There you go. Thanks :) -- 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 rubyonrails-core+unsubscr...@googlegroups.com. To post to this group, send email t