aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/rexml.rb
Commit message (Collapse)AuthorAgeFilesLines
* documents that the REXML security fix is still needed to support all 1.8.7 ↵Xavier Noria2009-11-191-1/+4
| | | | patchlevels
* require reporting before attempting to "shush"Joshua Peek2009-09-131-0/+2
|
* Shush, rexmlJeremy Kemper2009-09-131-2/+2
|
* Hide XmlMini backend details from rdocJeremy Kemper2009-03-211-3/+3
|
* * Introduce ActiveSupport.core_ext Integer, %w(conversions time etc)Jeremy Kemper2009-03-211-1/+1
| | | | | | * Convert some extension modules to simply reopening the class * Remove deprecated Float time extensions * Fold Base64 extension into ActiveSupport::Base64 since stdlib Base64 is gone
* Require as little of REXML as possible to apply the entity_expansion_limit fixJeremy Kemper2008-11-261-24/+29
|
* Prefer a feature check to a version checkJeremy Kemper2008-11-121-1/+1
|
* 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/