Files | Admin

Notes:

Release Name: ar-extensions-0.4.0

Notes:
ActiveRecord::Extensions 0.4.0 is released! This includes ActiveRecord support for temporary tables, foreign keys, to_csv functionality on ActiveRecord models and lots of updated RDOC documentation. Please see http://www.continuousthinking.com/tags/arext for more information.


Changes: * Updated to_csv and import functionality to work with Sqlite, Sqlite3, PostgreSQL and MySQL * Updated RDOC for import, to_csv, better finders, temporary tables and foreign key support * Added initial support for temporary tables and permanent like tables. * Added dependency for Mocha 0.4.0 or higher for testing * Fixed bug for import functionality where it was never actually splitting up values correctly (thx to Mark Van Holstyn!!) * Added support for embedded to_csv includes * Added fix to init.rb to only load CSV functionality if FasterCSV is available, otherwise print a message to STDERR and continue. * Added fix to tests/boot.rb which solves fixture_path issues in ActiveRecord 1.14.4 and earlier. The fix is included Rails trunk and will be available in Rails 1.2. * Added ActiveRecord::Extensions::VERSION module which has the following constants: MAJOR, MINOR, REVISION * Running rake tests are now smart enough to rebuild the database if they are required based on schema_info table. * Added schema_info table for test database schemas.