Skip to content
Dillon Welch edited this page Nov 14, 2018 · 23 revisions

activerecord-import

activerecord-import is a library for bulk inserting data using ActiveRecord.

See the latest docs.

The wiki has now been moved into the [README](https://github.com/zdennis/activerecord-import#activerecord-import-)

Why activerecord-import?

Upgrading from ar-extensions

activerecord-import replaces the ar-extensions library and requires Rails 3. It provides the exact same API for importing data, but it does not include any additional ar-extensions functionality.

Clone this wiki locally