All Versions
14
Latest Version
Avg Release Cycle
64 days
Latest Release
2078 days ago

Changelog History
Page 1

  • v2.0.4 Changes

    April 04, 2019
    • #40 Fix: inconsistent with pluck when having select on relation (@khiav223577)
    • #39 Fix issue#38 (@MasashiYokota)
    • ๐Ÿš€ #36 Fix: broken test cases after bundler 2.0 was released (@khiav223577)
    • ๐Ÿ”จ #35 refactor #test_pluck_with_includes (@khiav223577)
    • ๐Ÿ‘ #34 Provide Arel support as well (@snkashis)
    • #33 Fix gemfile path in bin/setup (@snkashis)
    • ๐Ÿšš #32 Move patches into separate files (@khiav223577)
  • v2.0.3 Changes

    July 19, 2018
    • #30 Fix: includes + pluck_all results in strange output (@khiav223577)
  • v2.0.2 Changes

    June 29, 2018
    • โœ… #28 Fix test cases and the result format may be wrong when plucking multiple columns with nil value may (@khiav223577)
    • โœ… #27 [Feature] Mongoid Hooks And Tests Separation (@berniechiu)
    • #26 [FIX] Wrong Module Skipped (@berniechiu)
  • v2.0.1 Changes

    May 27, 2018
    • #25 Fix that project without mongoid will raise LoadError (@khiav223577)
  • v2.0.0 Changes

    May 27, 2018
    • ๐Ÿ‘ #24 Support Mongoid! (@khiav223577)
    • ๐Ÿ’… #23 Refactoring Coding Style (@khiav223577)
    • โœ… #22 test Rails 5.2 (@khiav223577)
    • โœ… #21 should test both 5.0.x and 5.1.x (@khiav223577)
    • โœ… #20 test pluck_all in rails 5.1.x (@khiav223577)
    • โœ… #19 add test cases to test join with table name and alias (@khiav223577)
  • v1.2.4 Changes

    April 11, 2017
    • ๐Ÿ‘ #17 supports carrierwave 1.0.0 (@khiav223577)
  • v1.2.3 Changes

    April 03, 2017
    • #14 use mass assign to assign values (@khiav223577)
    • #16 Checking if Class has CarrierWave loaded (@basex)
    • #15 Restrict dependency to activerecord (@basex)
  • v1.2.2 Changes

    March 14, 2017
    • #13 Model.none.pluck_all(..) should return empty array instead of raising exception (@khiav223577)
    • โœ… #12 test other ruby version (@khiav223577)
  • v1.2.1 Changes

    January 24, 2017
    • #11 always return carrierwave uploader if possible (@khiav223577)
    • #10 change pluck_all return value of carrierwave column (@khiav223577)
  • v1.2.0 Changes

    January 24, 2017
    • ๐Ÿ‘ #5 Support casting CarrierWave url (@khiav223577)
    • ๐Ÿš… #9 need ActiveRecord version not Rails version (@khiav223577)
    • โฌ†๏ธ #8 Upgrade rake version in development (@khiav223577)