| Commit message (Expand) | Author | Age | Files | Lines |
* | [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 |
|/ / |
|
* | | 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 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 | 1 | -0/+1 |
* | | | Avoid to define an initializer after the load_config_initializers | Rafael Mendonça França | 2015-04-07 | 1 | -7/+0 |
* | | | Merge pull request #19029 from iainbeeston/skipping-undefined-callbacks | Rafael Mendonça França | 2015-04-06 | 1 | -5/+13 |
|\ \ \ |
|
| * | | | Raise ArgumentError if an unrecognised callback is skipped | Iain Beeston | 2015-04-03 | 1 | -5/+13 |
* | | | | Merge pull request #19448 from tgxworld/fix_activesupport_callbacks_clash_on_run | Rafael Mendonça França | 2015-04-06 | 1 | -12/+4 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Revert "Reduce allocations when running AR callbacks." | Guo Xiang Tan | 2015-03-22 | 1 | -12/+4 |
* | | | | Freeze static arguments for gsub | brainopia | 2015-04-02 | 5 | -6/+6 |
* | | | | Prefer string patterns for gsub | brainopia | 2015-04-02 | 5 | -6/+6 |
* | | | | Only coerce time when comparing if necessary | Aaron Jensen | 2015-03-31 | 1 | -2/+4 |
* | | | | [ci skip] Replace `query methods` with `a predicate` | yui-knk | 2015-03-31 | 1 | -1/+1 |
* | | | | Fix doc: set_callback also accepts an array of if: | claudiob | 2015-03-31 | 1 | -4/+6 |
* | | | | Revert "Remove Array#inquiry" | Rafael Mendonça França | 2015-03-30 | 2 | -0/+16 |
* | | | | Remove circular require | Rafael Mendonça França | 2015-03-27 | 2 | -4/+0 |
* | | | | Remove Array#inquiry | Rafael Mendonça França | 2015-03-27 | 2 | -16/+0 |
* | | | | Merge pull request #18939 from georgeclaghorn/variant-inquiry | Rafael Mendonça França | 2015-03-27 | 3 | -0/+54 |
|\ \ \ \ |
|
| * | | | | Add ActiveSupport::ArrayInquirer and Array#inquiry | George Claghorn | 2015-03-24 | 3 | -0/+54 |
* | | | | | Missing require 'active_support/deprecation' | Akira Matsuda | 2015-03-27 | 3 | -0/+5 |
| |_|/ /
|/| | | |
|
* | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-03-26 | 1 | -1/+1 |
|\ \ \ \ |
|