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.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix breakage in XmlMini
Birkir A. Barkarson
2013-12-23
1
-2
/
+4
*
Make XmlMini.with_backend usable with threads
Nikita Afanasenko
2012-11-15
1
-9
/
+29
*
Symbol responds_to :upcase & :downcase in Ruby >= 1.9
Akira Matsuda
2012-06-06
1
-1
/
+1
*
changed xml type datetime to dateTime, fixes #6328
Angelo capilleri
2012-05-23
1
-4
/
+5
*
remove ActiveSupport::Base64 in favor of ::Base64
Sergey Nartimov
2012-01-02
1
-4
/
+5
*
require 'time'
Vishnu Atrai
2011-05-22
1
-1
/
+2
*
Fix todo Time.xmlschema used instead of Time.parse
Vishnu Atrai
2011-05-22
1
-3
/
+2
*
Fix failing test.
José Valim
2011-05-09
1
-1
/
+1
*
xml_mini.rb:_dasherize() replacement 20 to 25% faster
Mike Howard
2011-05-09
1
-4
/
+3
*
Fix failing xml mini test.
José Valim
2011-05-08
1
-1
/
+4
*
xml_mini_test.rb now runs.
José Valim
2011-05-07
1
-0
/
+1
*
add more tests surrounding camlize in xmlmini, refactor rename_key()
Aaron Patterson
2010-11-03
1
-6
/
+2
*
Allowing to_xml :camelize option to be set to :lower to enable lower-camelcas...
Jeremy Holland
2010-11-03
1
-1
/
+7
*
Fix copy/paste bug
Erik Michaels-Ober
2010-10-06
1
-1
/
+1
*
XmlMini.rename_key emits valid xml with dasherize
Bernerd Schaefer
2010-07-26
1
-1
/
+5
*
reformatting sentence
Neeraj Singh
2010-07-23
1
-1
/
+1
*
Move several configuration values from Hash to ActiveSupport::XmlMini, which ...
José Valim
2010-04-29
1
-1
/
+126
*
Fix dependencies revealed by testing in isolation
Jeremy Kemper
2009-04-22
1
-0
/
+2
*
Make it easier to swap XmlMini backends. Require Nokogiri >= 1.1.1 for XmlMin...
Jeremy Kemper
2009-03-10
1
-6
/
+15
*
Nokogiri backend for XmlMini
Aaron Patterson
2009-03-10
1
-0
/
+4
*
Use the REXML parser by default. XmlMini.backend = 'LibXML' to use libxml-ruby.
Jeremy Kemper
2009-03-09
1
-6
/
+5
*
Require libxml-ruby 0.9.4 or 0.9.7 pending a segfault bugfix for 1.0.
Jeremy Kemper
2009-03-09
1
-14
/
+12
*
Revert "Revert "XmlMini supports different backend parsers, starting with lib...
Jeremy Kemper
2009-03-09
1
-101
/
+9
*
Revert "XmlMini supports different backend parsers, starting with libxml"
David Heinemeier Hansson
2009-03-09
1
-9
/
+101
*
XmlMini supports different backend parsers, starting with libxml
Bart ten Brinke
2009-03-08
1
-101
/
+9
*
Make sure XmlMini is being correctly autoloaded by Ruby 1.9.1
Luca Guidi
2009-01-31
1
-90
/
+92
*
Don't re-require 'rexml/document'
Pratik Naik
2008-11-26
1
-1
/
+1
*
Extract XmlMini. Namespace FileLike extension.
Jeremy Kemper
2008-11-25
1
-0
/
+111