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
/
test
/
safe_buffer_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle more unsafe String methods (#33990)
Janosch Müller
2018-09-27
1
-9
/
+34
*
Use assert_predicate instead
Yumin Wong
2018-09-06
1
-2
/
+2
*
SafeBuffer should maintain safety upon getting a slice via a range if origina...
Yumin Wong
2018-08-31
1
-0
/
+12
*
Fix `CustomCops/AssertNot` to allow it to have failure message
Ryuta Kamizono
2018-05-13
1
-2
/
+2
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-7
/
+7
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
1
-0
/
+1
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
1
-0
/
+1
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
"Use assert_nil if expecting nil from ...:in `...'. This will fail in minites...
Akira Matsuda
2016-12-25
1
-1
/
+1
*
Expectation first
Akira Matsuda
2016-12-25
1
-1
/
+1
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
applies new string literal convention in activesupport/test
Xavier Noria
2016-08-06
1
-41
/
+41
*
Properly dump primitive-like AS::SafeBuffer strings as YAML
Godfrey Chan
2015-02-11
1
-0
/
+7
*
Just check if the buffer exists before changing it
Rafael Mendonça França
2014-12-29
1
-5
/
+1
*
When trying to access a character on a string buffer object via `:[]`, if the...
Vipul A M
2014-12-29
1
-0
/
+9
*
Fixes interpolation on SafeBuffer
Julien Letessier
2013-12-14
1
-0
/
+25
*
Ensure [] respects the status of the buffer.
José Valim
2012-02-29
1
-4
/
+23
*
delete vulnerable AS::SafeBuffer#[]
Akira Matsuda
2012-02-20
1
-6
/
+0
*
add AS::SafeBuffer#clone_empty
Akira Matsuda
2012-02-20
1
-0
/
+9
*
global variables may not be set depending on the match. fixes #4703
Aaron Patterson
2012-01-26
1
-0
/
+4
*
No need to require psych since require yaml does that.
Rafael Mendonça França
2012-01-04
1
-1
/
+0
*
No need to use rescue block to require psych
Rafael Mendonça França
2012-01-04
1
-5
/
+1
*
Whitespaces :scissors:
Rafael Mendonça França
2012-01-04
1
-1
/
+1
*
Add test to make sure that add two safe buffers always return a safe buffer
Rafael Mendonça França
2012-01-04
1
-0
/
+7
*
Revert removing gsub and sub from safe buffer.
José Valim
2011-09-08
1
-27
/
+14
*
this should have gone with the previous commit
Xavier Noria
2011-09-08
1
-2
/
+2
*
remove support of symbols on classify and camelize
Damien Mathieu
2011-09-08
1
-14
/
+27
*
Reset @dirty to false when slicing an instance of SafeBuffer
Brian Cardarella
2011-07-29
1
-0
/
+6
*
remove unused variables warnings removed
Vishnu Atrai
2011-07-26
1
-2
/
+0
*
Using slice for instead of gsub to pass with 1.8.7
Arun Agrawal
2011-06-23
1
-1
/
+1
*
calling unsafe methods which don't return a string shouldn't fail
Damien Mathieu
2011-06-22
1
-0
/
+4
*
safe_concat should not work on dirty buffers.
José Valim
2011-06-16
1
-0
/
+7
*
Fix safe buffer by adding a dirty status.
José Valim
2011-06-16
1
-6
/
+31
*
Ensure that the strings returned by SafeBuffer#gsub and friends aren't consid...
Michael Koziarski
2011-06-07
1
-0
/
+12
*
make sure we play nicely when syck is activated
Aaron Patterson
2011-01-28
1
-0
/
+22
*
Deleted all references to ActionView::SafeBuffer in favor of ActiveSupport::S...
Santiago Pastorino
2010-01-31
1
-0
/
+41