Now that Rails is nearing a 3.0 release, it’s time for to revisit this import functionality, make it compatible with the heavily refactored and cleaned up ActiveRecord internals (thx Rails core team) and add some more polished features and implementation.
The import functionality which was in ActiveRecord::Extensions is being extracted into its own library, activerecord-import. This library will be smaller and its only purpose will be to provide mass import functionality.
The work has already begun over on github: “http://github.com/zdennis/activerecord-import”:http://github.com/zdennis/activerecord-import
I look forwarding to officially releasing this in the upcoming weeks!
blog comments powered by Disqus