| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | | Merge pull request #19029 from iainbeeston/skipping-undefined-callbacks | Rafael Mendonça França | 2015-04-06 | 3 | -12/+43 |
|\ \ \ |
|
| * | | | Raise ArgumentError if an unrecognised callback is skipped | Iain Beeston | 2015-04-03 | 3 | -12/+43 |
* | | | | 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 |
* | | | | | Merge pull request #19625 from strzibny/fix-test-rails-git-layout | Matthew Draper | 2015-04-03 | 1 | -2/+2 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Do not depend on Rails git repository layout in ActiveSupport tests | Josef Stribny | 2015-04-02 | 1 | -2/+2 |
* | | | | | 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 |
* | | | | Require the extensions to tests pass in isolation | Rafael Mendonça França | 2015-03-30 | 1 | -0/+1 |
* | | | | Revert "Remove Array#inquiry" | Rafael Mendonça França | 2015-03-30 | 4 | -1/+27 |
* | | | | 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 | 4 | -27/+1 |
* | | | | Merge pull request #18939 from georgeclaghorn/variant-inquiry | Rafael Mendonça França | 2015-03-27 | 6 | -0/+110 |
|\ \ \ \ |
|
| * | | | | Add ActiveSupport::ArrayInquirer and Array#inquiry | George Claghorn | 2015-03-24 | 6 | -0/+110 |
* | | | | | 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 |
|\ \ \ \ |
|
| * | | | | [ci skip] Add space after erb block. | yui-knk | 2015-03-12 | 1 | -1/+1 |
* | | | | | Update ActiveSupport::Subscriber docs | Scott Walkinshaw | 2015-03-24 | 1 | -7/+2 |
| |/ / /
|/| | | |
|
* | | | | Fix incorrect description for `assert_nothing_raised`. | Guo Xiang Tan | 2015-03-24 | 1 | -1/+1 |
* | | | | Merge pull request #19485 from tgxworld/small_doc_fix | Rafael Mendonça França | 2015-03-24 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Small doc fix. [CI SKIP] | Guo Xiang Tan | 2015-03-24 | 1 | -1/+1 |
* | | | | | Make sure Array#to_sentence always returns a String | David Cornu | 2015-03-23 | 2 | -1/+7 |
|/ / / / |
|
* | | | | Remove alias for `i_suck_and_my_tests_are_order_dependent`. | Guo Xiang Tan | 2015-03-24 | 2 | -13/+0 |
* | | | | Add documentation for Duration#to_i for clarification | nerdinand | 2015-03-23 | 1 | -0/+24 |