public
Rubygem
Description: Adapter extensions for ActiveRecord
Homepage: http://activewarehouse.rubyforge.org/adapter_extensions/
Clone URL: git://github.com/aeden/adapter_extensions.git
name age message
file .gitignore Fri Oct 17 10:58:12 -0700 2008 ignore pkg directory [aeden]
file CHANGELOG Tue Nov 04 11:19:16 -0800 2008 moved up to current gem require style [aeden]
file HOW_TO_RELEASE Loading commit data...
file LICENSE Fri May 16 11:12:21 -0700 2008 initial import [aeden]
file README Tue Nov 04 11:19:16 -0800 2008 moved up to current gem require style [aeden]
file Rakefile Tue Nov 04 11:19:16 -0800 2008 moved up to current gem require style [aeden]
file adapter_extensions.gemspec Thu May 22 11:45:11 -0700 2008 updating rubygems version in gemspec to 1.1.1 [mainej]
directory lib/ Tue Nov 11 16:53:47 -0800 2008 Set bulk load option for MySQL automatically P... [darinwilson]
directory test/ Tue Nov 11 16:55:51 -0800 2008 Add MySQL disclaimer to failing test There is ... [darinwilson]
This library provides extensions to Rails' ActiveRecord adapters.

As of version 0.5, adapter_extensions has dependencies on ActiveSupport and ActiveRecord 2.1.x or higher.

To use the MySQL adapter extensions with Rails 2.x, you must patch the mysql_adapter with the 
mysql_adapter_opt_local_infile.patch.

To execute the unit tests you must first construct a adapter_extensions_unittest database.