secondbase
secondbase copied to clipboard
Allows Rails to manage a second database in your projects (gets you to secondbase)
Is this capable of seeding the secondbase as well as the firstbase using rake commands?
himanshusaxena@Sys-14:~/Projects/Mysytes_halosys$ rake db:migrate rake aborted! undefined method `push' for LL("db"):Rake::Scope /home/himanshusaxena/.rvm/gems/ruby-1.9.3-p448@mysytes/gems/secondbase-0.5.0/lib/secondbase/rake_method_chain.rb:19:in`override_task' /home/himanshusaxena/.rvm/gems/ruby-1.9.3-p448@mysytes/gems/secondbase-0.5.0/lib/secondbase/tasks.rb:18:in `block in ' /home/himanshusaxena/.rvm/gems/ruby-1.9.3-p448@mysytes/gems/secondbase-0.5.0/lib/secondbase/tasks.rb:17:in`' /home/himanshusaxena/.rvm/gems/ruby-1.9.3-p448@mysytes/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:245:in `load' /home/himanshusaxena/.rvm/gems/ruby-1.9.3-p448@mysytes/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:245:in`block in load' /home/himanshusaxena/.rvm/gems/ruby-1.9.3-p448@mysytes/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:236:in `load_dependency' /home/himanshusaxena/.rvm/gems/ruby-1.9.3-p448@mysytes/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:245:in`load' /home/himanshusaxena/.rvm/gems/ruby-1.9.3-p448@mysytes/gems/secondbase-0.5.0/lib/secondbase/railtie.rb:7:in `block in ' /home/himanshusaxena/.rvm/gems/ruby-1.9.3-p448@mysytes/gems/railties-3.2.13/lib/rails/railtie.rb:184:in`instance_exec' /home/himanshusaxena/.rvm/gems/ruby-1.9.3-p448@mysytes/gems/railties-3.2.13/lib/rails/railtie.rb:184:in...
so it wants to make SecondDB migrations in main DB