aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #20575 from prathamesh-sonpatki/doc-xml-disallowed-typesZachary Scott2015-06-181-1/+19
|\
| * Added documentation about passing custom disallowed types to Hash#from_xml [...Prathamesh Sonpatki2015-06-181-1/+19
* | Merge pull request #18365 from pocke/fix_datatime_compareAaron Patterson2015-06-121-1/+1
|\ \ | |/ |/|
| * DateTime#<=> return nil when compare to the invalid String as Time.pocke2015-01-061-1/+1
* | Use block variable instead of globalRoque Pinel2015-06-081-1/+1
* | Merge pull request #20362 from kddeisz/enumerable_pluckRafael Mendonça França2015-06-011-2/+9
|\ \
| * | Allow Enumerable#pluck to take a splat.Kevin Deisz2015-05-291-2/+9
* | | Fix a range of values for parameters of the Time#changeNikolay Kondratyev2015-06-011-1/+1
* | | Revert "Replace use of alias chains with prepend at core_ext/date and core_ex...Roque Pinel2015-05-295-79/+89
|/ /
* | Merge pull request #19878 from pabloh/replace_alias_chains_with_prependRafael Mendonça França2015-05-285-89/+79
|\ \
| * | Replace use of alias chains with prepend at core_ext/datePablo Herrero2015-05-045-89/+79
* | | Add Enumerable#pluck.Kevin Deisz2015-05-281-0/+8
* | | Remove `.superclass_delegating_accessor`. Refer #14271Akshay Vishnoi2015-05-242-46/+0
* | | [skip ci] Update documentation for Date classAnton Davydov2015-05-211-0/+6
* | | Small stylistic tweaks for `Delegator#try` patchGodfrey Chan2015-05-191-5/+5
* | | Patch `Delegator` to work with `#try`Nate Smith2015-05-191-17/+57
* | | Only define #positive? and #negative? on Ruby 2.2Rafael Mendonça França2015-05-191-0/+7
* | | Move Integer#positive? and Integer#negative? query methods to Numeric classMehmet Emin İNAÇ2015-05-133-2/+2
* | | Minor comment fix. [ci skip]Zoltan Kiss2015-05-131-4/+4
* | | Add Integer#positive? and Integer#negative? query methods in the vein of Fixn...David Heinemeier Hansson2015-05-132-0/+20
* | | Merge pull request #20049 from iamvery/patch-1Yves Senn2015-05-071-1/+13
|\ \ \
| * | | Add examples of Date and Time `next_week` usageJay Hayes2015-05-071-0/+7
|/ / /
* / / deep_dup method, remove old key from duplicated hash to avoid unnecessary pairsMehmet Emin İNAÇ2015-05-041-0/+1
|/ /
* | Clearify that alias_method_chain is deprecatedPrem Sichanugrist2015-04-221-0/+3
* | Merge pull request #19814 from y-yagi/array_inquiryRafael Mendonça França2015-04-191-0/+2
|\ \
| * | add missing require for ArrayInquireryuuji.yaginuma2015-04-191-0/+2
* | | Merge pull request #19799 from yui-knk/fix/wrap_doc2Arthur Nogueira Neves2015-04-191-3/+4
|\ \ \ | |/ / |/| |
| * | [ci skip] Fix docs and guide about 'Array.wrap'yui-knk2015-04-191-3/+4
* | | [ci skip] Replace `list` with `array`yui-knk2015-04-181-1/+1
|/ /
* | Fix typos and improve the documentationJon Atack2015-04-151-3/+3
* | Use #prepend rather than using 2 aliasesYuki Nishijima2015-04-142-42/+36
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-04-141-1/+1
|\ \
| * | [ci skip] Remove unnecessary `>`yui-knk2015-03-311-1/+1
* | | Speedup String#squishojab2015-04-121-2/+1
* | | Only coerce time when comparing if necessaryAaron Jensen2015-03-311-2/+4
* | | [ci skip] Replace `query methods` with `a predicate`yui-knk2015-03-311-1/+1
* | | Revert "Remove Array#inquiry"Rafael Mendonça França2015-03-302-0/+16
* | | Remove circular requireRafael Mendonça França2015-03-272-4/+0
* | | Remove Array#inquiryRafael Mendonça França2015-03-272-16/+0
* | | Merge pull request #18939 from georgeclaghorn/variant-inquiryRafael Mendonça França2015-03-272-0/+16
|\ \ \
| * | | Add ActiveSupport::ArrayInquirer and Array#inquiryGeorge Claghorn2015-03-242-0/+16
* | | | Missing require 'active_support/deprecation'Akira Matsuda2015-03-272-0/+4
| |/ / |/| |
* | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-03-261-1/+1
|\ \ \ | |/ / |/| |
| * | [ci skip] Add space after erb block.yui-knk2015-03-121-1/+1
* | | Make sure Array#to_sentence always returns a StringDavid Cornu2015-03-231-1/+1
* | | Remove reference to Numeric#from_now, as it is no longer supportednerdinand2015-03-232-30/+0
* | | Deprecate alias_method_chain in favour of Module#prependKir Shatrov2015-03-223-8/+14
* | | Mark some constants as nodoc and remove unneeded namespaceRafael Mendonça França2015-03-202-12/+10
* | | Use Module#prepend instead of alias_method_chainKir Shatrov2015-03-202-20/+22
* | | Doc fixes [ci skip]Islam Wazery2015-03-074-4/+4