aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/hash/conversions.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge docrailsPratik Naik2010-01-171-0/+48
* hash/conversions.rb needs active_support/core_ext/string/inflections because ...Xavier Noria2010-01-011-0/+1
* hash/conversions.rb needs active_support/core_ext/object/blank because it use...Xavier Noria2010-01-011-0/+1
* Ruby 1.9.2: work around changes to flatten and nil.to_strJeremy Kemper2009-11-081-1/+2
* Consolidate Object#to_param and #to_query core extensionsJeremy Kemper2009-11-021-17/+0
* Restore split between require-time and runtime load path mungery. Simplifies ...Jeremy Kemper2009-09-241-1/+1
* Rollback AS bundler work and improve activation of vendored dependenciesJoshua Peek2009-09-131-1/+1
* Fix that Hash#to_xml and Array#to_xml shouldn't modify their options hashes [...David Burger2009-08-091-0/+1
* Remove 'core' fluff. Hookable ActiveSupport.load_all!Jeremy Kemper2009-05-201-2/+1
* Fixed Hash#from_xml with keys that are all caps.codebrulee2009-05-041-1/+1
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+2
* Merge branch 'master' into cherryJeremy Kemper2009-04-201-2/+1
|\
| * Hash::XML_TYPE_NAMES: no longer a need for a TimeWithZone entry; this class w...Geoff Buesing2009-04-051-2/+1
* | Convert Hash conversions extension module to class reopenJeremy Kemper2009-03-281-217/+209
|/
* Use xmlschema when serializing TimeWithZones to xml [#2223 state:resolved]Jonathan del Strother2009-03-121-2/+3
* Merge docrailsPratik Naik2009-01-181-1/+1
* Added a :camelize option to ActiveRecord and Hash to_xml serialization and fr...Bruce Krysiak2008-12-101-7/+13
* Autoload ActiveSupport::XmlMiniJeremy Kemper2008-11-261-1/+0
* Extract XmlMini. Namespace FileLike extension.Jeremy Kemper2008-11-251-128/+14
* Extract XmlMini from XmlSimple. [#1474 state:committed]Joseph Holsten2008-11-251-21/+106
* Lazy-require XmlSimple. Move CGI require to object conversions where it's act...Jeremy Kemper2008-11-231-2/+2
* Lazy-require builder libJeremy Kemper2008-11-231-1/+2
* Fix indentation mismatchJeremy Kemper2008-09-081-1/+1
* Merge docrails.Pratik Naik2008-05-251-1/+1
* Hash.from_xml: datetime xml types overflow to Ruby DateTime class when out of...gbuesing2008-05-181-1/+1
* Fix Hash#from_xml with Type records. Closes #9242 [Juanjo Bazan, Isaac Feliu]Jeremy Kemper2008-02-271-2/+3
* ActiveSupport::Base64.encode64s since Base64 is deprecatedJeremy Kemper2008-02-071-2/+2
* Use a decorator module for Files instantiated by Hash.from_xml. Add test cove...Jeremy Kemper2008-01-061-3/+18
* Moved the caching stores from ActionController::Caching::Fragments::* to Acti...David Heinemeier Hansson2008-01-031-0/+2
* Ruby 1.9 compat: move from the deprecated Base64 module to ActiveSupport::Bas...Jeremy Kemper2007-12-181-2/+1
* Move #to_query methods where they ought to belong. Closes #10395 [Chu Yeow]Jeremy Kemper2007-12-091-17/+7
* Fix that empty collections should be treated as empty arrays regardless of wh...David Heinemeier Hansson2007-11-251-13/+13
* Hash#to_xml handles symbol values. Closes #9954.Jeremy Kemper2007-10-231-0/+5
* Rebundle Builder 2.1.2 but prefer a newer RubyGem if available.Jeremy Kemper2007-10-101-1/+1
* String#to_xs uses the fast_xs extension if available for Builder speedup.Jeremy Kemper2007-10-071-0/+1
* Hash#to_xml doesn't double-unescape. Closes #8806.Jeremy Kemper2007-09-171-9/+1
* Support for non heterogeneous arrays when serializing to xml. Unless guessabl...Tobias Lütke2007-07-091-10/+13
* Demote Hash#to_xml to use XmlSimple#xml_in_string so it can't read files or s...Jeremy Kemper2007-06-231-1/+22
* Remove deprecated Hash#create_from_xml. Use Hash#from_xml.Jeremy Kemper2007-06-231-5/+0
* Added proper handling of arrays. Closes #8537 [hasmanyjosh]Rick Olson2007-06-211-0/+14
* revert [6924]Rick Olson2007-06-051-14/+0
* Added proper handling of arrays (closes #8537) [hasmanyjosh]David Heinemeier Hansson2007-06-011-0/+14
* Pull file from xml value only if it's a Hash. Closes #8190.Jeremy Kemper2007-04-261-2/+2
* XML values can be nilDavid Heinemeier Hansson2007-04-261-1/+1
* Added parsing of file type in Hash.xml_in so you can easily do file uploads w...David Heinemeier Hansson2007-04-251-12/+31
* Use XSD-compatible type names for Hash#to_xml and make the converters extenda...David Heinemeier Hansson2007-04-211-11/+30
* Added yielding of builder in Hash#to_xml [DHH]David Heinemeier Hansson2007-04-191-0/+2
* Fixed that parameters from XML should also be presented in a hash with indiff...David Heinemeier Hansson2007-04-161-1/+1
* Hash#to_xml supports YAML attributes; ActiveRecord::Base#to_xml support seria...Jeremy Kemper2007-03-181-2/+4
* Array#to_query preserves its ordering. References #7756.Jeremy Kemper2007-03-111-1/+1