index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #33800 from aeroastro/feature/doc-change-for-blank
Xavier Noria
2018-09-13
1
-1
/
+1
|
\
|
*
Revert falsey with example reordered
Takumasa Ochi
2018-09-14
1
-2
/
+2
|
*
Improve API document on Object#blank?
Takumasa Ochi
2018-09-06
1
-2
/
+2
*
|
Faster multiple_of? method
rigani
2018-09-12
1
-1
/
+1
*
|
Merge pull request #27792 from tjoyal/sandbox-tagged-logging
Rafael Mendonça França
2018-09-11
1
-2
/
+9
|
\
\
|
*
|
TaggedLogging to return a new logger instance
Thierry Joyal
2017-02-27
1
-2
/
+9
*
|
|
use "minitest" consistently
Xavier Noria
2018-09-11
1
-2
/
+2
*
|
|
Oxford comma [ci skip]
Xavier Noria
2018-09-10
1
-1
/
+1
*
|
|
Add #unfreeze_time to ActiveSupport::Testing::TimeHelpers
ryanwhocodes
2018-09-10
1
-1
/
+2
*
|
|
trace autoloads, and document hints for troubleshooting
Xavier Noria
2018-09-07
1
-4
/
+21
*
|
|
Merge pull request #33808 from itsbagpack/fix-access-safety-buffer-slice
Aaron Patterson
2018-09-06
1
-3
/
+1
|
\
\
\
|
*
|
|
SafeBuffer should maintain safety upon getting a slice via a range if origina...
Yumin Wong
2018-08-31
1
-3
/
+1
|
|
|
/
|
|
/
|
*
|
|
Fix typo in i18n_railtie.rb
Olivier
2018-09-06
1
-1
/
+1
*
|
|
Merge pull request #33805 from schneems/schneems/faster-file-store
Richard Schneeman
2018-09-06
1
-6
/
+10
|
\
\
\
|
*
|
|
Faster File Store
schneems
2018-09-06
1
-6
/
+10
|
|
/
/
*
|
|
Merge pull request #33574 from lsylvester/change-i18n-defaults-behaviour-to-m...
Rafael França
2018-09-06
1
-1
/
+13
|
\
\
\
|
*
|
|
update I18n fallbacks configuration to be compatible with i18n 1.1.0
Lachlan Sylvester
2018-08-23
1
-1
/
+13
*
|
|
|
Ensure we always cleanup the databases
Eileen Uchitelle
2018-09-05
1
-11
/
+13
|
|
/
/
|
/
|
|
*
|
|
20% faster `try`
Sean Griffin
2018-08-29
1
-8
/
+7
*
|
|
Merge pull request #33747 from schneems/schneems/faster-try
Richard Schneeman
2018-08-29
1
-1
/
+10
|
\
\
\
|
*
|
|
32% Faster Object#try
schneems
2018-08-29
1
-1
/
+10
*
|
|
|
Update the comments for TimeWithZone subtraction (#33721)
Rob Race
2018-08-28
1
-2
/
+10
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #33162 from utilum/stop_using_mocha
Kasper Timm Hansen
2018-08-22
1
-0
/
+29
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add method_call_assertions and use them instead of Mocha
utilum
2018-08-13
1
-0
/
+29
*
|
|
Improve documentation of Procs as :if / :unless options for callbacks
Fabian Schwahn
2018-08-20
1
-0
/
+8
*
|
|
Merge pull request #31132 from emaxi/feature/add-missing-documentation-option...
Ryuta Kamizono
2018-08-20
1
-0
/
+5
|
\
\
\
|
*
|
|
Add missing documentation options to number_to_currency [ci skip]
emaxi
2018-07-11
1
-0
/
+5
*
|
|
|
Merge pull request #33499 from lsylvester/caller-ignore-paths
Kasper Timm Hansen
2018-08-15
1
-0
/
+23
|
\
\
\
\
|
*
|
|
|
Use backtrace cleaner to clean up backtrace for verbose query logs
Lachlan Sylvester
2018-08-14
1
-0
/
+23
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Refactor `Array#extract!`
bogdanvlviv
2018-08-14
1
-7
/
+7
*
|
|
|
Add `Array#extract!`
bogdanvlviv
2018-08-14
2
-0
/
+22
|
/
/
/
*
|
|
Support skip nil for cache fetch (#25437)
Martin
2018-08-05
1
-1
/
+9
*
|
|
Fix example in thread_mattr_accessor documentation
Fabian Mersch
2018-07-31
1
-1
/
+1
*
|
|
Remove unused require
Ryuta Kamizono
2018-07-31
1
-1
/
+0
*
|
|
Merge pull request #33325 from Edouard-chin/ec-deprecate-class-method
Ryuta Kamizono
2018-07-31
1
-14
/
+17
|
\
\
\
|
*
|
|
A regression in deprecate_methods was introduced in a982a42:
Edouard CHIN
2018-07-30
1
-14
/
+17
*
|
|
|
Merge pull request #33467 from bdewater/chomp-unconditionally
Kasper Timm Hansen
2018-07-30
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Chomp will work without checking for end of the string
Bart de Water
2018-07-29
1
-2
/
+2
*
|
|
|
|
Only use CLOCK_PROCESS_CPUTIME_ID if it's defined
Bart de Water
2018-07-29
1
-2
/
+8
|
/
/
/
/
*
|
|
|
Remove unused `require "active_support/core_ext/regexp"`
Ryuta Kamizono
2018-07-29
11
-12
/
+0
*
|
|
|
Work around Performance/EndWith false positive
Bart de Water
2018-07-28
1
-2
/
+2
*
|
|
|
Merge pull request #33441 from bogdanvlviv/remove-rubocop-comments-from-codebase
Ryuta Kamizono
2018-07-27
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fix Rubocop offense
bogdanvlviv
2018-07-26
1
-1
/
+1
*
|
|
|
|
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
[next]