aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/assertions/selector_assertions.rb
Commit message (Expand)AuthorAgeFilesLines
* Reorganize ActionController folder structureJoshua Peek2009-01-271-632/+0
* Merge docrailsPratik Naik2009-01-181-8/+15
* Fix assert_select_rjs not checking id for inserts [#540 state:resolved]Frederick Cheung2008-12-261-0/+1
* Implement Mime::Type.=~ to match all synonyms against arg [#1573 state:resolved]Seth Fitzsimmons2008-12-151-1/+1
* prefer autoloaded html scannerJoshua Peek2008-11-241-2/+0
* Autoload HTML::Document and sanitizersJeremy Kemper2008-11-231-2/+1
* Make assert_select_rjs code more readable, make use of unused constants and u...miloops2008-08-291-52/+26
* Improve assert_select_rjs failure messages for show, hide, toggle, and removeTim Haines2008-08-291-1/+7
* Prototype helpers should generate Element.insert instead of Insertion.new, wh...miloops2008-07-301-10/+16
* Merge with docrails.Pratik Naik2008-07-161-4/+2
* Merge docrails.Pratik Naik2008-05-251-13/+13
* Merge docrails:Pratik Naik2008-05-091-13/+13
* Ruby 1.9 compat: force assert_select text encoding to the encoding of the reg...Jeremy Kemper2008-04-281-1/+4
* Add many examples to assertion documentation. Closes #7803 [jeremymcanally]Marcel Molina2007-12-051-14/+47
* Make sure assert_select_rjs gets counted, Closes #10278 [tarmo]Michael Koziarski2007-11-291-1/+2
* Standardize on using hyphens rather than colons to separate option names from...Marcel Molina2007-11-061-5/+7
* Update tests for ActiveSupport's JSON escaping change. [rick]Rick Olson2007-10-261-0/+1
* Random hits from the style naziDavid Heinemeier Hansson2007-09-091-2/+7
* fix test cases to match new json output. Closes #8371Rick Olson2007-05-291-0/+2
* Add support for assert_select_rjs with :show and :hide. #7780 [dchelimsky]Marcel Molina2007-05-261-5/+8
* Make assert_select's failure messages clearer about what failed. #7779 [dchel...Marcel Molina2007-05-261-11/+19
* Make assert_select access content_type through accessor instead of headerDavid Heinemeier Hansson2007-02-211-1/+1
* Use a consistent load path to avoid double requires. Fix some scattered Ruby ...Jeremy Kemper2007-01-281-1/+1
* assert_select_rjs :removeJeremy Kemper2006-11-151-7/+21
* Fix typoNicholas Seckar2006-10-091-2/+2
* Fixed that assert_select selects the wrong tag by its contents (closes #6332)...David Heinemeier Hansson2006-10-091-66/+64
* assert_select_rjs decodes escaped unicode chars since the Javascript generato...Jeremy Kemper2006-09-291-17/+23
* Add chained replace/update support for assert_select_rjs [Rick Olson]Rick Olson2006-09-141-10/+25
* Moved in deprecated assertions and remove duplicated requiresDavid Heinemeier Hansson2006-09-031-3/+0
* Follow proper naming conventionsDavid Heinemeier Hansson2006-09-031-0/+555