- Alias enum field #122
- Add support to Rails 7.1 #124
- Add support to BigSerial #119
- Add support to hstore #118
- Support Postgres type modifiers #117
- Add support for Rails 7. #111 #112
- Add support to Rails 6.1 #106
- Breaking Finish dropping support to Rails <= 5.1 by removing custom code for these versions. #101
- Breaking Drop support to Ruby 2.2, 2.3, 2.4
- Breaking Drop support to Rails 2.X, 3.X, 4.X, 5.0, 5.1
- Drop support to old versions of Ruby and Rails. #96
- Added support for postgres column types included jsonb and ability to delete columns #94
- Breaking Drop support to Ruby 1.9
- Add support for ActiveRecord 6.0 #90
- Prevent ActiveRecord::Tasks::DatabaseNotSupported #88
- Fix broken count
- Avoid monkey patching Schema.define
- Support ruby 2.4 (drop support for ruby 2.1 and rails 3.0/3.1)
- Support custom TableDefinition (useful for postgres)
- Adds support for ActiveRecord Edge (6.0)
- Adds support for ActiveRecord 5.1/5.2.
- Support limit and null
- Adds support for ActiveRecord 5.0.
- Adds support for #cast_values on EmptyResult instance.
- Adds support for Postgres-specific 'enable_extension'
- Adds support for ActiveRecord 4.2.
- Deprecates support for MRI 2.0.0.
- Deprecates support for MRI 1.9.3 and adds support for 2.3.x.
- Fixes :string column type fetching for AR 4.1.
- Removes accidental dependency on iconv. Fixing JRuby support.
- Drops 1.8.7 support.
- Adds support for Ruby 2.0, 2.1 and ActiveRecord 4.
- Fixes ActiveRecord 2.3 support on Ruby 2 and up.
- Misc small fixes
- Updated Rails 3 support so that nulldb works against AR 3.0.0.
- Add support for RSpec 2.
- Rails 3 support. All specs pass against ActiveRecord 3.0.0.beta.
- Released as activerecord-nulldb-adapter gem.
- Released as nulldb gem, with some bug fixes.
- Moved to Rubyforge
- Initial Release