aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/assert_select_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove the leading \n added by textarea on assert_selectSantiago Pastorino2012-03-301-0/+7
* fix assert_select_email to work on non-multipart emails as well as converting...Andrew Kaspick2011-08-111-0/+19
* removes support for render :updateXavier Noria2011-04-131-63/+0
* removes assert_select_rjsXavier Noria2011-04-131-351/+0
* Exception handling more readableThiago Pradi2010-09-191-8/+8
* removing some warningsAaron Patterson2010-09-181-1/+1
* Remove deprecated support to <% form_for %> and several ActionController::Bas...José Valim2010-08-291-4/+2
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Revert "Moved encoding work in progress to a feature branch."wycats2010-05-171-2/+2
* Moved encoding work in progress to a feature branch.Jeremy Kemper2010-05-161-2/+2
* Significantly improved internal encoding heuristics and support.wycats2010-05-161-2/+2
* Fixed 1 failure and 2 errors in ActionPack testsuite [#4613 state:commited]rohit2010-05-161-3/+3
* fix assert_select messages to its declaration behaviourPaco Guzman2010-05-151-3/+13
* Missed commit: explicit source encodingJeremy Kemper2010-04-241-1/+1
* Action Mailer setup obviated by test bundleJeremy Kemper2010-03-021-12/+1
* Get rid of AM warnings in AP test suite.José Valim2010-01-291-2/+2
* Add :redirect to the testable RJS statements [#2612 state:resolved]Jon Wood2009-08-091-0/+7
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-28/+33
|\
| * Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-28/+28
| * Ensure assert_select works with XML namespaced attributes [#1547 state:resolv...Pratik Naik2009-03-071-0/+5
* | Temporarily modifies setup to call super directly. This can support more T::U...Yehuda Katz and Carl Lerche2009-04-081-0/+2
|/
* Fix assert_select_rjs not checking id for inserts [#540 state:resolved]Frederick Cheung2008-12-261-0/+8
* Don't hide deeper LoadErrorsJeremy Kemper2008-11-231-2/+3
* Move controller assertions from base TestCase to AC:: and AV::TestCaseJeremy Kemper2008-11-071-66/+65
* Make assert_select_rjs code more readable, make use of unused constants and u...miloops2008-08-291-0/+5
* Improve assert_select_rjs failure messages for show, hide, toggle, and removeTim Haines2008-08-291-0/+44
* Tidy up ActionMailer rendering logic to take advantage of view path cache ins...Joshua Peek2008-08-061-25/+8
* Ruby 1.9 compat: force assert_select text encoding to the encoding of the reg...Jeremy Kemper2008-04-281-4/+11
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-2/+2
* Add support for assert_select_rjs with :show and :hide. #7780 [dchelimsky]Marcel Molina2007-05-261-2/+64
* Make assert_select's failure messages clearer about what failed. #7779 [dchel...Marcel Molina2007-05-261-10/+33
* Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [...David Heinemeier Hansson2007-02-041-1/+1
* Use a consistent load path to avoid double requires. Fix some scattered Ruby ...Jeremy Kemper2007-01-281-2/+2
* assert_select_rjs :removeJeremy Kemper2006-11-151-0/+21
* one render per testJeremy Kemper2006-10-091-16/+36
* Fixed that assert_select selects the wrong tag by its contents (closes #6332)...David Heinemeier Hansson2006-10-091-0/+17
* assert_select_rjs decodes escaped unicode chars since the Javascript generato...Jeremy Kemper2006-09-291-0/+12
* Add chained replace/update support for assert_select_rjs [Rick Olson]Rick Olson2006-09-141-0/+27
* actionJeremy Kemper2006-09-031-2/+2
* Require action mailer more gracefullyDavid Heinemeier Hansson2006-09-031-1/+10
* Better compartmentalizing of assertionsDavid Heinemeier Hansson2006-09-031-0/+1
* Added assert_select* for CSS selector-based testing (deprecates assert_tag) #...David Heinemeier Hansson2006-09-031-0/+490