Changelog for
rubygem-activerecord-2_3-2.3.8-3.4.x86_64.rpm :
Tue May 25 14:00:00 2010 mrueckertAATTsuse.de
- use rubygems_requires macro
Tue May 25 14:00:00 2010 mrueckertAATTsuse.de
- update to version 2.3.8
* Version bump.
- additional changes from version 2.3.7
* Version bump.
- additional changes from version 2.3.6
* Add index length support for MySQL.
[#1852] [Emili Parreno, Pratik Naik]
* find_or_create_by_attr(value, ...) works when attr is
protected. #4457 [Santiago Pastorino, Marc-André Lafortune]
* JSON supports a custom root option: to_json(:root => \'custom\')
[#4515] [Jatinder Singh]
* Destroy uses optimistic locking. If lock_version on the record
you\'re destroying doesn\'t match lock_version in the database, a
StaleObjectError is raised. #1966 [Curtis Hawthorne]
* To prefix the table names of all models in a module, define
self.table_name_prefix on the module. #4032 [Andrew White]
* Association inverses for belongs_to, has_one, and has_many.
Optimization to reduce database queries. #3533 [Murray Steele]
* MySQL: add_ and change_column support positioning.
[#3286] [Ben Marini]
* Reset your Active Record counter caches with the
reset_counter_cache class method.
[#1211] [Mike Breen, Gabe da Silveira]
Tue Dec 1 13:00:00 2009 chrisAATTcomputersalat.de
- update to version 2.3.5
* Minor Bug Fixes and deprecation warnings
* 1.9 Compatibility
* Numerous fixes to the nested attributes functionality
Thu Sep 10 14:00:00 2009 adrianAATTsuse.de
- update to version 2.3.4
* PostgreSQL: XML datatype support. #1874 [Leonardo Borges]
* SQLite: deprecate the \'dbfile\' option in favor of \'database.\'
[#2363] [Paul Hinze, Jeremy Kemper]
Mon Mar 16 13:00:00 2009 mrueckertAATTsuse.de
- starting package for the rails 2.3 series