aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/hash/conversions.rb
Commit message (Expand)AuthorAgeFilesLines
* hash_conversion itself does not at all depend on time extensionsAkira Matsuda2019-08-021-1/+0
* It may be better to explicitly require 'object/try' where we call `try`Akira Matsuda2019-08-011-0/+1
* Enable autocorrect for `Lint/EndAlignment` copKoichi ITO2018-01-181-2/+2
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-9/+9
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-9/+9
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-3/+3
* applies remaining conventions across the projectXavier Noria2016-08-061-13/+12
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-23/+23
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-181-2/+1
* Change the Hash.to_xml with a lamda example Justin2016-04-191-1/+1
* Fix nodoc to internal class error document some of themVipul A M2016-01-251-0/+2
* Added documentation about passing custom disallowed types to Hash#from_xml [...Prathamesh Sonpatki2015-06-181-1/+19
* Revert "remove unnecssary require of `to_param`, as `to_query` is already req...Rafael Mendonça França2014-06-111-0/+1
* remove unnecssary require of `to_param`, as `to_query` is already require `to...Kuldeep Aggarwal2014-06-121-1/+0
* Change 'a' to 'an' [ci skip]Santosh Wadghule2014-05-091-1/+1
* Minor grammer, code conventions fix [ci skip]Zoltan Kiss2014-03-151-2/+1
* [ci skip] Grammar correctionAkshay Vishnoi2014-01-141-1/+1
* documentation updated for Hashes [ci skip]KD2013-11-111-3/+6
* Revert "Merge branch 'master' of github.com:rails/docrails"Vijay Dev2013-08-171-0/+1
* Minor refactor - Uses Enumerable#to_a instead of iterate and add to anPablo Cantero2013-07-271-1/+0
* CVE-2013-0156: Safe XML params parsing. Doesn't allow symbols or yaml.Jeremy Kemper2013-01-081-4/+23
* Revert "Merge branch 'master-sec'"Jeremy Kemper2013-01-081-23/+4
* CVE-2013-0156: Safe XML params parsing. Doesn't allow symbols or yaml.Jeremy Kemper2013-01-081-4/+23
* 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