All Versions
14
Latest Version
Avg Release Cycle
154 days
Latest Release
-

Changelog History
Page 2

  • v1.2.0 Changes

    May 03, 2016

    ๐Ÿ›  Fix Rails 5.0 deprecation (thanks @huacnlee!)

  • v1.1.1 Changes

    March 20, 2016

    ๐Ÿš… Minor changes to support Rails 4.1.

  • v1.1.0 Changes

    October 28, 2015

    In response to popular demand, you can now simply pass an array of rows to insert, to bulk_insert:

    Book.bulk\_insert values: array\_of\_book\_attrs
    

    โž• Additionally, the following enhancements are new:

    • default_bulk_columns method is added to return what columns are referenced by default [Mehdi FARSI]
    • 0๏ธโƒฃ Omitted values are now auto-populated with any database defaults that have been defined.
    • โšก๏ธ Created_at/updated_at timestamps will be identical for all records inserted together.

    ๐Ÿ’Ž As ever, install and enjoy responsibly with RubyGems:

    $ gem install bulk_insert
    

    Cheers!

  • v1.0.0 Changes

    October 10, 2015

    ๐ŸŽ‰ Initial release! Bulk inserts for ActiveRecord. Efficiently add multiple rows in a single database call!