aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/testing/assertions/selector.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove the leading \n added by textarea on assert_selectSantiago Pastorino2012-03-301-0/+1
* Stop referring to Atom as "ATOM"Tom Stuart2012-02-051-1/+1
* Remove assert_select_feed from assert_select_encoded documentationTom Stuart2012-02-051-2/+2
* Replaced all 'for' loops with Enumerable#eachNathan Broadbent2012-01-301-2/+2
* use assert_equal and assert_operatorAaron Patterson2012-01-061-5/+8
* fix assert_select_email to work on non-multipart emails as well as converting...Andrew Kaspick2011-08-111-2/+2
* Follow code conventions on docsSebastian Martinez2011-05-101-1/+1
* renames response_from_page_or_rjs -> response_from_page, and extracts the RJS...Xavier Noria2011-04-131-58/+5
* removes assert_select_rjsXavier Noria2011-04-131-139/+1
* Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...David Heinemeier Hansson2011-04-121-1/+1
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-111-1/+2
* Remove more warnings on AP.Emilio Tagua2010-09-281-1/+2
* Avoid more uninitialized variable warnings.Emilio Tagua2010-09-281-1/+2
* @selected may not be defined here, avoid warning.Emilio Tagua2010-09-281-1/+1
* Remove more warnings shadowing outer local variable.Emilio Tagua2010-09-271-2/+2
* Remove more warnings shadowing outer local variable.Emilio Tagua2010-09-271-2/+2
* The call-seq directive has no useful effect on our documentation and is not u...Joost Baaij2010-08-281-19/+0
* removed 'unless const_defined?' code smellJosh Kalderimis2010-06-211-23/+19
* Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-111-1/+1
* regular expressions are usually ASCII-encoded, so force_encoding the content ...wycats2010-06-071-2/+0
* fix assert_select messages to its declaration behaviourPaco Guzman2010-05-151-5/+11
* Remove CGI.escape in function of Rack::Mount.escapeJosé Valim2010-01-061-1/+1
* All AD modules are "deferrable"Joshua Peek2009-12-221-10/+12
* Add :redirect to the testable RJS statements [#2612 state:resolved]Jon Wood2009-08-091-3/+10
* Move generic assertions into ActionDispatchJoshua Peek2009-04-301-0/+632