[Rails] Re: Efficient way of using multple Database

2012-08-29 Thread Karthikeyan A k
Nope, what I am thinking is we need to migrate, the two databases need different set of tables. I am having a hard time. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, s

[Rails] Re: Efficient way of using multple Database

2012-08-29 Thread Karthikeyan A k
There is a gem called DB charmer, but does not work :-( -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com. To unsubscribe fro

[Rails] Re: Efficient way of using multple Database

2012-11-06 Thread papadiddydoo dblok
You can try the following, so far it has worked for me on rails 3.2.8 Grab the gem source code from 1. git clone https://github.com/kovyrin/db-charmer.git Modify the dependency inside the gemspec file, instead of <= 3.2.3 edit to ~> 3.2.3 2. vim db-charmer.gemspec 3. s.add_dependency 'actives

[Rails] Re: Efficient way of using multple Database

2012-11-07 Thread Karthikeyan A k
We use Octopus https://github.com/tchandy/octopus , its quiet good enough -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com.

Re: [Rails] Re: Efficient way of using multple Database

2012-08-29 Thread Colin Law
On 29 August 2012 13:54, Karthikeyan A k wrote: > Nope, what I am thinking is we need to migrate, the two databases need > different set of tables. I am having a hard time. Ah, ok, a subject line and posting that asked for the best way to handle migration of multiple databases might have been mor