| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | 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 | 2 | -20/+20 |
* | | | Patch `Delegator` to work with `#try` | Nate Smith | 2015-05-19 | 3 | -17/+127 |
* | | | Fix typos is CHANGELOG [ci skip] | karanarora | 2015-05-19 | 1 | -8/+8 |
* | | | Only define #positive? and #negative? on Ruby 2.2 | Rafael Mendonça França | 2015-05-19 | 2 | -6/+85 |
* | | | Merge pull request #20143 from vngrs/move_integer_positive_negative_to_numeric | Rafael Mendonça França | 2015-05-19 | 5 | -14/+14 |
|\ \ \ |
|
| * | | | Move Integer#positive? and Integer#negative? query methods to Numeric class | Mehmet Emin İNAÇ | 2015-05-13 | 6 | -14/+18 |
| |/ / |
|
* | | | 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 |
* | | | Pass over CHANGELOGS [ci skip] | Prathamesh Sonpatki | 2015-05-16 | 1 | -3/+5 |
* | | | remove warning from integer ext test | yuuji.yaginuma | 2015-05-14 | 1 | -2/+2 |
|/ / |
|
* | | 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 | 4 | -0/+37 |
* | | Remove not used `options` argument from `ActiveSupport::JSON.decode` | Carlos Antonio da Silva | 2015-05-13 | 1 | -8/+2 |
* | | [ci skip] Don’t encourage `sudo gem install` | claudiob | 2015-05-12 | 1 | -1/+1 |
* | | as/core_ext require's not used | Ankit Gupta | 2015-05-08 | 2 | -2/+0 |
* | | 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 |
|/ / |
|
* | | Put the assertion arguments in the right order | Matthew Draper | 2015-05-05 | 1 | -1/+1 |
* | | deep_dup method, remove old key from duplicated hash to avoid unnecessary pairs | Mehmet Emin İNAÇ | 2015-05-04 | 2 | -0/+7 |
* | | 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 | 5 | -8/+76 |
|\ \ |
|
| * | | Improve ActiveSupport::TimeWithZone conversion to YAML | Andrew White | 2015-04-22 | 5 | -8/+76 |
* | | | 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 | 2 | -28/+44 |
* | | | Add ActiveSupport::TimeZone#strptime. | Paul A Jungwirth | 2015-04-22 | 3 | -0/+90 |
|/ / |
|
* | | pass over CHANGELOGs. [ci skip] | Yves Senn | 2015-04-22 | 1 | -1/+2 |
* | | Merge pull request #19819 from gazay/no_fork_issue | Rafael Mendonça França | 2015-04-22 | 1 | -4/+4 |
|\ \ |
|
| * | | MRI compatible code for ActiveSupport::Testing::Isolation::Subprocess | Alexey Gaziev | 2015-04-19 | 1 | -4/+4 |
* | | | Merge pull request #19814 from y-yagi/array_inquiry | Rafael Mendonça França | 2015-04-19 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | add missing require for ArrayInquirer | yuuji.yaginuma | 2015-04-19 | 1 | -0/+2 |
* | | | | Merge pull request #19799 from yui-knk/fix/wrap_doc2 | Arthur Nogueira Neves | 2015-04-19 | 1 | -3/+4 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | [ci skip] Fix docs and guide about 'Array.wrap' | yui-knk | 2015-04-19 | 1 | -3/+4 |
| |/ / |
|
* / / | [ci skip] Replace `list` with `array` | yui-knk | 2015-04-18 | 1 | -1/+1 |
|/ / |
|
* | | Fix typos and improve the documentation | Jon Atack | 2015-04-15 | 1 | -3/+3 |
* | | Use #prepend rather than using 2 aliases | Yuki Nishijima | 2015-04-14 | 2 | -42/+36 |
* | | Merge pull request #19753 from jonatack/use-ruby-2-2-2 | Guillermo Iguaran | 2015-04-13 | 1 | -1/+1 |
|\ \ |
|
| * | | Upgrade to Ruby 2.2.2 | Jon Atack | 2015-04-14 | 1 | -1/+1 |
* | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-04-14 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | [ci skip] Remove unnecessary `>` | yui-knk | 2015-03-31 | 1 | -1/+1 |
* | | | | Speedup String#squish | ojab | 2015-04-12 | 1 | -2/+1 |
* | | | | Allow AS::Cache::FileStore#clear without cache directory | Kohei Suzuki | 2015-04-09 | 2 | -0/+7 |
* | | | | Avoid to define an initializer after the load_config_initializers | Rafael Mendonça França | 2015-04-07 | 2 | -7/+8 |