|
|
|
@9059
|
[9059]
|
03/18/08 23:37:55 |
bitsweat |
assert_response, don't cry if @exception isn't available in the template |
|
|
|
@8748
|
[8748]
|
01/30/08 01:25:44 |
nzkoz |
Make assert_routing aware of the HTTP method used. Closes #8039 [mpalmer] |
|
|
|
@8559
|
[8559]
|
01/05/08 02:19:48 |
bitsweat |
assert_response failures include the exception message. Closes #10688. |
|
|
|
@8300
|
[8300]
|
12/05/07 18:17:23 |
marcel |
Add many examples to assertion documentation. Closes #7803 … |
|
|
|
@8284
|
[8284]
|
12/05/07 14:40:42 |
marcel |
Add examples in the documentation for various assertions. Closes #9938 … |
|
|
|
@8237
|
[8237]
|
11/29/07 02:49:11 |
nzkoz |
Make sure assert_select_rjs gets counted, Closes #10278 [tarmo] |
|
|
|
@8106
|
[8106]
|
11/06/07 23:33:40 |
marcel |
Standardize on using hyphens rather than colons to separate option names … |
|
|
|
@8095
|
[8095]
|
11/06/07 18:57:33 |
marcel |
Fix broken tag in assert_tag documentation. Closes #9037 [mfazekas] |
|
|
|
@8034
|
[8034]
|
10/26/07 05:32:30 |
rick |
Update tests for ActiveSupport's JSON escaping change. [rick] |
|
|
|
@7934
|
[7934]
|
10/16/07 05:07:23 |
bitsweat |
Improve the error message for assert_redirected_to. Closes #7337 [mikong, … |
|
|
|
@7776
|
[7776]
|
10/07/07 19:12:02 |
bitsweat |
Fix url_for, redirect_to, etc. with :controller => :symbol instead of … |
|
|
|
@7580
|
[7580]
|
09/22/07 23:10:41 |
david |
Roll back #7578, tests failed |
|
|
|
@7578
|
[7578]
|
09/22/07 22:22:20 |
david |
Improve the error message for assert_redirected_to (closes #7337) … |
|
|
|
@7437
|
[7437]
|
09/09/07 23:03:32 |
david |
Random hits from the style nazi |
|
|
|
@6894
|
[6894]
|
05/29/07 09:42:13 |
rick |
fix test cases to match new json output. Closes #8371 |
|
|
|
@6861
|
[6861]
|
05/26/07 17:29:23 |
marcel |
Add support for assert_select_rjs with :show and :hide. #7780 [dchelimsky] |
|
|
|
@6860
|
[6860]
|
05/26/07 17:25:19 |
marcel |
Make assert_select's failure messages clearer about what failed. #7779 … |
|
|
|
@6470
|
[6470]
|
03/27/07 14:04:06 |
rick |
documentation project patches, closes #7342, #7319, #7316, #7190 … |
|
|
|
@6181
|
[6181]
|
02/21/07 00:40:58 |
david |
Make assert_select access content_type through accessor instead of header |
|
|
|
@6113
|
[6113]
|
02/04/07 19:07:08 |
rick |
fix form_for example in ActionController::Resources documentation. Closes … |
|
|
|
@6057
|
[6057]
|
01/28/07 07:16:55 |
bitsweat |
Use a consistent load path to avoid double requires. Fix some scattered … |
|
|
|
@6055
|
[6055]
|
01/28/07 07:00:43 |
bitsweat |
Remove deprecated assertions. |
|
|
|
@6044
|
[6044]
|
01/26/07 21:37:38 |
david |
Nodoc the irrelevant (from 1.2) |
|
|
|
@5785
|
[5785]
|
12/25/06 09:34:01 |
rick |
Fix assert_redirected_to bug where redirecting from a nested to to a … |
|
|
|
@5525
|
[5525]
|
11/15/06 12:45:52 |
bitsweat |
assert_select_rjs :remove |
|
|
|
@5466
|
[5466]
|
11/07/06 21:45:10 |
bitsweat |
assert_response supports symbolic status codes. Closes #6569. |
|
|
|
@5358
|
[5358]
|
10/24/06 17:14:50 |
minam |
Use new deprecate syntax so that alternatives are given with the warning |
|
|
|
@5309
|
[5309]
|
10/16/06 14:32:11 |
minam |
Fix broken assert_generates when extra keys are being checked. |
|
|
|
@5278
|
[5278]
|
10/09/06 22:54:53 |
ulysses |
Fix typo |
|
|
|
@5240
|
[5240]
|
10/09/06 00:20:31 |
david |
Fixed that assert_select selects the wrong tag by its contents (closes … |
|
|
|
@5202
|
[5202]
|
09/29/06 07:39:31 |
bitsweat |
assert_select_rjs decodes escaped unicode chars since the Javascript … |
|
|
|
@5110
|
[5110]
|
09/14/06 17:50:46 |
rick |
Add chained replace/update support for assert_select_rjs [Rick Olson] |
|
|
|
@4962
|
[4962]
|
09/04/06 03:07:17 |
bitsweat |
Active Record integration deprecation tests |
|
|
|
@4938
|
[4938]
|
09/03/06 20:36:51 |
david |
Deprecate deprecated assertions |
|
|
|
@4935
|
[4935]
|
09/03/06 20:27:48 |
david |
Moved in deprecated assertions and remove duplicated requires |
|
|
|
@4934
|
[4934]
|
09/03/06 20:22:47 |
david |
Follow proper naming conventions |
|
|
|
@4931
|
[4931]
|
09/03/06 20:18:06 |
david |
Better compartmentalizing of assertions |