aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #20443 from teoljungberg/thoughtbot-capitalizationKasper Timm Hansen2015-06-051-1/+1
|\
| * Fix `thoughtbot` capitalizationTeo Ljungberg2015-06-051-1/+1
* | Require active_support/duration.Jimmy Cuadra2015-06-041-0/+1
* | Merge pull request #20410 from schneems/schneems/boo-global-varsRafael Mendonça França2015-06-011-2/+2
|\ \
| * | Use block variable instead of globalschneems2015-06-011-2/+2
* | | Merge pull request #20362 from kddeisz/enumerable_pluckRafael Mendonça França2015-06-012-2/+18
|\ \ \
| * | | Allow Enumerable#pluck to take a splat.Kevin Deisz2015-05-292-2/+18
| | |/ | |/|
* | | Merge pull request #20138 from tgxworld/deprecated_assert_templateRafael Mendonça França2015-06-011-1/+1
|\ \ \
| * | | Remove `assigns` and `assert_template`.Guo Xiang Tan2015-05-301-1/+1
| | |/ | |/|
* / | Fix a range of values for parameters of the Time#changeNikolay Kondratyev2015-06-013-1/+9
|/ /
* / 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
* | Merge pull request #20267 from kaspth/fix-minitest-constant-clashingRafael Mendonça França2015-05-288-43/+45
|\ \
| * | Avoid E constant clashing with Minitest defined version.Kasper Timm Hansen2015-05-228-43/+45
* | | Add Enumerable#pluck.Kevin Deisz2015-05-283-0/+20
* | | Remove unused package tasksArun Agrawal2015-05-281-7/+0
* | | Fix indentation warning on active_support ordered_optionsMehmet Emin İNAÇ2015-05-271-1/+1
* | | Merge pull request #20262 from arunagw/aa-remove-broken-unused-release-taskYves Senn2015-05-271-7/+0
|\ \ \
| * | | Remove broken and unused release taskArun Agrawal2015-05-221-7/+0
* | | | Merge pull request #20297 from gouravtiwari/patch-9Claudio B.2015-05-261-0/+6
|\ \ \ \
| * | | | Added multibyte slice! example to doc [ci skip]Gourav Tiwari2015-05-261-0/+6
* | | | | Merge pull request #20208 from gaurish/raise_on_missing_ordered_optionsRafael Mendonça França2015-05-263-1/+39
|\ \ \ \ \
| * | | | | Add bang version to OrderedOptionsGaurish Sharma2015-05-233-1/+36
| | |/ / / | |/| | |
* | | | | Remove redundant 'like' from doc of slice! method [ci skip]Mehmet Emin İNAÇ2015-05-261-1/+1
* | | | | Merge pull request #16938 from akshay-vishnoi/remove-depricationYves Senn2015-05-264-168/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Remove `.superclass_delegating_accessor`. Refer #14271Akshay Vishnoi2015-05-244-168/+4
| |/ / /
* | | | [skip ci] Update documentation for Duration#to_sAnton Davydov2015-05-251-0/+4
* | | | Merge pull request #20286 from davydovanton/doc-deprecation-behaviorAbdelkader Boudih2015-05-251-0/+12
|\ \ \ \
| * | | | [skip ci] Add documentation for Deprecation::Behavior moduleAnton Davydov2015-05-251-0/+12
* | | | | s/contstant/constant re #20282 [ci skip]Zachary Scott2015-05-241-2/+2
* | | | | Merge pull request #20282 from davydovanton/doc-proxy-wrappersZachary Scott2015-05-241-0/+5
|\ \ \ \ \
| * | | | | [skip ci] Add documentation for DeprecatedConstantProxy#classAnton Davydov2015-05-241-0/+5
| |/ / / /
* | / / / use keyword arguments in HTTP request methods of assert_difference example [c...yuuji.yaginuma2015-05-241-9/+9
| |/ / / |/| | |
* | | | Merge pull request #20251 from davydovanton/doc-memory-storeRafael Mendonça França2015-05-212-2/+2
|\ \ \ \
| * | | | [skip ci] Add nodoc label for protected Cache methodsAnton Davydov2015-05-222-2/+2
| |/ / /
* | | | Merge pull request #20250 from davydovanton/doc-mem-cache-storeRafael Mendonça França2015-05-211-1/+8
|\ \ \ \
| * | | | [skip ci] Update documentation for MemCacheStore::build_mem_cacheAnton Davydov2015-05-211-1/+8
| |/ / /
* | | | Merge pull request #20247 from davydovanton/doc-array-inquirerAbdelkader Boudih2015-05-211-4/+10
|\ \ \ \
| * | | | [skip ci] Update documentation for ArrayInquirer#any?Anton Davydov2015-05-211-4/+10
| |/ / /
* / / / [skip ci] Update documentation for Date classAnton Davydov2015-05-211-0/+6
|/ / /
* | | add missing punctuation in changelog. [ci skip]Yves Senn2015-05-201-2/+2
* | | Give respond_to? a SymbolAkira Matsuda2015-05-201-1/+1
* | | Small stylistic tweaks for `Delegator#try` patchGodfrey Chan2015-05-192-20/+20
* | | Patch `Delegator` to work with `#try`Nate Smith2015-05-193-17/+127
* | | Fix typos is CHANGELOG [ci skip]karanarora2015-05-191-8/+8
* | | Only define #positive? and #negative? on Ruby 2.2Rafael Mendonça França2015-05-192-6/+85
* | | Merge pull request #20143 from vngrs/move_integer_positive_negative_to_numericRafael Mendonça França2015-05-195-14/+14
|\ \ \
| * | | Move Integer#positive? and Integer#negative? query methods to Numeric classMehmet Emin İNAÇ2015-05-136-14/+18
| |/ /
* | | Fix grammar. [CI SKIP]Guo Xiang Tan2015-05-191-1/+1