aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/testing
Commit message (Expand)AuthorAgeFilesLines
* Changed: removed @selected and @page variables from HTMLSelector since one me...Timm2014-06-161-10/+8
* Changed: return early from compare_doms if the two doms don't have the same n...Timm2014-06-161-0/+2
* Removed duplication in assert_dom_equal and assert_dom_not_equal.Timm2014-06-161-9/+6
* Changed wording of missing selector argument exception message in css_select.Timm2014-06-161-1/+1
* Reworked root and selector conditional assignment in css_select.Timm2014-06-161-5/+2
* Removed copyright notice since we aren't relying on html-scanner anymore.Timm2014-06-161-5/+0
* Removed require for active_support/core_ext/object/inclusion since in? isn't ...Timm2014-06-161-2/+0
* Moved Dom and Selector assertions from ActionDispatch to ActionView.Timm2014-06-163-0/+548
* Add variants to Template classŁukasz Strzałkowski2014-03-141-4/+8
* Action Pack VariantsŁukasz Strzałkowski2013-12-041-1/+1
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-0/+50