| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Add Enumerable#pluck. | Kevin Deisz | 2015-05-28 | 1 | -0/+8 |
* | | | Fix indentation warning on active_support ordered_options | Mehmet Emin İNAÇ | 2015-05-27 | 1 | -1/+1 |
* | | | Merge pull request #20297 from gouravtiwari/patch-9 | Claudio B. | 2015-05-26 | 1 | -0/+6 |
|\ \ \ |
|
| * | | | Added multibyte slice! example to doc [ci skip] | Gourav Tiwari | 2015-05-26 | 1 | -0/+6 |
* | | | | Merge pull request #20208 from gaurish/raise_on_missing_ordered_options | Rafael Mendonça França | 2015-05-26 | 1 | -1/+7 |
|\ \ \ \ |
|
| * | | | | Add bang version to OrderedOptions | Gaurish Sharma | 2015-05-23 | 1 | -1/+6 |
* | | | | | Remove redundant 'like' from doc of slice! method [ci skip] | Mehmet Emin İNAÇ | 2015-05-26 | 1 | -1/+1 |
* | | | | | Merge pull request #16938 from akshay-vishnoi/remove-deprication | Yves Senn | 2015-05-26 | 2 | -46/+0 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Remove `.superclass_delegating_accessor`. Refer #14271 | Akshay Vishnoi | 2015-05-24 | 2 | -46/+0 |
| |/ / / |
|
* | | | | [skip ci] Update documentation for Duration#to_s | Anton Davydov | 2015-05-25 | 1 | -0/+4 |
* | | | | Merge pull request #20286 from davydovanton/doc-deprecation-behavior | Abdelkader Boudih | 2015-05-25 | 1 | -0/+12 |
|\ \ \ \ |
|
| * | | | | [skip ci] Add documentation for Deprecation::Behavior module | Anton Davydov | 2015-05-25 | 1 | -0/+12 |
* | | | | | s/contstant/constant re #20282 [ci skip] | Zachary Scott | 2015-05-24 | 1 | -2/+2 |
* | | | | | Merge pull request #20282 from davydovanton/doc-proxy-wrappers | Zachary Scott | 2015-05-24 | 1 | -0/+5 |
|\ \ \ \ \ |
|
| * | | | | | [skip ci] Add documentation for DeprecatedConstantProxy#class | Anton Davydov | 2015-05-24 | 1 | -0/+5 |
| |/ / / / |
|
* | / / / | use keyword arguments in HTTP request methods of assert_difference example [c... | yuuji.yaginuma | 2015-05-24 | 1 | -9/+9 |
| |/ / /
|/| | | |
|
* | | | | Merge pull request #20251 from davydovanton/doc-memory-store | Rafael Mendonça França | 2015-05-21 | 2 | -2/+2 |
|\ \ \ \ |
|
| * | | | | [skip ci] Add nodoc label for protected Cache methods | Anton Davydov | 2015-05-22 | 2 | -2/+2 |
| |/ / / |
|
* | | | | Merge pull request #20250 from davydovanton/doc-mem-cache-store | Rafael Mendonça França | 2015-05-21 | 1 | -1/+8 |
|\ \ \ \ |
|
| * | | | | [skip ci] Update documentation for MemCacheStore::build_mem_cache | Anton Davydov | 2015-05-21 | 1 | -1/+8 |
| |/ / / |
|
* | | | | Merge pull request #20247 from davydovanton/doc-array-inquirer | Abdelkader Boudih | 2015-05-21 | 1 | -4/+10 |
|\ \ \ \ |
|
| * | | | | [skip ci] Update documentation for ArrayInquirer#any? | Anton Davydov | 2015-05-21 | 1 | -4/+10 |
| |/ / / |
|
* / / / | [skip ci] Update documentation for Date class | Anton Davydov | 2015-05-21 | 1 | -0/+6 |
|/ / / |
|
* | | | Give respond_to? a Symbol | Akira Matsuda | 2015-05-20 | 1 | -1/+1 |
* | | | Small stylistic tweaks for `Delegator#try` patch | Godfrey Chan | 2015-05-19 | 1 | -5/+5 |
* | | | Patch `Delegator` to work with `#try` | Nate Smith | 2015-05-19 | 1 | -17/+57 |
* | | | Only define #positive? and #negative? on Ruby 2.2 | Rafael Mendonça França | 2015-05-19 | 1 | -0/+7 |
* | | | Merge pull request #20143 from vngrs/move_integer_positive_negative_to_numeric | Rafael Mendonça França | 2015-05-19 | 3 | -2/+2 |
|\ \ \ |
|
| * | | | Move Integer#positive? and Integer#negative? query methods to Numeric class | Mehmet Emin İNAÇ | 2015-05-13 | 3 | -2/+2 |
* | | | | Fix grammar. [CI SKIP] | Guo Xiang Tan | 2015-05-19 | 1 | -1/+1 |
* | | | | [ci skip] remove unnecessary mention to Test::Unit from docs | Roque Pinel | 2015-05-16 | 1 | -4/+4 |
|/ / / |
|
* | | | Minor comment fix. [ci skip] | Zoltan Kiss | 2015-05-13 | 1 | -4/+4 |
* | | | Add Integer#positive? and Integer#negative? query methods in the vein of Fixn... | David Heinemeier Hansson | 2015-05-13 | 2 | -0/+20 |
* | | | Remove not used `options` argument from `ActiveSupport::JSON.decode` | Carlos Antonio da Silva | 2015-05-13 | 1 | -8/+2 |
* | | | Merge pull request #20049 from iamvery/patch-1 | Yves Senn | 2015-05-07 | 1 | -1/+13 |
|\ \ \ |
|
| * | | | Add examples of Date and Time `next_week` usage | Jay Hayes | 2015-05-07 | 1 | -0/+7 |
|/ / / |
|
* | | | deep_dup method, remove old key from duplicated hash to avoid unnecessary pairs | Mehmet Emin İNAÇ | 2015-05-04 | 1 | -0/+1 |
* | | | Merge pull request #20006 from vngrs/refactor_test_order_method | Rafael Mendonça França | 2015-05-04 | 1 | -8/+1 |
|\ \ \ |
|
| * | | | refactor ActiveSupport::TestCase.test_order method with memoization | Mehmet Emin İNAÇ | 2015-05-04 | 1 | -8/+1 |
| |/ / |
|
* / / | Tiny documentation edits [ci skip] | Robin Dupret | 2015-05-04 | 1 | -14/+16 |
|/ / |
|
* | | [ci skip] Update ActiveSupport::Rails and ActiveSupport::Rescuable docs | DAVID MOORE | 2015-04-26 | 2 | -3/+3 |
* | | Merge pull request #19902 from khundawg/dm-active-support-subsciber-doc | Richard Schneeman | 2015-04-25 | 1 | -2/+2 |
|\ \ |
|
| * | | [ci skip] Update ActiveSupport::Subscriber documentation | DAVID MOORE | 2015-04-25 | 1 | -2/+2 |
* | | | [ci skip] Rework docs, add examples on deprecation proxies | Nick Cox | 2015-04-24 | 1 | -22/+38 |
* | | | Merge pull request #17333 from rails/encode-twz-tzinfo-in-yaml | Andrew White | 2015-04-22 | 2 | -6/+16 |
|\ \ \ |
|
| * | | | Improve ActiveSupport::TimeWithZone conversion to YAML | Andrew White | 2015-04-22 | 2 | -6/+16 |
* | | | | Merge pull request #19857 from sikachu/remove-alias-method-chain-doc | Rafael Mendonça França | 2015-04-22 | 1 | -0/+3 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Clearify that alias_method_chain is deprecated | Prem Sichanugrist | 2015-04-22 | 1 | -0/+3 |
* | | | | Refactor ActiveSupport::Timezone#strptime | Andrew White | 2015-04-22 | 1 | -28/+35 |
* | | | | Add ActiveSupport::TimeZone#strptime. | Paul A Jungwirth | 2015-04-22 | 1 | -0/+20 |
|/ / / |
|