aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/hash/conversions.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor Hash.from_xml.Steve Klabnik + Katrina Owen2012-12-211-50/+100
* Add documentation for Hash.from_xml [ci skip]HPNeo2012-12-011-0/+13
* Match classes without to_s conversions.Nikita Afanasenko2012-11-111-10/+10
* Use `tag!` instead of `method_missing` in `to_xml` conversions.Nikita Afanasenko2012-11-041-2/+2
* Hash Syntax changes to 1.9 formatAvnerCohen2012-10-201-1/+1
* let (array|hash)/conversions.rb load the extensions in object/to_(param|query...Xavier Noria2012-10-091-1/+3
* update AS/core_ext docs [ci skip]Francesco Rodriguez2012-09-121-1/+1
* Fix unbalanced braces in Hash#typecast_xml_value internal commentAlexey Vakhov2012-05-251-1/+1
* changed xml type datetime to dateTime, fixes #6328Angelo capilleri2012-05-231-2/+2
* String quotes and trailing spacesAlexey Gaziev2012-04-291-18/+18
* Issue #636 - Parsing an xml file with multiple records and extra attributes (...Sidu Ponnappa2011-07-111-1/+1
* Fix bug with empty CDATA not being handled in Hash.from_xmlBradley Harris2011-04-291-1/+2
* files are a special case and need whitespace to be significantAndre Arko2011-04-141-1/+1
* gsub is not needed (thanks @fxn!)Andre Arko2011-04-141-1/+1
* attributes no longer disappear if a tag contains whitespaceAndre Arko2011-04-141-1/+1
* corrected docs for Hash#to_xml and added examples.Nick Sutterer2011-01-061-2/+14
* Refactor inject use in hash conversions.Emilio Tagua2010-09-221-8/+2
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-11/+11
* make a throwaway value equals to _ to avoid warningsSantiago Pastorino2010-07-241-1/+1
* Unforce builder from ASSantiago Pastorino2010-06-011-1/+1
* Move several configuration values from Hash to ActiveSupport::XmlMini, which ...José Valim2010-04-291-100/+16
* array.to_xml should be able to handle all types of data elements [#4490 state...Neeraj Singh2010-04-291-47/+8
* Add support for a type=binary with an optional encoding=base64. If the encodi...Josh Franklin2010-03-261-0/+9
* 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