| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 2 | -12/+9 |
* | Subscribe to event objects via `subscribe_event` | Aaron Patterson | 2018-07-26 | 2 | -1/+39 |
* | 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 | 2 | -4/+50 |
* | Merge pull request #32381 from q-centrix/update-codeclimate-configs | Richard Schneeman | 2018-07-25 | 4 | -19/+11 |
|\ |
|
| * | Turn on performance based cops | Dillon Welch | 2018-07-23 | 4 | -19/+11 |
* | | 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 | 1 | -2/+5 |
* | | added tests for assert_no_difference with multiple expressions | lxxxvi | 2018-07-08 | 1 | -0/+12 |
|/ |
|
* | 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 | 1 | -1/+5 |
|\ |
|
| * | Use class_eval or instance_eval when triggering lazy load hooks: | Edouard CHIN | 2018-07-03 | 1 | -1/+5 |
* | | Refactor #33254. | Kasper Timm Hansen | 2018-07-01 | 1 | -16/+16 |
* | | Fix Cache :redis_store increment/decrement ttl check and add more tests. | Jason Lee | 2018-06-30 | 1 | -2/+2 |
* | | Add :expires_in option support for RedisCacheStore increment/decrement method. | Jason Lee | 2018-06-29 | 1 | -2/+22 |
|/ |
|
* | 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 |
|/ |
|
* | Add `ActiveSupport::CompareWithRange` to API docs | bogdanvlviv | 2018-06-07 | 1 | -1/+1 |
* | Don't expose `Enumerable#_original_sum_with_required_identity` which is inter... | yuuji.yaginuma | 2018-06-04 | 1 | -1/+5 |
* | Merge pull request #33020 from joshpencheon/time_zone_frac_microseconds | Rafael França | 2018-05-30 | 1 | -2/+7 |
|\ |
|
| * | Allow Time.zone.at to receive a second argument | Josh Pencheon | 2018-05-30 | 1 | -2/+7 |
* | | 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 | 1 | -1/+3 |
|\ |
|
| * | Clearer error message in assert_changes | lxxxvi | 2018-05-05 | 1 | -1/+3 |
* | | Merge pull request #32851 from yskkin/doc_require_dependency | Rafael França | 2018-05-22 | 1 | -0/+4 |
|\ \ |
|
| * | | Document require_dependency [ci skip] | Yoshiyuki Kinjo | 2018-05-09 | 1 | -0/+4 |
| |/ |
|
* | | Allow Range#=== and Range#cover? on Range | utilum | 2018-05-22 | 3 | -23/+68 |
* | | Add Enumerable#index_with. | Kasper Timm Hansen | 2018-05-21 | 1 | -1/+25 |
* | | Raise a better exception when a invalid depreation behavior is set | Rafael Mendonça França | 2018-05-18 | 1 | -0/+4 |
|/ |
|
* | Fix #29632 - nil #path leads to NoMethodError in LoadError#is_missing? | Neil Souza | 2018-05-04 | 1 | -1/+1 |
* | Improve the performance of `ActiveSupport::Inflector.ordinal` | Ryuta Kamizono | 2018-04-29 | 1 | -9/+12 |
* | Merge pull request #32733 from Edouard-chin/ec-setupand-teardown | Rafael França | 2018-04-27 | 2 | -10/+6 |
|\ |
|
| * | `SetupAndTeardown` has few caveats that breaks libraries: | Edouard CHIN | 2018-04-27 | 2 | -10/+6 |
* | | Don't dup Strings when jsonifying | Akira Matsuda | 2018-04-27 | 1 | -2/+6 |
|/ |
|
* | Reduce extra object creations in TaggedLogging | Akira Matsuda | 2018-04-27 | 1 | -1/+3 |
* | Fix Style/RedundantReturn offenses | Bart de Water | 2018-04-21 | 1 | -1/+1 |
* | Return back "/" to the end of RAILS_GEM_ROOT | bogdanvlviv | 2018-04-20 | 1 | -1/+1 |
* | Merge pull request #32168 from christianblais/activesupport-ordinalize-i18n | Rafael França | 2018-04-19 | 3 | -13/+31 |
|\ |
|
| * | `ActiveSupport::Inflector#ordinal` and `ActiveSupport::Inflector#ordinalize` | Christian Blais | 2018-03-05 | 3 | -13/+31 |
* | | Merge branch 'master' into fix-as-timezone-all | Andrew White | 2018-04-19 | 1 | -6/+13 |
|\ \ |
|
| * | | Redis cache store: avoid blocking the server in `#delete_matched` | Gleb Mazovetskiy | 2018-04-18 | 1 | -6/+13 |
* | | | Fix exception in AS::Timezone.all when any tzinfo data is missing | Dominik Sander | 2018-04-18 | 1 | -1/+2 |
|/ / |
|
* | | Inclusive Language in Documentation Examples [ci skip] | Cassidy Kobewka | 2018-04-15 | 1 | -2/+2 |
* | | Fix redis store clear keys outside the namespace | Rei | 2018-04-15 | 1 | -1/+1 |