aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/object
Commit message (Expand)AuthorAgeFilesLines
* Process::Status should get a :nodoc: [ci skip]Godfrey Chan2013-11-261-1/+1
* Removed the Ruby encoder and switched to using the JSON gemGodfrey Chan2013-11-261-28/+0
* Removed support for encoding BigDecimal as a JSON numberGodfrey Chan2013-11-261-8/+1
* Merge remote-tracking branch 'docrails/master'Xavier Noria2013-11-242-7/+7
|\
| * The option is called encode_big_decimal_as_string [ci-skip]Godfrey Chan2013-11-151-1/+1
| * Change syntax format for example returned valuesPrem Sichanugrist2013-11-111-6/+6
* | When Array#as_json and Hash#as_json are called without options, theyGodfrey Chan2013-11-221-2/+2
* | Expand double-negative in String#blank? regexAman Gupta2013-11-201-1/+1
* | Improved compatibility with the stdlib JSON gem.Godfrey Chan2013-11-141-3/+21
|/
* Standardize all JSON encoded times to use 3 decimal fractional secondsRyan Glover2013-11-071-2/+2
* Move the JSON extension require statements to the right place.Godfrey Chan2013-11-061-0/+7
* Do not expose internal state in the public encoder API (i.e. as_json)Godfrey Chan2013-11-061-15/+4
* Eliminate `JSON.{parse,load,generate,dump}` and `def to_json`Godfrey Chan2013-11-051-1/+1
* Fixed Object#as_json and Struct#as_json with optionsGodfrey Chan2013-11-051-3/+3
* Require time before monkey-patching itRobin Dupret2013-10-311-0/+1
* Require bigdecimal before monkey-patching itRobin Dupret2013-10-311-0/+1
* Moved all JSON core extensions into core_ext/object/jsonGodfrey Chan2013-09-132-26/+220
* Fixes typo in Object#try!Jay Hayes2013-09-101-1/+1
* Revert "Merge branch 'master' of github.com:rails/docrails"Vijay Dev2013-08-171-1/+1
* Fixes typo in Object#try!Jay Hayes2013-07-261-1/+1
* use destructive sort on array in Hash#to_param for performance gains.Vipul A M2013-05-051-1/+1
* Revert "Object#in? also accepts multiple parameters"Brian Morearty2013-05-011-19/+9
* revamps the RDoc of Object#tryXavier Noria2013-01-281-22/+30
* Correct method notation for #acts_like? [ci skip]Doug Yun2013-01-071-4/+4
* Instance_variable_names are strings. That is the most important information IMOAkira Matsuda2013-01-081-1/+1
* Replace comments' non-breaking spaces with spacesclaudiob2012-12-041-1/+1
* Revert "remove unnecessary object/conversions file"Xavier Noria2012-10-161-0/+4
* remove unnecessary object/conversions fileNihad Abbasov2012-10-021-4/+0
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-213-21/+8
|\
| * update some AS code examples to 1.9 hash syntax [ci skip]Francesco Rodriguez2012-09-123-21/+8
* | Improve Process::Status#to_jsonSteve Klabnik2012-09-151-0/+8
|/
* Bring back changelog entries for Active SupportCarlos Antonio da Silva2012-08-111-2/+2
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-08-041-2/+5
|\
| * update to_param docs [ci skip]Francesco Rodriguez2012-07-271-2/+5
* | Add Object#try! with the old NoMethodError raising behaviorDavid Heinemeier Hansson2012-07-271-0/+14
* | will now return nil instead of raise a NoMethodError if the receiving object...David Heinemeier Hansson2012-07-271-1/+4
|/
* remove double hyphen that doesn't allow properly parsingFrancesco Rodriguez2012-06-041-5/+1
* Add missing requires for deep_dup and hash ext testCarlos Antonio da Silva2012-05-241-0/+2
* Improve docs for `try` by adding note on `BasicObject`Piotr Sarnacki2012-05-201-0/+4
* Fix documentation around duplicable regarding Class and Module.Mark McSpadden2012-05-171-1/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-171-5/+4
|\
| * copy edit and remove nodoc on instance_values method [ci skip]Vijay Dev2012-05-171-4/+4
| * removing 1.8 referenceFrancesco Rodriguez2012-05-161-3/+2
* | Remove special cases for duplicable? on Class and ModuleMark McSpadden2012-05-171-24/+0
|/
* adding examples to deep_dup methodFrancesco Rodriguez2012-05-141-1/+23
* Update docs to public_send for Object#tryOscar Del Ben2012-05-131-1/+1
* update docs on Object#tryVasiliy Ermolovich2012-05-131-1/+1
* Object#try can't call private methodsVasiliy Ermolovich2012-05-121-2/+2
* Keep all methods in object/deep_dupPiotr Sarnacki2012-05-061-0/+16
* Nice logic for deep_dup in railsAlexey Gaziev2012-05-061-0/+6