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
/
active_support
/
xml_mini
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
1
-1
/
+0
*
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
6
-8
/
+8
*
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
6
-7
/
+7
*
[Active Support] require_relative => require
Akira Matsuda
2017-10-21
6
-7
/
+7
*
Fix `can't modify frozen String` error in `XmlMini_JDOM`
yuuji.yaginuma
2017-09-01
1
-1
/
+1
*
Fix broken link for Java xml [ci skip]
Yoshiyuki Hirano
2017-08-24
1
-1
/
+1
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
6
-0
/
+6
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
6
-0
/
+6
*
Merge branch 'master' into require_relative_2017
Xavier Noria
2017-07-02
5
-6
/
+6
|
\
|
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
6
-6
/
+0
|
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
6
-0
/
+6
|
|
\
|
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
6
-0
/
+6
|
*
|
Make ActiveSupport frozen string literal friendly.
Pat Allan
2017-06-20
5
-6
/
+6
|
|
/
*
/
[Active Support] require => require_relative
Akira Matsuda
2017-07-01
6
-7
/
+7
|
/
*
Fixes Hash.from_xml with frozen strings for all backends
Josh Nussbaum
2017-04-20
4
-13
/
+4
*
Avoid documenting private or external classes
Robin Dupret
2017-02-07
1
-0
/
+2
*
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
2
-2
/
+2
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
4
-4
/
+4
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-40
/
+40
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
2
-2
/
+2
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
4
-15
/
+12
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-67
/
+67
*
applies new string literal convention in activesupport/lib
Xavier Noria
2016-08-06
6
-45
/
+45
*
systematic revision of =~ usage in AS
Xavier Noria
2016-07-22
1
-1
/
+1
*
Fix Hash#from_xml with frozen strings (#24718)
Marek Kirejczyk
2016-05-21
1
-3
/
+1
*
enforce a depth limit on XML documents
Aaron Patterson
2015-06-16
2
-10
/
+12
*
Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846
robertomiranda
2015-01-31
2
-4
/
+4
*
fixed indent of end in jdom.rb
bigtone1284
2014-11-28
1
-1
/
+1
*
change merge to merge! in AS on new hashes
Vipul A M
2013-04-02
2
-2
/
+2
*
JDOM XXE Protection [CVE-2013-1856]
Ben Murphy
2013-03-15
1
-0
/
+6
*
update AS/values and AS/xml_mini docs [ci skip]
Francesco Rodriguez
2012-09-14
3
-3
/
+3
*
Clean up module docs [ci skip]
Vijay Dev
2012-03-07
6
-8
/
+2
*
Replaced all 'for' loops with Enumerable#each
Nathan Broadbent
2012-01-30
1
-4
/
+4
*
Revert "Used any? instead of length call"
Xavier Noria
2011-11-28
2
-2
/
+2
*
Used any? instead of length call
Rahul P. Chaudhari
2011-11-28
2
-2
/
+2
*
Adding __content__ into XmlMini_JDOM
Arun Agrawal
2011-05-27
1
-1
/
+8
*
Using java_import instead of import. Need to do this with rake 0.9.0 #jruby
Arun Agrawal
2011-05-24
1
-6
/
+6
*
fixed a missing require that causes trouble when using AS in a non-rails env.
Nick Sutterer
2011-01-18
5
-1
/
+6
*
using a merge with a Hash[] rather than a loop to add SAX parsed attributes
Aaron Patterson
2010-11-16
1
-2
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-1
/
+1
*
AS gem doesn't depend on nokogiri so shows a nicer error if users haven't ins...
Santiago Pastorino
2010-07-30
2
-3
/
+13
*
Change returning with tap
Santiago Pastorino
2010-07-25
1
-1
/
+0
*
edit pass: the names of Rails components have a space, ie, "Active Record", n...
Xavier Noria
2010-06-14
1
-1
/
+1
*
Provide a better error if the parsed REXML document has no root [#3803 state:...
wycats
2010-03-28
1
-1
/
+7
*
adds missing requires for Object#blank? and Object#present?
Xavier Noria
2010-03-28
2
-0
/
+2
*
nokogiri.rb needs active_support/core_ext/object/blank
Xavier Noria
2010-01-01
1
-0
/
+1
*
libxml.rb needs active_support/core_ext/object/blank
Xavier Noria
2010-01-01
1
-0
/
+1
*
jdom.rb needs active_support/core_ext/object/blank
Xavier Noria
2010-01-01
1
-0
/
+2
*
make sure returning is available for the libxml extension
Xavier Noria
2010-01-01
1
-0
/
+1
*
Fixed some bugs and fixed some tests in new SAX-based XmlMini backends.
Willem van Bergen
2010-01-01
2
-8
/
+8
[next]