data_fabric icon indicating copy to clipboard operation
data_fabric copied to clipboard

Sharding and replication support for ActiveRecord

Results 5 data_fabric issues
Sort by recently updated
recently updated
newest added

I've been using "version 1.4.0" for almost a year now and it would be nice to finally kill that last github URL in my `Gemfile`. Would it be possible to...

We were running into connection limit issues with mysql when using multiple :shard_by values. We're sharding different models differently, but to the same set of shards, so we end up...

I am using data_fabric from master branch for database replication and resque mailer for batch email processing. I found that data_fabric is causing below error to the resque-mailer. This error...

I get 8 of these running the tests on a fresh clone on the rails32 branch: ``` 1) Error: test_enchilada(ConnectionTest): NameError: uninitialized constant DataFabric::ConnectionProxy::Rails /Users/jason/projects/newtoy/gwf_service/tmp/data_fabric/lib/data_fabric/connection_proxy.rb:157:in `connection_name_builder' /Users/jason/projects/newtoy/gwf_service/tmp/data_fabric/lib/data_fabric/connection_proxy.rb:99:in `connection_name' /Users/jason/projects/newtoy/gwf_service/tmp/data_fabric/test/connection_test.rb:107:in `block...

I tried to use data_fabric with rails 3.1.1 but getting error as.... uninitialized constant DataFabric::ConnectionProxy::RAILS_ENV. While the data_fabric development i.e. https://github.com/bpot/data_fabric.git. is working with rails 3.1.1. But It gives error...