index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Eilertsens Kodeknekkeri
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
lib
/
active_support
/
core_ext
/
string
Commit message (
Expand
)
Author
Age
Files
Lines
*
Call raise with parentheses like a normal method call with arguments
Carlos Antonio da Silva
2019-07-29
1
-2
/
+2
*
Performance improvement for `String#to`
Ryuta Kamizono
2019-07-28
1
-1
/
+1
*
Merge pull request #36185 from jonathanhefner/optimize-string-first-and-last
Rafael França
2019-07-28
1
-22
/
+2
|
\
|
*
Improve String#first and #last performance
Jonathan Hefner
2019-05-05
1
-22
/
+2
*
|
Remove tough to grasp -1 + 1 = 0 from String#to
Kasper Timm Hansen
2019-07-26
1
-2
/
+2
*
|
Merge pull request #36180 from jonathanhefner/optimize-string-from
Rafael França
2019-07-25
1
-2
/
+3
|
\
\
|
*
|
Avoid extra allocation in String#from and #to
Jonathan Hefner
2019-05-05
1
-2
/
+3
|
|
/
*
/
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
1
-1
/
+0
|
/
*
Frozen truncate (#36109)
Jordan Thomas
2019-04-26
1
-1
/
+1
*
Preserve html_safe? status on ActiveSupport::SafeBuffer#*
r7kamura
2019-04-19
1
-0
/
+6
*
Merge pull request #34405 from shugo/safe_buffer_backref_fix
Matthew Draper
2019-03-28
1
-2
/
+37
|
\
|
*
Eliminate a thread local variable as suggested by nobu
Shugo Maeda
2019-02-14
1
-8
/
+1
|
*
Remove trailing space
Shugo Maeda
2018-11-08
1
-1
/
+1
|
*
Add a commented code example of what will be produced
Shugo Maeda
2018-11-08
1
-22
/
+22
|
*
sub, sub!, gsub, and gsub! should set back references
Shugo Maeda
2018-11-08
1
-2
/
+44
*
|
Update docs for 'parameterize()' [ci skip]
Sharang Dashputre
2019-03-16
1
-1
/
+1
*
|
support slice assignment on SafeBuffer
Richard Monette
2019-03-13
1
-2
/
+6
*
|
Add locale option to parameterize
Kaan Ozkan
2019-03-11
1
-2
/
+7
|
/
*
Merge pull request #33058 from gmcgibbon/string_first_last_negative_deprecation
Rafael França
2018-10-02
1
-0
/
+8
|
\
|
*
Add deprecation warning when String#first and String#last receive negative in...
Gannon McGibbon
2018-09-28
1
-0
/
+8
*
|
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
1
-1
/
+1
|
/
*
Handle more unsafe String methods (#33990)
Janosch Müller
2018-09-27
1
-2
/
+15
*
SafeBuffer should maintain safety upon getting a slice via a range if origina...
Yumin Wong
2018-08-31
1
-3
/
+1
*
String#truncate_bytes: limit to N bytes without breaking multibyte chars
Jeremy Daer
2018-02-18
1
-0
/
+41
*
`String#strip_heredoc` preserves frozenness
Jeremy Daer
2018-02-17
1
-1
/
+3
*
Rails 6 requires Ruby 2.4.1+
Jeremy Daer
2018-02-17
1
-3
/
+4
*
Mention about Ruby 2.4 Unicode case mappings in `mb_chars` example [ci skip] ...
Ryuta Kamizono
2017-11-29
1
-1
/
+3
*
[ci skip] Correct output for Upcase
Dixit Patel
2017-11-29
1
-1
/
+1
*
Update incorrect backtick usage in RDoc to teletype
T.J. Schuck
2017-11-22
2
-2
/
+2
*
[Active Support] require_relative => require
Akira Matsuda
2017-10-21
6
-10
/
+10
*
Remove obsolete documentation [ci skip]
Max Felsher
2017-10-19
1
-3
/
+0
*
Clarify intentions around method redefinitions
Matthew Draper
2017-09-01
1
-3
/
+3
*
Update String#camelize to provide feedback when wrong option is passed
Ricardo Díaz
2017-08-02
1
-0
/
+2
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
13
-0
/
+13
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
13
-0
/
+13
*
[Active Support] require => require_relative
Akira Matsuda
2017-07-01
6
-9
/
+9
*
Use keyword arguments instead of hash
Rafael Mendonça França
2017-03-28
1
-4
/
+4
*
Merge pull request #28480 from mubashirhanif/add_keep_id_suffix_option_to_hum...
Rafael Mendonça França
2017-03-28
1
-9
/
+19
|
\
|
*
Added options hash to titleize method and keep_id_suffix option to humanize
Mubashir Hanif
2017-03-21
1
-9
/
+19
*
|
:golf: else + if = elsif
Akira Matsuda
2017-01-17
1
-10
/
+8
*
|
There's no such module
Akira Matsuda
2017-01-05
1
-4
/
+4
|
/
*
Remove deprecated separator argument from parameterize
Andrew White
2016-11-14
1
-5
/
+1
*
Merge pull request #26905 from bogdanvlviv/docs
Andrew White
2016-11-13
2
-3
/
+3
|
\
|
*
Add missing `+` around a some literals.
bogdanvlviv
2016-10-27
2
-3
/
+3
*
|
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
2
-3
/
+3
|
/
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
2
-3
/
+3
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
2
-4
/
+4
*
applies new string literal convention in activesupport/lib
Xavier Noria
2016-08-06
10
-23
/
+23
*
Missing require 'active_support/multibyte/unicode'
Akira Matsuda
2016-07-12
1
-0
/
+1
[next]