aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/vendor
Commit message (Expand)AuthorAgeFilesLines
* html-scanner uses Set and class_inheritable_accessorJeremy Kemper2009-05-301-0/+3
* Ensure WhiteListSanitizer allows dl tag [#2393 state:resolved]Jeffrey Chupp2009-05-171-1/+1
* Move bundled rack into ActionDispatchJoshua Peek2009-04-1450-4998/+0
* Ensure our bundled version of rack is at the front of the load pathJoshua Peek2009-03-151-1/+1
* Add Rack version to Rails infoJoshua Peek2009-03-141-2/+2
* Update rack to fix multipart uploads with an empty file [#1945 state:resolved]Joshua Peek2009-03-1313-42/+98
* Update bundled Rack to fix Litespeed compatibility [#2198 state:resolved]Russ Smith2009-03-117-10/+25
* update bundled version of rack before 2.3 finalJoshua Peek2009-03-1010-11/+42
* Ensure assert_select works with XML namespaced attributes [#1547 state:resolv...Pratik Naik2009-03-071-1/+1
* Update bundled rack to fix more parameter parsing issuesJoshua Peek2009-02-142-12/+25
* Reapply 0d5b3e6Joshua Peek2009-02-101-1/+1
* Update vendored rackJoshua Peek2009-02-105-9/+32
* Make sure vendored rack is at the front of the load pathJoshua Peek2009-02-101-2/+1
* Update bundled Rack for Ruby 1.9 spec changesJoshua Peek2009-02-0710-25/+29
* Temporarily bundle Rack 1.0 prerelease for testingJoshua Peek2009-02-0748-0/+4857
* Depend on rack 0.4.0 instead of vendoring itJoshua Peek2008-11-2541-4225/+0
* Ensure all HTML:: constants are available to autoload [#1462 state:resolved]Craig Davey2008-11-251-1/+8
* Autoload HTML::Document and sanitizersJeremy Kemper2008-11-231-0/+9
* Use a relative require for bundled rack libJeremy Kemper2008-11-221-1/+2
* Vendor rack 0.4.0Joshua Peek2008-11-2241-0/+4224
* Fixed the sanitize helper to avoid double escaping already properly escaped e...David Heinemeier Hansson2008-11-061-1/+1
* Fix incorrect closing CDATA delimiter. Add tests for CDATA nodes.Jeffrey Hardy2008-10-231-1/+1
* Fix that HTML::Node.parse would blow up on unclosed CDATA sections.Jeffrey Hardy2008-10-231-1/+8
* Merge with docrails.Pratik Naik2008-07-161-2/+2
* Patched HTML::Document#initialize call to Node.parse so that it includes the ...Jimmy Baker2008-06-241-1/+1
* Fixed HTML::Tokenizer (used in sanitize helper) didnt handle unclosed CDATA t...David Heinemeier Hansson2008-03-281-1/+1
* Fix HTML Sanitizer to allow trailing spaces in CSS style attributes. Closes ...Rick Olson2007-12-231-2/+2
* Removed some of the tags that does not make sense to allow per default in the...David Heinemeier Hansson2007-12-041-2/+2
* Refactor sanitizer helpers into HTML classes and make it easy to swap them ou...Rick Olson2007-11-262-0/+174
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-281-1/+1
* [html-scanner] Fix parsing of empty tags. Closes #7641. [anthony.bailey]Michael Koziarski2007-09-211-0/+3
* Back out of [7300] -- it screwed up nested XMLDavid Heinemeier Hansson2007-08-211-3/+0
* Ignore processing instructions when parsing htmlMichael Koziarski2007-08-101-0/+3
* Removed ill faded xml_node class from codebase. Use XmlSimple insteadTobias Lütke2007-04-091-97/+0
* Add much-needed html-scanner tests. Fixed CDATA parsing bug. [Rick]Rick Olson2007-02-041-3/+1
* Use a consistent load path to avoid double requires. Fix some scattered Ruby ...Jeremy Kemper2007-01-282-9/+13
* Nodoc the irrelevant (from 1.2)David Heinemeier Hansson2007-01-261-1/+2
* Fix HTML::Node to output double quotes instead of single quotes. Closes #684...Rick Olson2006-12-141-1/+1
* Fix assert_tag so that :content => "foo" does not match substrings, but only ...Jamis Buck2006-09-101-1/+1
* Added assert_select* for CSS selector-based testing (deprecates assert_tag) #...David Heinemeier Hansson2006-09-032-0/+823
* Cleanup assert_tag :children counting. Closes #2181.Jeremy Kemper2006-09-031-1/+0
* Added Hash.create_from_xml(string) which will create a hash from a XML string...David Heinemeier Hansson2006-06-161-1019/+0
* allow -'s in tag names for html scanner when scanning AR xml documentsRick Olson2006-04-221-1/+1
* Fixed docsDavid Heinemeier Hansson2006-03-281-2/+2
* Doc fixesDavid Heinemeier Hansson2006-03-051-1/+0
* Added new infrastructure support for REST webservices.Tobias Lütke2006-03-051-0/+98
* Remove insignificant classes from docsDavid Heinemeier Hansson2005-12-081-1/+1
* Allow assert_tag(:conditions) to match the empty string when a tag has no chi...Jamis Buck2005-11-212-2/+8
* Update html-scanner to handle CDATA sections better. Closes #2970. [Jamis Buck]Jamis Buck2005-11-212-0/+16
* assert_tag uses exact matches for string conditions, instead of partial match...Jamis Buck2005-11-091-1/+1