| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Remove unused require | Ryuta Kamizono | 2018-07-31 | 1 | -1/+0 |
* | | | Merge pull request #33325 from Edouard-chin/ec-deprecate-class-method | Ryuta Kamizono | 2018-07-31 | 2 | -14/+52 |
|\ \ \ |
|
| * | | | A regression in deprecate_methods was introduced in a982a42: | Edouard CHIN | 2018-07-30 | 2 | -14/+52 |
* | | | | Merge pull request #33467 from bdewater/chomp-unconditionally | Kasper Timm Hansen | 2018-07-30 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | Chomp will work without checking for end of the string | Bart de Water | 2018-07-29 | 1 | -2/+2 |
* | | | | | cpu_time and allocations are 0 when JRuby is used | Yasuo Honda | 2018-07-30 | 1 | -2/+7 |
* | | | | | Only use CLOCK_PROCESS_CPUTIME_ID if it's defined | Bart de Water | 2018-07-29 | 1 | -2/+8 |
|/ / / / |
|
* | | | | Remove unused `require "active_support/core_ext/regexp"` | Ryuta Kamizono | 2018-07-29 | 12 | -13/+0 |
* | | | | Work around Performance/EndWith false positive | Bart de Water | 2018-07-28 | 1 | -2/+2 |
* | | | | Merge pull request #33441 from bogdanvlviv/remove-rubocop-comments-from-codebase | Ryuta Kamizono | 2018-07-27 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Fix Rubocop offense | bogdanvlviv | 2018-07-26 | 1 | -1/+1 |
* | | | | | I cannot spell | Aaron Patterson | 2018-07-26 | 1 | -1/+1 |
* | | | | | Add changelog entry | Aaron Patterson | 2018-07-26 | 1 | -0/+34 |
* | | | | | fix arity check to use "parameters" for backwards compat | Aaron Patterson | 2018-07-26 | 1 | -4/+9 |
* | | | | | Always subscribe to event objects via `AS::Notifications.subscribe` | Aaron Patterson | 2018-07-26 | 3 | -21/+25 |
* | | | | | Subscribe to event objects via `subscribe` | Aaron Patterson | 2018-07-26 | 1 | -0/+12 |
* | | | | | Subscribe to event objects via `subscribe_event` | Aaron Patterson | 2018-07-26 | 3 | -1/+56 |
* | | | | | Match the units in `duration` (milliseconds) | Aaron Patterson | 2018-07-26 | 1 | -1/+7 |
|/ / / / |
|
* | | | | Add cpu_time, idle_time, and allocations to Event | Eileen Uchitelle | 2018-07-26 | 4 | -4/+65 |
* | | | | Merge pull request #32381 from q-centrix/update-codeclimate-configs | Richard Schneeman | 2018-07-25 | 5 | -22/+12 |
|\ \ \ \ |
|
| * | | | | Turn on performance based cops | Dillon Welch | 2018-07-23 | 5 | -22/+12 |
* | | | | | Update with_options.rb | Daniel Amireh | 2018-07-25 | 1 | -1/+1 |
* | | | | | Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com... | Matthew Draper | 2018-07-25 | 1 | -1/+1 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Fix typo 'in via' | Alberto Almagro | 2018-07-06 | 1 | -1/+1 |
| * | | | | Recommend use of rails over bin/rails | Alberto Almagro | 2018-07-06 | 1 | -1/+1 |
* | | | | | e4e1b62 broke `to_param` handling: | Edouard CHIN | 2018-07-12 | 2 | -2/+19 |
| |/ / /
|/| | | |
|
* | | | | added tests for assert_no_difference with multiple expressions | lxxxvi | 2018-07-08 | 2 | -0/+28 |
|/ / / |
|
* | | | A Class is a Module so we remove one conditional | Rafael Mendonça França | 2018-07-04 | 1 | -1/+1 |
* | | | Merge pull request #33289 from Edouard-chin/ec-lazy-load-hooks | Rafael França | 2018-07-04 | 2 | -1/+54 |
|\ \ \ |
|
| * | | | Use class_eval or instance_eval when triggering lazy load hooks: | Edouard CHIN | 2018-07-03 | 2 | -1/+54 |
* | | | | Refactor #33254. | Kasper Timm Hansen | 2018-07-01 | 3 | -29/+28 |
* | | | | Fix Cache :redis_store increment/decrement ttl check and add more tests. | Jason Lee | 2018-06-30 | 2 | -6/+22 |
* | | | | Add :expires_in option support for RedisCacheStore increment/decrement method. | Jason Lee | 2018-06-29 | 3 | -2/+57 |
* | | | | Add tests for duration multiplication and division | Eugene Kenny | 2018-06-25 | 1 | -0/+12 |
|/ / / |
|
* | | | Merge pull request #33106 from marcandre/datecalc | Rafael Mendonça França | 2018-06-11 | 1 | -15/+12 |
|\ \ \ |
|
| * | | | Use fetch for better error handling | Marc-Andre Lafortune | 2018-06-09 | 1 | -2/+2 |
| * | | | Use same weekday correspondance as Date#wday. | Marc-Andre Lafortune | 2018-06-09 | 1 | -13/+10 |
|/ / / |
|
* | | | Merge pull request #33078 from bogdanvlviv/add-remove-require | Ryuta Kamizono | 2018-06-09 | 5 | -13/+5 |
|\ \ \ |
|
| * | | | Add missing `require` | bogdanvlviv | 2018-06-07 | 2 | -0/+5 |
| * | | | Remove unused `require` | bogdanvlviv | 2018-06-07 | 3 | -13/+0 |
* | | | | Merge pull request #33087 from bogdanvlviv/document-CompareWithRange | Rafael França | 2018-06-08 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Add `ActiveSupport::CompareWithRange` to API docs | bogdanvlviv | 2018-06-07 | 1 | -1/+1 |
| |/ / / |
|
* / / / | Remove extra `include ActiveSupport::Testing::MethodCallAssertions` | bogdanvlviv | 2018-06-08 | 1 | -3/+0 |
|/ / / |
|
* | | | Don't expose `Enumerable#_original_sum_with_required_identity` which is inter... | yuuji.yaginuma | 2018-06-04 | 1 | -1/+5 |
* | | | [ci skip] "brethen" is misspelled and unclear | Michael Gee | 2018-05-31 | 1 | -1/+1 |
* | | | Merge pull request #33020 from joshpencheon/time_zone_frac_microseconds | Rafael França | 2018-05-30 | 2 | -2/+17 |
|\ \ \ |
|
| * | | | Allow Time.zone.at to receive a second argument | Josh Pencheon | 2018-05-30 | 2 | -2/+17 |
* | | | | Remove unused `require "active_support/file_update_checker"` | yuuji.yaginuma | 2018-05-30 | 1 | -1/+0 |
|/ / / |
|
* | | | Improve grammar for DateAndTime before? and after? calculations [ci skip] | Aaron Sumner | 2018-05-24 | 1 | -2/+2 |
* | | | Merge pull request #32822 from lxxxvi/improved_error_message_in_assert_changes | Rafael França | 2018-05-22 | 2 | -2/+4 |
|\ \ \ |
|