aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/object
Commit message (Expand)AuthorAgeFilesLines
* Fix AS docs / changelog with wrong method [ci skip]Carlos Antonio da Silva2014-08-051-1/+1
* Update itself.rb [ci skip]Jon Atack2014-08-051-1/+1
* Only define Objetc#itself when it is not definedRafael Mendonça França2014-08-041-8/+10
* Rename Object#self to Object#itself to have parity with matz sanctioned metho...David Heinemeier Hansson2014-08-011-2/+2
* Added Object#self which returns the object itselfDavid Heinemeier Hansson2014-08-011-0/+10
* Add implicit receiver support to `Object#with_options`Pavel Pravosud2014-07-291-2/+15
* Fixed a compatibility issue with the `Oj` gemGodfrey Chan2014-07-291-3/+3
* Merge pull request #15629 from akshay-vishnoi/test-to_paramRafael Mendonça França2014-07-282-66/+59
|\
| * Move to_param to to_query, also Improve testsAkshay Vishnoi2014-06-202-66/+59
* | [ci skip] BigDecimal#duplicable? returns false in 1.9.xAkshay Vishnoi2014-06-131-1/+1
* | Revert "remove unnecssary require of `to_param`, as `to_query` is already req...Rafael Mendonça França2014-06-111-0/+1
* | No need to require to_param, it is already required in to_query.rbAkshay Vishnoi2014-06-111-1/+0
|/
* Do not check defined?(CGI) on every call #to_queryprintercu2014-05-131-1/+1
* No need the else clauseRafael Mendonça França2014-05-041-2/+0
* Merge pull request #14949 from bogdan/empty-hash-array-parameterizationRafael Mendonça França2014-05-041-6/+6
|\
| * [Fixes #14948] Hash#to_query: Changed a way how empty hash and empty array ar...Bogdan Gusiev2014-05-031-6/+6
* | Remove deprecated file(`active_support/core_ext/object/to_json.rb`) and its t...Kuldeep Aggarwal2014-05-041-5/+0
|/
* Object#duplicable?Akshay Vishnoi2014-04-161-0/+3
* Fix #to_json for BasicObject EnumerablesSammy Larbi2014-03-142-2/+2
* Go with #presence_in instead of #present_in -- it doesnt sound quite as good,...David Heinemeier Hansson2014-02-241-2/+2
* Added Object#present_in to simplify value whitelistingDavid Heinemeier Hansson2014-02-181-0/+12
* Fix to_query with empty arrays tooRafael Mendonça França2014-02-061-1/+6
* Refatoring the method to avoid shot-circuit returnRafael Mendonça França2014-02-051-4/+7
* Fixed "Hash#to_param confused by empty hash values #13892"Hincu Petru2014-02-051-0/+1
* Add support for JSON time_precision to Time and DateTimeAndrew White2014-01-261-4/+4
* blank? and present? commit to return singletons [Xavier Noria & Pavel Pravosud]Xavier Noria2013-12-281-18/+42
* Extracted blank matcher regexp to constantPaul Nikitochkin2013-12-281-1/+3
* 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