0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 09, 2023 — May 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Point to mperham repo More... about 15 years ago
Update repo location More... about 15 years ago
Prepare for 1.2.4 release More... about 15 years ago
Fix remove_connection API issue More... about 15 years ago
Oops More... about 15 years ago
Third time's a charm More... over 15 years ago
Fixes, note change More... over 15 years ago
Add Dash recipe for data_fabric More... over 15 years ago
Ruby 1.9.1 test failure More... over 15 years ago
Prepare for 1.2.3 release More... over 15 years ago
Ensure all sharded connections are checked in at the end of each Rails request, by hooking into clear_active_connections! More... over 15 years ago
Fix issue with uninitialized role in thread local variable. Release 1.2.2 More... over 15 years ago
A cleaned up 1.2.1 release More... over 15 years ago
Updated manifest for release More... over 15 years ago
Add insert_many to delegated methods Fix tests under < ar2.2 More... over 15 years ago
Add 'cover_all' task to generate coverage for all installed AR versions. Fix tests on AR < 2.2, add testing for connected? and connection_pool methods. More... over 15 years ago
Merge branch 'master' into activerecord-2.2 More... over 15 years ago
Add test coverage via rcov More... over 15 years ago
Add example threadsafe Rails 2.2 application More... over 15 years ago
Fix issue with XA nesting in sqlite More... over 15 years ago
Refactor DataFabric to support ActiveRecord 2.0, 2.1 and 2.2. AR 2.0 and 2.1 are supported by the code in ar20.rb. AR 2.2+ is supported by the code in ar22.rb. TODO One test still failing. More... over 15 years ago
Remove activerecord dependency. RubyGem dependencies appear to be useless. More... over 15 years ago
Prepare for release More... over 15 years ago
Update version and manifest in prep for 1.1.0 release More... over 15 years ago
Fix connection issue where connected? caused a connection to be established. More... over 15 years ago
Support testing in sqlite by default, rather than forcing the user to configure a database.yml. More... over 15 years ago
Logging cleanup. User should set the logger if they want to log DF operations. DF will try to inherit AR:Base's logger if possible. Should solve the issue of nil pointer errors if no logger is set. More... over 15 years ago
incorporate the upstream changes that i accidentally clobbered More... over 15 years ago
improvements and bug fixes More... over 15 years ago
Ensure that we verify the wrapped connection once per hour. This ensures we don't get spurious "gone away" mysql errors due to connection caching. More... over 15 years ago