aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/testing/assertions/selector.rb
Commit message (Expand)AuthorAgeFilesLines
* 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