Changelog for
rubygem-activesupport-2_3-2.3.8-4.4.i586.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
* HTML safety: fix compatibility with the optional rails_xss
plugin. [Nathan Weizenbaum, Santiago Pastorino]
- additional changes from version 2.3.6
* 1.9 compat: deprecated last_(month|year) in favor of
prev_(month|year). [fxn]
* Deprecated Array#rand in favor of Array#random_element.
[Santiago Pastorino, Rizwan Reza]
* Added Object#presence that returns the object if it\'s #present?
otherwise returns nil [DHH/Colin Kelley]
* New assertions assert_blank and assert_present.
[#4299] [Juanjo Bazan]
* Use Object#singleton_class instead of #metaclass. Prefer Ruby\'s
choice. [Jeremy Kemper]
* JSON backend for YAJL. Preferred if available.
[#2666] [Brian Lopez]
* Introduce String#html_safe for rails_xss plugin and
forward-compatibility with Rails 3. [Michael Koziarski,
Santiago Pastorino, José Ignacio Costa]
* Time#- with a DateTime argument behaves the same as with a Time
argument, i.e. returns the difference between self and arg as a
Float #3476 [Geoff Buesing]
* YAML serialization for OrderedHash. #3608 [Gregor Schmidt]
* Add Enumerable#exclude? to bring parity to Enumerable#include?
and avoid if !x.include?/else calls [DHH]
Tue Dec 1 13:00:00 2009 chrisAATTcomputersalat.de
- update to version 2.3.5
* Minor Bug Fixes and deprecation warnings
* Fixes for the Nokogiri backend for XmlMini
* Ruby 1.9 Compatibility
Thu Sep 10 14:00:00 2009 adrianAATTsuse.de
- update to version 2.3.4
* Introduce ActiveSupport::Multibyte.clean to clean invalid
multibyte strings.
* Bug fixes
Mon Mar 16 13:00:00 2009 mrueckertAATTsuse.de
- starting package for the rails 2.3 series