Please follow the format set down in http://keepachangelog.com
- Added
structure:dump
task. Thanks @shqear93
- Descriptions for Rake tasks. Fixes #60. Thanks @roolo.
- Allow custom db paths to work. Fixes #51 #52. Thanks @MrJoy.
- Rails v5.1 support.
- Issue with explicit secondbase tasks not loading config. Fixes #43
- Tested w Rails 5.0 release.
- Support for schema cache. Fixes #40
- Test updates to track rails 5 rc2.
- Ability to disable the database task patching (thanks @agrberg)
- Rails 5 support.
- Fix base Rails migration generator. Fixes #25.
Initial re-write supporting Rails 4.x. Please see README.md for full details.
Support for Rails 3.x. For 2.x support, check out the branch rails_2_3
or version v0.5 of the gem.
- The
has_and_belongs_to_many
associations, for SecondBase models. - Patched
ActiveRecord::TestFixtures
so that transactional fixture support is respected for the SecondBase. - Reorganized monkey patches to make it easier to work in fixes for different versions of Rails.