| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #31648 from dixitp012/rubocop_active_support_test | Ryuta Kamizono | 2018-01-08 | 1 | -2/+2 |
|\ |
|
| * | Fix rubocop space before comma | Dixit Patel | 2018-01-08 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #31049 from gwincr11/cg-blank | Ryuta Kamizono | 2018-01-04 | 1 | -2/+2 |
|\ |
|
| * | Add support for multiple encodings in String.blank? | Cory Gwin @gwincr11 | 2017-11-17 | 1 | -2/+2 |
* | | Merge pull request #31011 from danielma/dma/assert-changes-with-to-should-sti... | Ryuta Kamizono | 2018-01-04 | 1 | -0/+11 |
|\ \ |
|
| * | | `assert_changes` should always assert some change | Daniel Ma | 2017-11-13 | 1 | -0/+11 |
* | | | Merge pull request #31310 from kinnrot/duration-modulo | Ryuta Kamizono | 2018-01-01 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | Empty duration inspect fix | Chen Kinnrot | 2017-12-13 | 1 | -0/+2 |
* | | | | Test that cache stores build unversioned keys | George Claghorn | 2017-12-22 | 1 | -0/+12 |
* | | | | Handle `FrozenError` if it is available | Yasuo Honda | 2017-12-20 | 2 | -1/+5 |
* | | | | Merge pull request #31348 from y-yagi/fix_31283 | Kasper Timm Hansen | 2017-12-18 | 2 | -4/+15 |
|\ \ \ \ |
|
| * | | | | Raise an error only when `require_master_key` is specified | yuuji.yaginuma | 2017-12-18 | 2 | -4/+15 |
* | | | | | Don't include ellipsis in truncated digest output | Eugene Kenny | 2017-12-17 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Suppress `warning: BigDecimal.new is deprecated` | Yasuo Honda | 2017-12-15 | 4 | -9/+9 |
* | | | | Merge pull request #31289 from witlessbird/fips-compatibility | Eileen M. Uchitelle | 2017-12-14 | 1 | -0/+27 |
|\ \ \ \ |
|
| * | | | | Introduced `ActiveSupport::Digest` that allows to specify hash function imple... | Dmitri Dolguikh | 2017-12-12 | 1 | -0/+27 |
* | | | | | Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the future | Ryuta Kamizono | 2017-12-14 | 11 | -47/+47 |
* | | | | | Preserve original method visibility when deprecating a method | Jordan Brough | 2017-12-13 | 1 | -0/+22 |
* | | | | | Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed more | Ryuta Kamizono | 2017-12-12 | 7 | -18/+18 |
|/ / / / |
|
* | | | | Refactor Date/Time next_occurring and prev_occurring | T.J. Schuck | 2017-11-28 | 2 | -22/+20 |
* | | | | Enable `Style/DefWithParentheses` rubocop rule | Ryuta Kamizono | 2017-11-27 | 1 | -1/+1 |
* | | | | Renove duplicated and wrong test | Rafael Mendonça França | 2017-11-25 | 1 | -5/+0 |
* | | | | Merge pull request #24510 from vipulnsward/make-variable_size_secure_compare-... | Rafael Mendonça França | 2017-11-25 | 1 | -0/+11 |
|\ \ \ \ |
|
| * | | | | Changed default behaviour of `ActiveSupport::SecurityUtils.secure_compare`, | Vipul A M | 2017-06-07 | 1 | -0/+11 |
* | | | | | Make ActiveSupport::TimeZone.all independent of previous lookups (#31176) | Chris LaRose | 2017-11-22 | 1 | -0/+7 |
* | | | | | MemCacheStore: Support expiring counters | Takumasa Ochi | 2017-11-20 | 1 | -0/+16 |
| |/ / /
|/| | | |
|
* | | | | Merge pull request #31035 from BrentWheeldon/bmw-db-load-deadlock | Matthew Draper | 2017-11-18 | 1 | -0/+55 |
|\ \ \ \ |
|
| * | | | | Prevent deadlocks with load interlock and DB lock. | Brent Wheeldon | 2017-11-09 | 1 | -0/+55 |
* | | | | | Handle `TZInfo::AmbiguousTime` errors | Andrew White | 2017-11-15 | 2 | -0/+38 |
* | | | | | These strings should already be frozen where ruby accepts the magic-comment | Akira Matsuda | 2017-11-15 | 1 | -2/+2 |
* | | | | | Cache: Enable compression by default for values > 1kB. | Jeremy Daer | 2017-11-13 | 2 | -3/+20 |
* | | | | | Built-in Redis cache store | Jeremy Daer | 2017-11-13 | 3 | -3/+162 |
* | | | | | Merge pull request #30782 from NickLaMuro/improve_performance_of_inflections | Matthew Draper | 2017-11-14 | 1 | -0/+6 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | Deprecate ActiveSupport::Inflector#acronym_regex | Nick LaMuro | 2017-10-28 | 1 | -0/+6 |
* | | | | | Merge pull request #30893 from y-yagi/verify_credentials_format_before_saving | Kasper Timm Hansen | 2017-11-13 | 1 | -0/+8 |
|\ \ \ \ \ |
|
| * | | | | | Verify credentials format before saving | yuuji.yaginuma | 2017-11-13 | 1 | -0/+8 |
* | | | | | | Bump RuboCop to 0.51.0 | Koichi ITO | 2017-11-10 | 1 | -1/+1 |
* | | | | | | Merge pull request #31027 from PHedkvist/inflector_test_type | Rafael França | 2017-11-09 | 2 | -2/+2 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | Fixed typo in test for activesupport parameterize | Pierre Hedkvist | 2017-11-01 | 2 | -2/+2 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge pull request #31081 from rails/allow-include-time-with-zone-range | Andrew White | 2017-11-09 | 1 | -3/+6 |
|\ \ \ \ \ |
|
| * | | | | | Allow `Range#include?` on TWZ ranges | Andrew White | 2017-11-08 | 1 | -3/+6 |
* | | | | | | Use plain assert in assert_changes to avoid MT6 refutes | Genadi Samokovarov | 2017-11-07 | 1 | -2/+3 |
|/ / / / / |
|
* | | | | | Fix acronym support in `humanize` | Andrew White | 2017-11-06 | 1 | -0/+13 |
* | | | | | Merge pull request #30620 from bogdanvlviv/method_signature_prev-next-day-mon... | Andrew White | 2017-11-06 | 4 | -24/+50 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Allows pass argument for `Time#prev_year` and `Time#next_year`. | bogdanvlviv | 2017-10-24 | 4 | -12/+16 |
| * | | | | Allows pass argument for `Time#prev_month` and `Time#next_month` | bogdanvlviv | 2017-10-24 | 4 | -12/+24 |
| * | | | | Allows pass argument for `Time#prev_day` and `Time#next_day` | bogdanvlviv | 2017-10-24 | 1 | -0/+10 |
* | | | | | Merge pull request #31004 from shuheiktgw/remove_unnecessary_returns | Rafael França | 2017-10-31 | 1 | -4/+4 |
|\ \ \ \ \ |
|
| * | | | | | removed unnecessary returns | Shuhei Kitagawa | 2017-10-28 | 1 | -4/+4 |
| |/ / / / |
|
* / / / / | removed unnecessary semicolons | Shuhei Kitagawa | 2017-10-28 | 1 | -1/+1 |
|/ / / / |
|