aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
* trace autoloads, and document hints for troubleshootingXavier Noria2018-09-071-4/+21
* Merge pull request #33808 from itsbagpack/fix-access-safety-buffer-sliceAaron Patterson2018-09-061-3/+1
|\
| * SafeBuffer should maintain safety upon getting a slice via a range if origina...Yumin Wong2018-08-311-3/+1
* | Fix typo in i18n_railtie.rbOlivier2018-09-061-1/+1
* | Merge pull request #33805 from schneems/schneems/faster-file-storeRichard Schneeman2018-09-061-6/+10
|\ \
| * | Faster File Storeschneems2018-09-061-6/+10
| |/
* | Merge pull request #33574 from lsylvester/change-i18n-defaults-behaviour-to-m...Rafael França2018-09-061-1/+13
|\ \
| * | update I18n fallbacks configuration to be compatible with i18n 1.1.0Lachlan Sylvester2018-08-231-1/+13
* | | Ensure we always cleanup the databasesEileen Uchitelle2018-09-051-11/+13
| |/ |/|
* | 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-221-0/+29
|\ \ | |/ |/|
| * Add method_call_assertions and use them instead of Mochautilum2018-08-131-0/+29
* | 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
* | | Merge pull request #33499 from lsylvester/caller-ignore-pathsKasper Timm Hansen2018-08-151-0/+23
|\ \ \
| * | | Use backtrace cleaner to clean up backtrace for verbose query logsLachlan Sylvester2018-08-141-0/+23
| | |/ | |/|
* | | Refactor `Array#extract!`bogdanvlviv2018-08-141-7/+7
* | | Add `Array#extract!`bogdanvlviv2018-08-142-0/+22
|/ /
* | Support skip nil for cache fetch (#25437)Martin2018-08-051-1/+9
* | 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-311-14/+17
|\ \
| * | A regression in deprecate_methods was introduced in a982a42:Edouard CHIN2018-07-301-14/+17
* | | 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
* | | | 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