aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Doc fix [ci skip]Islam Wazery2015-03-071-7/+7
* | [ci skip] Update documentation for Time#seconds_since_midnightAnton Davydov2015-03-061-1/+5
* | Some documentation edits [ci skip]Robin Dupret2015-03-051-3/+3
* | Move Array#without from Grouping to Access concern and add dedicated test (re...David Heinemeier Hansson2015-03-022-12/+12
* | Use include? instead of in? for Enumerable#without.Juanito Fatas2015-03-021-1/+1
* | Add Enumerable#withoutTodd Bealmear2015-03-012-0/+23
|/
* Merge pull request #19131 from tgxworld/reduce_allocated_memory_in_module_del...Yves Senn2015-02-281-1/+1
|\
| * Reduce allocated memory for Module#delegate.Guo Xiang Tan2015-03-011-1/+1
* | [ci skip] Add code examples for Module#anonymous? documentationAnton Davydov2015-02-281-0/+7
* | [ci skip] Update documentation for Range#to_formatted_sAnton Davydov2015-02-281-2/+17
|/
* [skip ci] Add documentation for String#is_utf8? methodAnton Davydov2015-02-281-0/+7
* Merge pull request #19121 from davydovanton/update-doc-for-removeYves Senn2015-02-281-2/+3
|\
| * Update documentation examples for String#remove [skip ci]Anton Davydov2015-02-281-6/+7
|/
* Fix a backtracking problem in String#truncate_wordsHenrik Nygren2015-02-251-1/+1
* s/around_filter/around_action/Akira Matsuda2015-02-211-1/+1
* Properly dump primitive-like AS::SafeBuffer strings as YAMLGodfrey Chan2015-02-111-1/+1
* Revert 88d08f2ec9f89ba431cba8d0c06ac9ebc204bbbbRafael Mendonça França2015-02-111-12/+24
* NameError#missing_name? can jsut use NameError#name if the arg is a SymbolYuki Nishijima2015-02-071-2/+1
* Merge pull request #14028 from uberllama/json_escape_commentsRafael Mendonça França2015-02-061-0/+5
|\
| * Amended json_escape comment to clarify that user-generated content must still...Yuval Kordov2014-02-121-0/+5
* | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* | Fix typo in Time#change docsJohn Duff2015-02-021-1/+1