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
*
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
*
|
|
|
Update with_options.rb
Daniel Amireh
2018-07-25
1
-1
/
+1
*
|
|
|
Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com...
Matthew Draper
2018-07-25
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix typo 'in via'
Alberto Almagro
2018-07-06
1
-1
/
+1
|
*
|
|
Recommend use of rails over bin/rails
Alberto Almagro
2018-07-06
1
-1
/
+1
*
|
|
|
e4e1b62 broke `to_param` handling:
Edouard CHIN
2018-07-12
1
-2
/
+5
|
|
/
/
|
/
|
|
*
|
|
added tests for assert_no_difference with multiple expressions
lxxxvi
2018-07-08
1
-0
/
+12
|
/
/
*
|
A Class is a Module so we remove one conditional
Rafael Mendonça França
2018-07-04
1
-1
/
+1
*
|
Merge pull request #33289 from Edouard-chin/ec-lazy-load-hooks
Rafael França
2018-07-04
1
-1
/
+5
|
\
\
|
*
|
Use class_eval or instance_eval when triggering lazy load hooks:
Edouard CHIN
2018-07-03
1
-1
/
+5
*
|
|
Refactor #33254.
Kasper Timm Hansen
2018-07-01
1
-16
/
+16
*
|
|
Fix Cache :redis_store increment/decrement ttl check and add more tests.
Jason Lee
2018-06-30
1
-2
/
+2
*
|
|
Add :expires_in option support for RedisCacheStore increment/decrement method.
Jason Lee
2018-06-29
1
-2
/
+22
|
/
/
*
|
Merge pull request #33106 from marcandre/datecalc
Rafael Mendonça França
2018-06-11
1
-15
/
+12
|
\
\
|
*
|
Use fetch for better error handling
Marc-Andre Lafortune
2018-06-09
1
-2
/
+2
|
*
|
Use same weekday correspondance as Date#wday.
Marc-Andre Lafortune
2018-06-09
1
-13
/
+10
|
/
/
*
|
Add `ActiveSupport::CompareWithRange` to API docs
bogdanvlviv
2018-06-07
1
-1
/
+1
*
|
Don't expose `Enumerable#_original_sum_with_required_identity` which is inter...
yuuji.yaginuma
2018-06-04
1
-1
/
+5
*
|
Merge pull request #33020 from joshpencheon/time_zone_frac_microseconds
Rafael França
2018-05-30
1
-2
/
+7
|
\
\
[next]