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 comment
Jump to comment form | comments rss [?]