aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* Refactor `Array#extract!`bogdanvlviv2018-08-141-7/+7
* Add `Array#extract!`bogdanvlviv2018-08-144-0/+77
* Fix a typo in Active Support's CHANGELOG [ci skip]Robin Dupret2018-08-101-1/+1
* Fix the obvious typos detected by github.com/client9/misspellKazuhiro Sera2018-08-081-1/+1
* Move changelog entry of 47018a82 up [ci skip]bogdanvlviv2018-08-051-11/+11
* Support skip nil for cache fetch (#25437)Martin2018-08-053-1/+23
* Fix example in thread_mattr_accessor documentationFabian Mersch2018-07-311-1/+1
* Remove unused requireRyuta Kamizono2018-07-311-1/+0
* Merge pull request #33325 from Edouard-chin/ec-deprecate-class-methodRyuta Kamizono2018-07-312-14/+52
|\
| * A regression in deprecate_methods was introduced in a982a42:Edouard CHIN2018-07-302-14/+52
* | Merge pull request #33467 from bdewater/chomp-unconditionallyKasper Timm Hansen2018-07-301-2/+2
|\ \
| * | Chomp will work without checking for end of the stringBart de Water2018-07-291-2/+2
* | | cpu_time and allocations are 0 when JRuby is usedYasuo Honda2018-07-301-2/+7
* | | 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-2912-13/+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
* | | I cannot spellAaron Patterson2018-07-261-1/+1
* | | Add changelog entryAaron Patterson2018-07-261-0/+34
* | | 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-263-21/+25
* | | Subscribe to event objects via `subscribe`Aaron Patterson2018-07-261-0/+12
* | | Subscribe to event objects via `subscribe_event`Aaron Patterson2018-07-263-1/+56
* | | Match the units in `duration` (milliseconds)Aaron Patterson2018-07-261-1/+7
|/ /
* | Add cpu_time, idle_time, and allocations to EventEileen Uchitelle2018-07-264-4/+65
* | Merge pull request #32381 from q-centrix/update-codeclimate-configsRichard Schneeman2018-07-255-22/+12
|\ \
| * | Turn on performance based copsDillon Welch2018-07-235-22/+12
* | | 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-122-2/+19
| |/ |/|
* | added tests for assert_no_difference with multiple expressionslxxxvi2018-07-082-0/+28
|/
* 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-042-1/+54
|\
| * Use class_eval or instance_eval when triggering lazy load hooks:Edouard CHIN2018-07-032-1/+54
* | Refactor #33254.Kasper Timm Hansen2018-07-013-29/+28
* | Fix Cache :redis_store increment/decrement ttl check and add more tests.Jason Lee2018-06-302-6/+22
* | Add :expires_in option support for RedisCacheStore increment/decrement method.Jason Lee2018-06-293-2/+57
* | Add tests for duration multiplication and divisionEugene Kenny2018-06-251-0/+12
|/
* 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
|/
* Merge pull request #33078 from bogdanvlviv/add-remove-requireRyuta Kamizono2018-06-095-13/+5
|\
| * Add missing `require`bogdanvlviv2018-06-072-0/+5
| * Remove unused `require`bogdanvlviv2018-06-073-13/+0
* | Merge pull request #33087 from bogdanvlviv/document-CompareWithRangeRafael França2018-06-081-1/+1
|\ \
| * | Add `ActiveSupport::CompareWithRange` to API docsbogdanvlviv2018-06-071-1/+1
| |/
* / Remove extra `include ActiveSupport::Testing::MethodCallAssertions`bogdanvlviv2018-06-081-3/+0
|/