ar-extensions 0.8.0, forgot to mention
on August 16, 2008 @ 02:17 PM

I forgot to mention that ar-extensions no longer loads adapter specific functionality by itself. You need to tell it what you want. For example if you want to load import functionality for MySQL you’d have to require the right files, like so:

1
2
require 'ar-extensions/adapters/mysql'
require 'ar-extensions/import/mysql'

Sorry about that.


  1. Brad 09.14.08 / 19PM

    Hi Zach,

    ar-extensions has been a life saver for me. I absolutely love it! Thanks so much for keeping this extension up to date.

    FYI, regarding your latest news (“forgot to mention”), I tried adding the new “require” lines in /config/environments.rb and my imports failed. Changing back to the standard require ‘ar-extensions’ still works just fine for me. I’m running: Mac Leopard 10.5.4 Ruby (1.8.7 patchlevel 72) Rails 2.1.0 MySQL 5.1.26-rc mysql 2.7 GEM

    Thought you’d like to know and possibly clarify your latest post.

Have your say

A name is required. You may use HTML in your comments.