aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
* Fix DateTime comparison with DateTime::Infinity objectRafael Mendonça França2014-08-061-1/+3
* 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-012-3/+3
* Added Object#self which returns the object itselfDavid Heinemeier Hansson2014-08-012-0/+11
* Raise a descriptive error if non-positive integer passed to in_groups_of.Xavier Shay2014-07-301-0/+5
* 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
* | Merge pull request #16190 from oss92/word_truncationMatthew Draper2014-07-171-0/+24
|\ \
| * | Added truncate_words method to activesupport stringsroot2014-07-161-0/+21
|/ /
* | Move uuid_v5 and uuid_v3 to Digest::UUIDRafael Mendonça França2014-07-152-47/+51
* | Deprecate reporting methods for silencing output as they aren't thread safeTom Meier2014-07-151-0/+10
* | Return an Enumerator if no block is givenErik Michaels-Ober2014-07-122-1/+5
* | Don't construct a Proc if no block is givenErik Michaels-Ober2014-07-121-1/+1
* | The hex escape sequence can be of any lengthGodfrey Chan2014-07-021-1/+1
* | Fix escape_once double-escaping hex-encoded entitiesJohn F. Douthat2014-07-021-1/+1
* | `DateTime#to_f` now preserves fractional seconds.John Paul Ashenfelter2014-07-021-2/+2
* | Add `Hash#map_values` to ActiveSupportSean Griffin2014-06-292-0/+22
* | :nodoc: our SecureRandom patches [ci skip]Godfrey Chan2014-06-261-4/+4
* | Fix documentation from #15669 [ci skip]Zachary Scott2014-06-171-3/+5
* | [ci skip] fix doc for the Hash#assert_valid_keysAditya Kapoor2014-06-171-3/+3
* | [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-114-0/+4
* | remove unnecssary require of `to_param`, as `to_query` is already require `to...Kuldeep Aggarwal2014-06-123-3/+0
* | No need to require to_param, it is already required in to_query.rbAkshay Vishnoi2014-06-111-1/+0
|/
* Correct result, previously showing wrong resultAkshay Vishnoi2014-06-041-1/+1
* drastically reduce object allocationsAaron Patterson2014-06-021-6/+13
* reduce AS::SafeBuffer allocationsAaron Patterson2014-06-021-1/+2
* concat is a hotspot (via AV#append=), so just directly define the methodsAaron Patterson2014-06-021-4/+6
* [ci skip] Correct output of Hash#symbolize_keysAkshay Vishnoi2014-05-311-2/+2
* :scissors: removed deprecated `Numeric#ago` and friendsGodfrey Chan2014-05-301-19/+1
* Merge pull request #12080 from ShayDavidson/fix_datetime_partial_datesMatthew Draper2014-05-281-1/+11
|\
| * Added partial days support to `DateTime`'s `advance` method.Shay Davidson2013-08-301-5/+15
* | Merge pull request #15276 from kuldeepaggarwal/fix-array-toRafael Mendonça França2014-05-231-1/+3
|\ \
| * | revert 96525d63Kuldeep Aggarwal2014-05-231-1/+3
* | | add test cases for negative position in Array#fromKuldeep Aggarwal2014-05-231-0/+2
|/ /
* | Merge pull request #10887 from sakuro/deep_transform_keys_in_nested_arraysRafael Mendonça França2014-05-201-16/+38
|\ \
| * | Hash#deep_*_keys(!) recurse into nested arrays.OZAWA Sakuro2013-06-081-16/+38
* | | Fix confusing exception in ActiveSupport delegationVladimir Yarotsky2014-05-201-25/+13
* | | Do not check defined?(CGI) on every call #to_queryprintercu2014-05-131-1/+1
* | | Change 'a' to 'an' [ci skip]Santosh Wadghule2014-05-091-1/+1
* | | Merge pull request #12746 from coreyward/masterRafael Mendonça França2014-05-071-11/+22
|\ \ \
| * | | Fix Hash#deep_merge bug and improve documentation — resolves #12738Corey Ward2013-12-091-11/+21
* | | | 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
|/ / / /