| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Ruby 2.4 Array#sum: ficauses -> cases changelog typo [ci skip] | Jeremy Daer | 2016-04-19 | 1 | -1/+1 |
* | | Ruby 2.4 Array#sum: fix non-numeric #sum feature detection | Jeremy Daer | 2016-04-19 | 1 | -1/+1 |
* | | Merge pull request #24552 from yui-knk/raise_argument_error | Jeremy Daer | 2016-04-19 | 2 | -0/+5 |
|\ \ |
|
| * | | Raise `ArgumentError` when an invalid form is passed to `Date#to_time` | yui-knk | 2016-04-17 | 2 | -0/+5 |
* | | | Travis: cache unicode data downloads and beanstalkd build | Jeremy Daer | 2016-04-19 | 3 | -3/+3 |
* | | | Ruby 2.4: compat with new Array#sum | Jeremy Daer | 2016-04-18 | 3 | -3/+58 |
* | | | `ActiveSupport::Duration` supports ISO8601 formatting and parsing. | Arnau Siches, Andrey Novikov | 2016-04-18 | 5 | -0/+294 |
* | | | Merge pull request #24577 from mechanicles/fix-fetch-cache-miss | Jeremy Daer | 2016-04-18 | 3 | -2/+33 |
|\ \ \ |
|
| * | | | Fix forced cache miss for fetch. | Santosh Wadghule | 2016-04-18 | 3 | -2/+31 |
* | | | | Merge pull request #24587 from mechanicles/doc-consistency | Xavier Noria | 2016-04-18 | 1 | -19/+19 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Document consistency [ci skip] | Santosh Wadghule | 2016-04-17 | 1 | -19/+19 |
* | | | | Merge pull request #22806 from Envek/solid_durations | Jeremy Daer | 2016-04-17 | 4 | -11/+34 |
|\ \ \ \ |
|
| * | | | | Change 1.week to create 1 week durations instead of 7 days durations. | Andrey Novikov | 2016-04-18 | 4 | -11/+36 |
|/ / / / |
|
* | | | | Merge pull request #24595 from maclover7/jm-cleanup-2 | Rafael França | 2016-04-17 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Specify that behavior will be deprecated in Rails 5.1 | Jon Moss | 2016-04-17 | 1 | -1/+1 |
| |/ / / |
|
* / / / | Stop passing unused payloads to instrumentation block in cache | Vipul A M | 2016-04-17 | 1 | -2/+2 |
|/ / / |
|
* | | | Merge pull request #24517 from estolfo/transform-keys-return-type-master | Sean Griffin | 2016-04-15 | 2 | -1/+17 |
|\ \ \
| |/ /
|/| | |
|
| * | | Restore Hash#transform_keys behavior to always return a Hash instance | Emily | 2016-04-12 | 2 | -1/+17 |
* | | | Remove unused variable | Rafael Mendonça França | 2016-04-13 | 1 | -1/+0 |
* | | | Remove time calculatiosn extension | Rafael Mendonça França | 2016-04-13 | 1 | -0/+2 |
* | | | Merge pull request #24502 from ankit8898/freezing-dot-in-delimiter-helper | Richard Schneeman | 2016-04-12 | 2 | -4/+6 |
|\ \ \ |
|
| * | | | Freezing couple of more string '0' & '.' and using the string appending to do... | Ankit Gupta | 2016-04-11 | 1 | -2/+4 |
| * | | | Freezing the dots as they are causing extra string initialization on every it... | Ankit Gupta | 2016-04-10 | 2 | -2/+2 |
* | | | | copy edits some comments [ci skip] | Xavier Noria | 2016-04-12 | 1 | -8/+5 |
* | | | | No more need for an early return | Blake Mesdag | 2016-04-12 | 1 | -2/+0 |
* | | | | More readable version | Blake Mesdag | 2016-04-12 | 1 | -13/+10 |
* | | | | Handle max_time edge cases for epoch times and add test | Blake Mesdag | 2016-04-12 | 2 | -3/+29 |
* | | | | Use Time#compare_without_coercion for super speed | Blake Mesdag | 2016-04-12 | 1 | -1/+6 |
* | | | | Use a single memoized loop to find max mtime in ActiveSupport::FileUpdateChec... | Blake Mesdag | 2016-04-12 | 1 | -1/+12 |
| |/ /
|/| | |
|
* | | | Pass over all Rails 5 warnings, to make sure: | Vipul A M | 2016-04-12 | 2 | -2/+1 |
|/ / |
|
* | | Fix behavior of JSON encoding for Exception | namusyaka | 2016-04-09 | 3 | -0/+15 |
* | | Merge pull request #24422 from matthewd/extinguish-executor-exceptions | Matthew Draper | 2016-04-07 | 3 | -4/+156 |
|\ \ |
|
| * | | Directly support stateful executor hooks | Matthew Draper | 2016-04-05 | 3 | -4/+156 |
* | | | Avoid unused capture | Ryuta Kamizono | 2016-04-05 | 1 | -1/+1 |
* | | | Merge pull request #24345 from mtsmfm/fix-marshal-with-autoloading-for-nested... | Rafael França | 2016-04-05 | 2 | -4/+19 |
|\ \ \ |
|
| * | | | Fix marshal with autoloading for nested class/module | Fumiaki MATSUSHIMA | 2016-03-28 | 2 | -4/+19 |
* | | | | Merge pull request #24401 from pan/number-to-phone | Rafael Mendonça França | 2016-04-05 | 4 | -3/+28 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | `number_to_phone` formats number with regexp | Pan GaoYong | 2016-04-02 | 4 | -3/+28 |
* | | | | Match `String#to_time`'s behaviour to ruby | Siim Liiser | 2016-04-04 | 3 | -1/+14 |
* | | | | Call super instead of returning nil for DateTime#<=> | Andrew White | 2016-04-03 | 3 | -5/+29 |
* | | | | Use block form of Dir.mktmpdir to ensure tidy up | Andrew White | 2016-04-03 | 1 | -3/+3 |
* | | | | Prevent void context warnings | Andrew White | 2016-04-03 | 2 | -2/+2 |
| |_|/
|/| | |
|
* | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-04-03 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | s/responsibilty/responsibility/ | Vipul A M | 2016-03-22 | 1 | -1/+1 |
* | | | | Remove not needed including | yui-knk | 2016-04-02 | 2 | -7/+0 |
| |/ /
|/| | |
|
* | | | Fix method String#upcase_first | bogdanvlviv | 2016-03-31 | 4 | -4/+16 |
* | | | Replace _meth with _method to remove ambiguity | Scott Latham | 2016-03-30 | 1 | -3/+3 |
* | | | Merge pull request #23895 from glaucocustodio/add_upcase_first_method | Rafael Mendonça França | 2016-03-30 | 4 | -0/+22 |
|\ \ \
| |_|/
|/| | |
|
| * | | Add upcase_first method | Glauco Custódio | 2016-02-25 | 4 | -0/+22 |
* | | | Fix typo in Action Pack changelog [ci skip] | Prathamesh Sonpatki | 2016-03-25 | 1 | -1/+1 |