[ANN] ActiveRecord::Extensions 0.0.5

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

ActiveRecord::Extensions 0.0.5 is out!

ActiveRecord::Extensions (ARE) is a suite of extensions to ActiveRecord.
It includes better support for ActiveRecord find methods by supporting
core Ruby classes such as Arrays, Regexps and Ranges.

It also includes support via the “import” method to insert mass amounts
of data at speeds up to 40x faster then ActiveRecord normally does. It
supports only MySQL right now and includes support for things like:

  • INSERT IGNORE … statements
  • INSERT … ON DUPLICATE KEY UPDATE statements
  • Multi-value INSERT statements

Homepage:
http://www.continuousthinking.com/are/activerecord-extensions-0-0-5

Rubyforge:
http://rubyforge.org/projects/arext/

Direct download:
http://rubyforge.org/frs/download.php/14202/ar-extensions-0.0.5.tgz

Thanks,

Zach D.
http://www.continuousthinking.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFQYYNMyx0fW1d8G0RAqRdAJsGv7I/GUX//OaHzyyxhmGzLY5uRACfb5x1
mx20qfjLyozkKU9VEBiW1vo=
=v3ys
-----END PGP SIGNATURE-----

that looks really promising, gonna give it a try when i get home form
work.

Thanks!