aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
* :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
|/ / / /
* | | | Merge pull request #14801 from kuldeepaggarwal/fix-string-inflectionRafael Mendonça França2014-04-221-1/+1
|\ \ \ \
| * | | | Fix inconsistent behavior from String#pluralizeKuldeep Aggarwal2014-04-191-1/+1
* | | | | [ci skip] builtin -> built-inAkshay Vishnoi2014-04-201-1/+1
|/ / / /
* | | | Fix inconsistent behavior from String#first/#lastErnie Miller2014-04-181-4/+4
* | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-04-182-1/+11
|\ \ \ \
| * | | | Correct docs as singlton true is not returned hereSteven Harman2014-04-111-1/+1
| * | | | Document LoadError core extensionsSteven Harman2014-04-111-1/+4
| * | | | Add documentation for Thread#freezeSteven Harman2014-04-061-0/+7
* | | | | Object#duplicable?Akshay Vishnoi2014-04-161-0/+3
* | | | | Merge pull request #14646 from deivid-rodriguez/provide_byebug_by_defaultRafael Mendonça França2014-04-111-1/+1
|\ \ \ \ \
| * | | | | Keep debugger support only for rubies < 2.0.0David Rodríguez de Dios2014-04-081-1/+1
* | | | | | Add more test case for #demodulize, Improve documentationAkshay Vishnoi2014-04-111-0/+2
* | | | | | Merge pull request #12016 from roderickvd/uuid_fixesRafael Mendonça França2014-04-041-0/+47
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Auto-generate stable fixture UUIDs on PostgreSQL.Roderick van Domburg2014-01-071-0/+47
* | | | | | Move require to actual fileCarlos Antonio da Silva2014-04-021-0/+1
* | | | | | DRY AS::SafeBuffer a bit using existing helperPavel Pravosud2014-04-021-5/+1
* | | | | | Make AS::SafeBuffer#prepend act like String#prependPavel Pravosud2014-03-311-6/+13
| |/ / / / |/| | | |
* | | | | Deprecate Class#superclass_delegating_accessorAkshay Vishnoi2014-03-201-0/+4
* | | | | Minor grammer, code conventions fix [ci skip]Zoltan Kiss2014-03-151-2/+1
* | | | | Remove deprecation on active_support/core_ext/class/attribute_accessors requi...Jeremy Kemper2014-03-151-5/+3
* | | | | Fix #to_json for BasicObject EnumerablesSammy Larbi2014-03-142-2/+2