aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* Ensure we always cleanup the databasesEileen Uchitelle2018-09-051-11/+13
* Remove redundant `travel_back`yuuji.yaginuma2018-08-311-5/+0
* 20% faster `try`Sean Griffin2018-08-291-8/+7
* Merge pull request #33747 from schneems/schneems/faster-tryRichard Schneeman2018-08-291-1/+10
|\
| * 32% Faster Object#tryschneems2018-08-291-1/+10
* | Update the comments for TimeWithZone subtraction (#33721)Rob Race2018-08-281-2/+10
* | Merge pull request #33162 from utilum/stop_using_mochaKasper Timm Hansen2018-08-222-0/+112
|\ \ | |/ |/|
| * Add method_call_assertions and use them instead of Mochautilum2018-08-132-0/+112
* | Improve documentation of Procs as :if / :unless options for callbacksFabian Schwahn2018-08-201-0/+8
* | Merge pull request #31132 from emaxi/feature/add-missing-documentation-option...Ryuta Kamizono2018-08-201-0/+5
|\ \
| * | Add missing documentation options to number_to_currency [ci skip]emaxi2018-07-111-0/+5
* | | Remove unused requiresyuuji.yaginuma2018-08-171-3/+0
* | | Fix obsoleted method URI.unescape in activesupport/testVitor Oliveira2018-08-151-1/+1
* | | Merge pull request #33499 from lsylvester/caller-ignore-pathsKasper Timm Hansen2018-08-152-0/+63
|\ \ \
| * | | Use backtrace cleaner to clean up backtrace for verbose query logsLachlan Sylvester2018-08-142-0/+63
| | |/ | |/|
* | | Merge pull request #33612 from bogdanvlviv/test-assert_calledRyuta Kamizono2018-08-151-0/+10
|\ \ \
| * | | Test `assert_called` and `assert_called_with`bogdanvlviv2018-08-141-0/+10
| |/ /
* | | 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
| |/ / |/| |