projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Correct translation name.
[rails.git]
/
config
/
initializers
/
libxml.rb
1
# This is required otherwise libxml writes out memory errors to
2
# the standard output and exits uncleanly
3
LibXML::XML::Error.set_handler do |message|
4
raise message
5
end