| Commit message (Expand) | Author | Age | Files | Lines |
* | Move background jobs to the 'jobs' branch until fully baked. Not shipping wit... | Jeremy Kemper | 2012-12-21 | 1 | -10/+0 |
* | Define a SynchronousQueue for test in Action Pack. | Rafael Mendonça França | 2012-09-12 | 1 | -0/+10 |
* | Remove the leading \n added by textarea on assert_select | Santiago Pastorino | 2012-03-30 | 1 | -0/+7 |
* | Remove rescue_action from compatibility module and tests | Carlos Antonio da Silva | 2012-01-17 | 1 | -4/+0 |
* | fix assert_select_email to work on non-multipart emails as well as converting... | Andrew Kaspick | 2011-08-11 | 1 | -0/+19 |
* | removes support for render :update | Xavier Noria | 2011-04-13 | 1 | -63/+0 |
* | removes assert_select_rjs | Xavier Noria | 2011-04-13 | 1 | -351/+0 |
* | Exception handling more readable | Thiago Pradi | 2010-09-19 | 1 | -8/+8 |
* | removing some warnings | Aaron Patterson | 2010-09-18 | 1 | -1/+1 |
* | Remove deprecated support to <% form_for %> and several ActionController::Bas... | José Valim | 2010-08-29 | 1 | -4/+2 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 1 | -1/+1 |
* | Revert "Moved encoding work in progress to a feature branch." | wycats | 2010-05-17 | 1 | -2/+2 |
* | Moved encoding work in progress to a feature branch. | Jeremy Kemper | 2010-05-16 | 1 | -2/+2 |
* | Significantly improved internal encoding heuristics and support. | wycats | 2010-05-16 | 1 | -2/+2 |
* | Fixed 1 failure and 2 errors in ActionPack testsuite [#4613 state:commited] | rohit | 2010-05-16 | 1 | -3/+3 |
* | fix assert_select messages to its declaration behaviour | Paco Guzman | 2010-05-15 | 1 | -3/+13 |
* | Missed commit: explicit source encoding | Jeremy Kemper | 2010-04-24 | 1 | -1/+1 |
* | Action Mailer setup obviated by test bundle | Jeremy Kemper | 2010-03-02 | 1 | -12/+1 |
* | Get rid of AM warnings in AP test suite. | José Valim | 2010-01-29 | 1 | -2/+2 |
* | Add :redirect to the testable RJS statements [#2612 state:resolved] | Jon Wood | 2009-08-09 | 1 | -0/+7 |
* | Bring abstract_controller up to date with rails/master | Carl Lerche & Yehuda Katz | 2009-04-13 | 1 | -28/+33 |
|\ |
|
| * | Ruby 1.9 compat: rename deprecated assert_raises to assert_raise. | Jeremy Kemper | 2009-03-08 | 1 | -28/+28 |
| * | Ensure assert_select works with XML namespaced attributes [#1547 state:resolv... | Pratik Naik | 2009-03-07 | 1 | -0/+5 |
* | | Temporarily modifies setup to call super directly. This can support more T::U... | Yehuda Katz and Carl Lerche | 2009-04-08 | 1 | -0/+2 |
|/ |
|
* | Fix assert_select_rjs not checking id for inserts [#540 state:resolved] | Frederick Cheung | 2008-12-26 | 1 | -0/+8 |
* | Don't hide deeper LoadErrors | Jeremy Kemper | 2008-11-23 | 1 | -2/+3 |
* | Move controller assertions from base TestCase to AC:: and AV::TestCase | Jeremy Kemper | 2008-11-07 | 1 | -66/+65 |
* | Make assert_select_rjs code more readable, make use of unused constants and u... | miloops | 2008-08-29 | 1 | -0/+5 |
* | Improve assert_select_rjs failure messages for show, hide, toggle, and remove | Tim Haines | 2008-08-29 | 1 | -0/+44 |
* | Tidy up ActionMailer rendering logic to take advantage of view path cache ins... | Joshua Peek | 2008-08-06 | 1 | -25/+8 |
* | Ruby 1.9 compat: force assert_select text encoding to the encoding of the reg... | Jeremy Kemper | 2008-04-28 | 1 | -4/+11 |
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 1 | -2/+2 |
* | Add support for assert_select_rjs with :show and :hide. #7780 [dchelimsky] | Marcel Molina | 2007-05-26 | 1 | -2/+64 |
* | Make assert_select's failure messages clearer about what failed. #7779 [dchel... | Marcel Molina | 2007-05-26 | 1 | -10/+33 |
* | Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [... | David Heinemeier Hansson | 2007-02-04 | 1 | -1/+1 |
* | Use a consistent load path to avoid double requires. Fix some scattered Ruby ... | Jeremy Kemper | 2007-01-28 | 1 | -2/+2 |
* | assert_select_rjs :remove | Jeremy Kemper | 2006-11-15 | 1 | -0/+21 |
* | one render per test | Jeremy Kemper | 2006-10-09 | 1 | -16/+36 |
* | Fixed that assert_select selects the wrong tag by its contents (closes #6332)... | David Heinemeier Hansson | 2006-10-09 | 1 | -0/+17 |
* | assert_select_rjs decodes escaped unicode chars since the Javascript generato... | Jeremy Kemper | 2006-09-29 | 1 | -0/+12 |
* | Add chained replace/update support for assert_select_rjs [Rick Olson] | Rick Olson | 2006-09-14 | 1 | -0/+27 |
* | action | Jeremy Kemper | 2006-09-03 | 1 | -2/+2 |
* | Require action mailer more gracefully | David Heinemeier Hansson | 2006-09-03 | 1 | -1/+10 |
* | Better compartmentalizing of assertions | David Heinemeier Hansson | 2006-09-03 | 1 | -0/+1 |
* | Added assert_select* for CSS selector-based testing (deprecates assert_tag) #... | David Heinemeier Hansson | 2006-09-03 | 1 | -0/+490 |