Skip to content

Releases: wallaby-rails/wallaby-active_record

Fix github action and support nulls option

21 Feb 11:17
72c124c
Compare
Choose a tag to compare
0.3.0.beta1

Time to 0.3.0.beta1 (#36)

chore: use wallaby-core ~> 0.2.3

02 Feb 21:38
Compare
Choose a tag to compare
0.2.7

chore: use wallaby-core 0.2.3

Update to *fields and exclude invalid class names from the model list

19 Apr 02:24
b9b40c2
Compare
Choose a tag to compare

Changed

  • chore: filter out the classes that have invalid class name, e.g. primary::SchemaMigration (#19)
  • fix: make sure index/show/form fields returns empty hash when database or table doesn't exist (#18)

Update to use nativa ActiveRecord pagination and update the authorizer specs

12 Apr 05:32
c6e8445
Compare
Choose a tag to compare

Changed

  • chore: take out Logger and use the one from wallaby-core and update the documents (#16)
  • feat: change to use native ActiveRecord pagination (#15)
  • chore: update the specs for authorizer changes (#14)

Fix to use AND to join the conditions for NOT IN sub query

21 Mar 13:33
898e337
Compare
Choose a tag to compare

Changed

  • feat: custom logger to provide better information output to the Rails' log (#11)
  • fix: use and to join the conditions for not in (#10)

Fix nil sequence query and add database check

19 Mar 13:17
da3b392
Compare
Choose a tag to compare

Changed

  • fix: nil must be handled differently in a sequence sub query (#9)
  • fix: check database and table's existence before getting the metadata. (#8)
  • chore: use simplecov 0.17 for codeclimate report (#7)

Convert per_page param to integer for will_paginate

20 Feb 11:39
d308904
Compare
Choose a tag to compare

Changed

  • fix: convert per_page param to integer for will_paginate (#6)

allow null in colon query and remove kaminari dependency

20 Feb 11:38
f34a9b3
Compare
Choose a tag to compare

Changed

  • chore: remove kaminari from dependency but make it work with both kaminari and will_paginate (#5)
  • feat: improve querier to allow null, empty string and string matching query (#4)

Extract from Wallaby

10 Dec 00:43
e7bc445
Compare
Choose a tag to compare
chore: Rails 6 support (#2)

* chore(dep): gems update

* chore: rubocop update

* chore(test): spec setup

* chore: frozen_string_literal update

* chore(git): update gitignore

* chore: update travis

* chore: comment out load_defaults for other Rails versions

* chore: comment out public_file_server

* chore: remove some configuration