- Support for ActiveRecord 8.0
- Support for ActiveRecord 7.2
- Support for multi-db config in
OTR::ActiveRecord.configure_from_hash!
- Removal of support for ActiveRecord 4.x-6.0
- Support for ActiveRecord 7.1
- Use File.exist? instead of File.exists?
- Fix
OTR::ActiveRecord::QueryCache
for ActiveRecord 7.
- Fix YAML loading on Ruby 3.1 - PR #39 - scudelletti
- Preliminary support for ActiveRecord 7 (tested against 7.0.0.alpha2)
- Fix
configure_from_file!
for flat files (Brynbayliss87)
- Fix configure_from_url! for AR 6.1
- Parse three-tier database.yml
- Require manually calling OTR::ActiveRecord::establish_connection!
- Allow AR 6.1
- Add
OTR::ActiveRecord::QueryCache
middleware.
- Active Record 6.0 support
- A less hacky way of fixing the bug fixed in 1.2.6.
ENV["RACK_ENV"]
/ENV["RAILS_ENV"]
will no longer be forced intodevelopment
when blank.
- Bugfix to default env in development mode w/AR 5.2
- Support ActiveRecord 5.2
- Bugfix to db:create_migration
- Bugfix to OTR::ActiveRecord.configure_from_hash! for ActiveRecord 5.1
- Look for APP_ENV if RAILS_ENV and RACK_ENV aren't set
- Support ActiveRecord 5.1
- Bugfix to db:test: Rake tasks for Rails 5
- Port from grape-activerecord
- Tweak
db:create_migration
to take a real rake arg rather than an env var