aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/rexml.rb
Commit message (Collapse)AuthorAgeFilesLines
* No local variable in the global namespace plzDavid Heinemeier Hansson2008-09-091-3/+2
|
* Fixed that REXML fix would break on earlier versions of ruby (Frederick ↵David Heinemeier Hansson2008-09-091-1/+3
| | | | Cheung) [state:resolved #987]
* Revert "Remove the Version check as it's not always available."David Heinemeier Hansson2008-09-091-20/+22
| | | | This reverts commit 6e2851d4261fbbea00e8e74802a507a89af80e2f.
* Remove the Version check as it's not always available.Michael Koziarski2008-09-091-22/+20
|
* Merge rexml-expansion-fix gem into activesupport.Michael Koziarski2008-09-021-0/+35
Addresses the security issue documented at: * http://www.ruby-lang.org/en/news/2008/08/23/dos-vulnerability-in-rexml/