Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | miloops | 2008-08-29 | 1 | -0/+5 |
| | | | | | | | | use more simple Regexps. [#540 state:resolved] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Improve assert_select_rjs failure messages for show, hide, toggle, and remove | Tim Haines | 2008-08-29 | 1 | -0/+44 |
| | | | | | Signed-off-by: Michael Koziarski <michael@koziarski.com> [#931 state:committed] | ||||
* | Tidy up ActionMailer rendering logic to take advantage of view path cache ↵ | Joshua Peek | 2008-08-06 | 1 | -25/+8 |
| | | | | instead of using file system lookups | ||||
* | Ruby 1.9 compat: force assert_select text encoding to the encoding of the ↵ | Jeremy Kemper | 2008-04-28 | 1 | -4/+11 |
| | | | | regexp it's matching against. | ||||
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 1 | -2/+2 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8564 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Add support for assert_select_rjs with :show and :hide. #7780 [dchelimsky] | Marcel Molina | 2007-05-26 | 1 | -2/+64 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6861 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Make assert_select's failure messages clearer about what failed. #7779 ↵ | Marcel Molina | 2007-05-26 | 1 | -10/+33 |
| | | | | | | [dchelimsky] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6860 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ ↵ | David Heinemeier Hansson | 2007-02-04 | 1 | -1/+1 |
| | | | | | | [Chad Fowler] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6119 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Use a consistent load path to avoid double requires. Fix some scattered Ruby ↵ | Jeremy Kemper | 2007-01-28 | 1 | -2/+2 |
| | | | | | | warnings. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6057 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | assert_select_rjs :remove | Jeremy Kemper | 2006-11-15 | 1 | -0/+21 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5525 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | one render per test | Jeremy Kemper | 2006-10-09 | 1 | -16/+36 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5251 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Fixed that assert_select selects the wrong tag by its contents (closes ↵ | David Heinemeier Hansson | 2006-10-09 | 1 | -0/+17 |
| | | | | | | #6332) [jgarber] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5240 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | assert_select_rjs decodes escaped unicode chars since the Javascript ↵ | Jeremy Kemper | 2006-09-29 | 1 | -0/+12 |
| | | | | | | generators encode them. Closes #6240. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5202 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Add chained replace/update support for assert_select_rjs [Rick Olson] | Rick Olson | 2006-09-14 | 1 | -0/+27 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5110 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | action | Jeremy Kemper | 2006-09-03 | 1 | -2/+2 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4949 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Require action mailer more gracefully | David Heinemeier Hansson | 2006-09-03 | 1 | -1/+10 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4944 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Better compartmentalizing of assertions | David Heinemeier Hansson | 2006-09-03 | 1 | -0/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4931 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Added assert_select* for CSS selector-based testing (deprecates assert_tag) ↵ | David Heinemeier Hansson | 2006-09-03 | 1 | -0/+490 |
#5936 [assaf.arkin@gmail.com] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4929 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |