aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Only use CLOCK_PROCESS_CPUTIME_ID if it's definedBart de Water2018-07-291-2/+8
|/ / / /
* | | | Remove unused `require "active_support/core_ext/regexp"`Ryuta Kamizono2018-07-2911-12/+0
* | | | Work around Performance/EndWith false positiveBart de Water2018-07-281-2/+2
* | | | Merge pull request #33441 from bogdanvlviv/remove-rubocop-comments-from-codebaseRyuta Kamizono2018-07-271-1/+1
|\ \ \ \
| * | | | Fix Rubocop offensebogdanvlviv2018-07-261-1/+1
* | | | | fix arity check to use "parameters" for backwards compatAaron Patterson2018-07-261-4/+9
* | | | | Always subscribe to event objects via `AS::Notifications.subscribe`Aaron Patterson2018-07-262-12/+9
* | | | | Subscribe to event objects via `subscribe_event`Aaron Patterson2018-07-262-1/+39
* | | | | Match the units in `duration` (milliseconds)Aaron Patterson2018-07-261-1/+7
|/ / / /
* | | | Add cpu_time, idle_time, and allocations to EventEileen Uchitelle2018-07-262-4/+50
* | | | Merge pull request #32381 from q-centrix/update-codeclimate-configsRichard Schneeman2018-07-254-19/+11
|\ \ \ \
| * | | | Turn on performance based copsDillon Welch2018-07-234-19/+11
* | | | | Update with_options.rbDaniel Amireh2018-07-251-1/+1
* | | | | Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com...Matthew Draper2018-07-251-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix typo 'in via'Alberto Almagro2018-07-061-1/+1
| * | | | Recommend use of rails over bin/railsAlberto Almagro2018-07-061-1/+1
* | | | | e4e1b62 broke `to_param` handling:Edouard CHIN2018-07-121-2/+5
| |/ / / |/| | |
* | | | added tests for assert_no_difference with multiple expressionslxxxvi2018-07-081-0/+12
|/ / /
* | | A Class is a Module so we remove one conditionalRafael Mendonça França2018-07-041-1/+1
* | | Merge pull request #33289 from Edouard-chin/ec-lazy-load-hooksRafael França2018-07-041-1/+5
|\ \ \
| * | | Use class_eval or instance_eval when triggering lazy load hooks:Edouard CHIN2018-07-031-1/+5
* | | | Refactor #33254.Kasper Timm Hansen2018-07-011-16/+16
* | | | Fix Cache :redis_store increment/decrement ttl check and add more tests.Jason Lee2018-06-301-2/+2
* | | | Add :expires_in option support for RedisCacheStore increment/decrement method.Jason Lee2018-06-291-2/+22
|/ / /
* | | Merge pull request #33106 from marcandre/datecalcRafael Mendonça França2018-06-111-15/+12
|\ \ \
| * | | Use fetch for better error handlingMarc-Andre Lafortune2018-06-091-2/+2
| * | | Use same weekday correspondance as Date#wday.Marc-Andre Lafortune2018-06-091-13/+10
|/ / /
* | | Add `ActiveSupport::CompareWithRange` to API docsbogdanvlviv2018-06-071-1/+1
* | | Don't expose `Enumerable#_original_sum_with_required_identity` which is inter...yuuji.yaginuma2018-06-041-1/+5
* | | Merge pull request #33020 from joshpencheon/time_zone_frac_microsecondsRafael França2018-05-301-2/+7
|\ \ \
| * | | Allow Time.zone.at to receive a second argumentJosh Pencheon2018-05-301-2/+7
* | | | Remove unused `require "active_support/file_update_checker"`yuuji.yaginuma2018-05-301-1/+0
|/ / /
* | | Improve grammar for DateAndTime before? and after? calculations [ci skip]Aaron Sumner2018-05-241-2/+2
* | | Merge pull request #32822 from lxxxvi/improved_error_message_in_assert_changesRafael França2018-05-221-1/+3
|\ \ \
| * | | Clearer error message in assert_changeslxxxvi2018-05-051-1/+3
* | | | Merge pull request #32851 from yskkin/doc_require_dependencyRafael França2018-05-221-0/+4
|\ \ \ \
| * | | | Document require_dependency [ci skip]Yoshiyuki Kinjo2018-05-091-0/+4
| |/ / /
* | | | Allow Range#=== and Range#cover? on Rangeutilum2018-05-223-23/+68
* | | | Add Enumerable#index_with.Kasper Timm Hansen2018-05-211-1/+25
* | | | Raise a better exception when a invalid depreation behavior is setRafael Mendonça França2018-05-181-0/+4
|/ / /
* | | Fix #29632 - nil #path leads to NoMethodError in LoadError#is_missing?Neil Souza2018-05-041-1/+1
* | | Improve the performance of `ActiveSupport::Inflector.ordinal`Ryuta Kamizono2018-04-291-9/+12
* | | Merge pull request #32733 from Edouard-chin/ec-setupand-teardownRafael França2018-04-272-10/+6
|\ \ \
| * | | `SetupAndTeardown` has few caveats that breaks libraries:Edouard CHIN2018-04-272-10/+6
* | | | Don't dup Strings when jsonifyingAkira Matsuda2018-04-271-2/+6
|/ / /
* | | Reduce extra object creations in TaggedLoggingAkira Matsuda2018-04-271-1/+3
* | | Fix Style/RedundantReturn offensesBart de Water2018-04-211-1/+1
* | | Return back "/" to the end of RAILS_GEM_ROOTbogdanvlviv2018-04-201-1/+1
* | | Merge pull request #32168 from christianblais/activesupport-ordinalize-i18nRafael França2018-04-193-13/+31
|\ \ \
| * | | `ActiveSupport::Inflector#ordinal` and `ActiveSupport::Inflector#ordinalize`Christian Blais2018-03-053-13/+31