Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 765 Bytes

CHANGES.md

File metadata and controls

42 lines (28 loc) · 765 Bytes

0.3.1 (2014-02-17)

  • Removes accidental dependency on iconv. Fixing JRuby support.

0.3.0 (2014-01-31)

  • 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

0.2.1 (2010-09-01)

  • Updated Rails 3 support so that nulldb works against AR 3.0.0.
  • Add support for RSpec 2.

0.2.0 (2010-03-20)

  • Rails 3 support. All specs pass against ActiveRecord 3.0.0.beta.

0.1.1 (2010-03-15)

  • Released as activerecord-nulldb-adapter gem.

0.1.0 (2010-03-02)

  • Released as nulldb gem, with some bug fixes.

0.0.2 (2007-05-31)

  • Moved to Rubyforge

0.0.1 (2007-02-18)

  • Initial Release