- Drop support for Ruby 2.2
- Fix support for Rails 5.2: Handle Rails 5.2's repeated connection establishment.
- Add support for Rails 5.2
- Update dependencies to allow use with Rails 5.1
- Stop silent schema loading dropping STDOUT completely
- Add support for Rails 5.0
- Drop support for Rails 4.x
- Drop support for Rails 3.2
- Support use of Spring
- Make dependency declaration match set of supported Rails versions
- Document public API
- Add integration test for upcoming Rails 4.2
- Ensure all files are available in the gem
- Drop support for Rails 3.0 and 3.1
- Officially add support for Rails 4.1
- Add 'migrate' option (thanks, Stephan Zalewski)
- Use railties to run init_schema at the appropriate moment (thanks, Stephan Zalewski)
- Fix Rails 4.0 support by initializing the schema whenever an ActiveRecord connection is established
- Officially add support for Rails 4.0
- Drop support for Rails 2.3
- Fix broken Rails 3.0 compatibility
- Restore Rails 2.3 compatibility
- Add support for Rails 3.2 (thanks, Stephan Zalewski)
- Rails 3 compatibility (thanks, Greg Weber)
- Only support Rails 3
- Use Rails 3 plugin loading mechanism to avoid loading the schema before initialization is complete
- Use 'verbosity' setting from the current environment, not from 'test'
- Support other environments besides 'test' (thanks, Erik Hanson & Matt Scilipoti)
- Fix broken gemspec that did not include any files, nor all authors.
- Initial release as a GemPlugin