Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: nulldb/nulldb

ActiveRecord 8.0 support

14 Nov 18:18
17b20bf

Choose a tag to compare

What's Changed

  • Add ActiveRecord 8.0 support by @simpl1g in #136
  • Register adapter with AR for AR version >= 7.2 by @taylorthurlow in #132
  • Improve README.md with fenced codeblocks for syntax highlighting by @fwolfst in #134
  • Add unique_constraint method to table_definition by @Kagemaru in #131

New Contributors

Full Changelog: v1.0.1...v1.1.1

v1.0.1

16 Oct 16:49
2669d38

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v1.0.1

v0.9.0

10 Mar 19:37
c55900a

Choose a tag to compare

  • Add support to BigSerial #119
  • Add support to hstore #118
  • Support Postgres type modifiers #117

Rails 6.1 support

18 Jan 14:11
147bb94

Choose a tag to compare

  • Add support to Rails 6.1 #106

That PR also include moving away from Travis to Github Actions and testing it for Ruby 3.0 that was released last December 25th.

Thanks @jmortlock for these contributions. 💜

Finish dropping support to older Rails

08 Jan 15:03
1c2bf0d

Choose a tag to compare

  • Breaking: Finish dropping support to Rails <= 5.1 by removing custom code for these versions. #101

Add support to UUID

25 Nov 21:00
7cd9df1

Choose a tag to compare

  • Add support to UUID #97

ActiveRecord 6.0 support & fix rake task

22 Jul 13:12
b216a1f

Choose a tag to compare

  • Add support for ActiveRecord 6.0 #90
  • Prevent ActiveRecord::Tasks::DatabaseNotSupported #88