| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace `assert !` with `assert_not` | Daniel Colson | 2018-04-19 | 11 | -42/+42 |
* | Move implementation of `before?` and `after?` to `DateAndTime::Calculations` | bogdanvlviv | 2018-03-31 | 4 | -36/+12 |
* | Merge pull request #32185 from nholden/human_readable_date_time_comparisons | Rafael França | 2018-03-26 | 4 | -0/+50 |
|\ |
|
| * | Add `before?` and `after?` methods to date and time classes | Nick Holden | 2018-03-06 | 4 | -0/+50 |
* | | Use try in tests that try to test try. | Kasper Timm Hansen | 2018-03-21 | 1 | -7/+2 |
* | | URI.unescape handles mixed Unicode/escaped input | Ashe Connor | 2018-03-07 | 1 | -1/+1 |
|/ |
|
* | Deprecate "active_support/core_ext/numeric/inquiry" | bogdanvlviv | 2018-03-02 | 1 | -80/+3 |
* | Deprecate `active_support/core_ext/hash/compact` | yuuji.yaginuma | 2018-03-02 | 1 | -34/+4 |
* | Add separate test to ensure that `delegate` with `:private` option returns co... | bogdanvlviv | 2018-02-28 | 1 | -6/+16 |
* | add private: true option for ActiveSupport delegate | Tomas Valent | 2018-02-26 | 1 | -0/+57 |
* | String#truncate_bytes: limit to N bytes without breaking multibyte chars | Jeremy Daer | 2018-02-18 | 1 | -0/+62 |
* | `String#strip_heredoc` preserves frozenness | Jeremy Daer | 2018-02-17 | 1 | -0/+4 |
* | Rails 6 requires Ruby 2.4.1+ | Jeremy Daer | 2018-02-17 | 4 | -79/+9 |
* | Remove usage of strip_heredoc in the framework in favor of <<~ | Rafael Mendonça França | 2018-02-16 | 2 | -6/+5 |
* | Add missing require | yuuji.yaginuma | 2018-02-08 | 1 | -0/+1 |
* | Merge pull request #31923 from jdelStrother/duration-deserialization | Rafael França | 2018-02-07 | 1 | -0/+6 |
|\ |
|
| * | Fix yaml deserialization of ActiveSupport::Duration | Jonathan del Strother | 2018-02-07 | 1 | -0/+6 |
* | | Remove extra whitespace | Daniel Colson | 2018-01-25 | 3 | -39/+39 |
* | | Use assert_predicate and assert_not_predicate | Daniel Colson | 2018-01-25 | 11 | -80/+80 |
* | | Change refute to assert_not | Daniel Colson | 2018-01-25 | 1 | -2/+2 |
* | | Use respond_to test helpers | Daniel Colson | 2018-01-25 | 7 | -33/+33 |
* | | 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 #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 |
* | | | | Handle `FrozenError` if it is available | Yasuo Honda | 2017-12-20 | 1 | -1/+1 |
* | | | | Suppress `warning: BigDecimal.new is deprecated` | Yasuo Honda | 2017-12-15 | 3 | -8/+8 |
* | | | | Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the future | Ryuta Kamizono | 2017-12-14 | 6 | -29/+29 |
* | | | | Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed more | Ryuta Kamizono | 2017-12-12 | 4 | -13/+13 |
* | | | | Refactor Date/Time next_occurring and prev_occurring | T.J. Schuck | 2017-11-28 | 2 | -22/+20 |
|/ / / |
|
* | | | Handle `TZInfo::AmbiguousTime` errors | Andrew White | 2017-11-15 | 1 | -0/+12 |
* | | | These strings should already be frozen where ruby accepts the magic-comment | Akira Matsuda | 2017-11-15 | 1 | -2/+2 |
* | | | 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 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Fixed typo in test for activesupport parameterize | Pierre Hedkvist | 2017-11-01 | 1 | -1/+1 |
| |/ / |
|
* | | | Allow `Range#include?` on TWZ ranges | Andrew White | 2017-11-08 | 1 | -3/+6 |
* | | | 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 |
* | | | removed unnecessary returns | Shuhei Kitagawa | 2017-10-28 | 1 | -4/+4 |
|/ / |
|
* | | Fix `to_s(:db)` for range comprising of alphabets. | Aditya Kapoor | 2017-10-16 | 1 | -0/+5 |
* | | Deprecate `Module#reachable?` method | bogdanvlviv | 2017-09-17 | 1 | -10/+18 |
* | | Test for the new exception of delegate_missing_to (#30191) | Anton Khamets | 2017-08-12 | 1 | -0/+8 |
* | | Update String#camelize to provide feedback when wrong option is passed | Ricardo Díaz | 2017-08-02 | 1 | -0/+7 |
* | | Add missing support for modulo operations on durations | Sayan Chakraborty | 2017-07-28 | 1 | -13/+62 |
* | | Fix division where a duration is the denominator | Andrew White | 2017-07-27 | 1 | -10/+14 |
* | | Merge branch 'master' into make-reverse-merge-bang-order-consistent | Sean Griffin | 2017-07-17 | 55 | -763/+643 |
|\ \ |
|