Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/actionpack/lib/action_controller/assertions.rb


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8301 [8301] 12/05/07 18:54:41 david Fix typos (closes #10378)
(edit) @7719 [7719] 10/02/07 05:32:14 bitsweat Ruby 1.9 compat, consistent load paths
(edit) @7602 [7602] 09/23/07 22:12:45 david Dont need all of test/unit (closes #6673) [zenspider/josh]
(edit) @7438 [7438] 09/09/07 23:12:57 david Random hits from the style nazi
(edit) @7383 [7383] 08/31/07 19:07:42 bitsweat Documentation tweaks and fixes. Closes #9454 [sur, kampers]
(edit) @6056 [6056] 01/28/07 07:10:35 bitsweat Fix Test::Unit::TestCase#clean_backtrace
(edit) @6055 [6055] 01/28/07 07:00:43 bitsweat Remove deprecated assertions.
(edit) @5020 [5020] 09/05/06 21:28:22 david Better bundling of new assertions and make integration tests work again
(edit) @4935 [4935] 09/03/06 20:27:48 david Moved in deprecated assertions and remove duplicated requires
(edit) @4934 [4934] 09/03/06 20:22:47 david Follow proper naming conventions
(edit) @4931 [4931] 09/03/06 20:18:06 david Better compartmentalizing of assertions
(edit) @4929 [4929] 09/03/06 19:54:21 david Added assert_select* for CSS selector-based testing (deprecates …
(edit) @4757 [4757] 08/13/06 18:31:58 rick Fix assert_redirected_to issue with named routes for module controllers. …
(edit) @4649 [4649] 08/01/06 21:34:58 minam More tweaks to make sure assert_redirected_to works with symbols
(edit) @4648 [4648] 08/01/06 20:56:26 minam Make sure assert_respond_to works with symbol parameters
(edit) @4394 [4394] 06/01/06 15:42:08 minam New routes implementation. Simpler, faster, easier to understand. The …
(edit) @4261 [4261] 04/25/06 03:54:46 rick Fix assert_redirected_to tests according to real-world usage.
(edit) @4255 [4255] 04/23/06 18:16:51 rick Diff compared routing options. Allow #assert_recognizes to take a second …
(edit) @4250 [4250] 04/22/06 15:17:56 rick Use ActiveSupport's String#join method
(edit) @4248 [4248] 04/22/06 15:08:25 rick Diff compared options with #assert_redirected_to [Rick]
(edit) @4004 [4004] 03/20/06 18:16:48 minam Fix assert_redirected_to so it works with symbols
(edit) @3969 [3969] 03/19/06 03:50:14 rick Added nicer message for assert_redirected_to (closes #4294) [court3nay, …
(edit) @3577 [3577] 02/12/06 01:06:45 david Add caution and restyle components
(edit) @3352 [3352] 12/26/05 19:40:14 marcel Value of full_messages on stubbed out AR instances should be an Array.
(edit) @3341 [3341] 12/23/05 19:47:10 xal cosmetic change to assert_valid
(edit) @3228 [3228] 12/08/05 03:23:31 david Fixed RDoc warnings [DHH]
(edit) @2894 [2894] 11/06/05 13:59:07 minam Add documentation to assert_tag indicating that it only works with …
(edit) @2876 [2876] 11/04/05 21:37:34 david Fix assert_no_tag
(edit) @2873 [2873] 11/04/05 19:42:22 david Added skip_before_filter/skip_after_filter for easier control of the …
(edit) @2749 [2749] 10/26/05 13:20:46 david Fixed docs (closes #2468)
(edit) @2635 [2635] 10/16/05 02:20:53 xal added assert_valid to AP
(edit) @2611 [2611] 10/15/05 13:58:22 xal action pack asserts don't spam you with unnecissary backtraces anymore
(edit) @2284 [2284] 09/21/05 09:04:05 david Asserts now need html/document so it should require it
(edit) @2271 [2271] 09/20/05 07:54:55 david Optimized tag_options to not sort keys, which is no longer necessary when …
(edit) @1971 [1971] 08/06/05 08:37:25 minam Make assert_redirected_to properly check URL's passed as strings #1910
(edit) @1858 [1858] 07/18/05 03:25:53 ulysses Fix last changeset to pass unittests
(edit) @1837 [1837] 07/15/05 15:00:39 ulysses Fix assert_routing with nested controllers. Closes #1582 and #1386.
(edit) @1661 [1661] 07/04/05 15:05:40 minam Updated html-scanner so that assert_tag(:tag => "p", :content => "foo") …
(edit) @1659 [1659] 07/04/05 09:47:52 david Added documentation about Manipulating the request collections
(edit) @1648 [1648] 07/03/05 12:48:24 david Fixed assert_template nil will be true when no template was rendered #1565
(edit) @1609 [1609] 07/02/05 18:16:38 david Added more tests on assert_redirected_to #1581 [Rick Olson]
(edit) @1557 [1557] 06/29/05 02:41:00 bitsweat r1475@iwill: jeremy | 2005-06-28 23:19:51 -0700 Ticket 1543 - Fix …
(edit) @1533 [1533] 06/27/05 05:36:03 david Fixed assert_redirected_to to handle absolute controller paths properly …
(edit) @1517 [1517] 06/26/05 05:23:41 david Added testing of named routes #1506 [Nicholas Seckar]
(edit) @1505 [1505] 06/25/05 10:58:44 david Updated assert_generates/routing to the new Routes code #1498 [Rick Olson]
(edit) @1332 [1332] 05/19/05 19:19:58 david Fixed assert_redirect_to to work with redirect_to_path #869 [Nicholas …
(edit) @1291 [1291] 05/06/05 16:42:01 david Added functionality to assert_tag, so you can now do tests on the siblings …
(edit) @1251 [1251] 04/30/05 08:34:02 david Fixed assert_redirected_to to work with :only_path => false #1204
(edit) @1223 [1223] 04/19/05 10:26:03 david Fixed stringification on all assigned hashes. The sacrifice is that …
(edit) @1216 [1216] 04/18/05 20:10:11 david Fixed documentation and prepared for release of 0.12
(edit) @1195 [1195] 04/17/05 16:43:48 david Added assert_tag and assert_no_tag as a much improved alternative to the …
(edit) @1190 [1190] 04/17/05 11:47:54 david Hide the deprecated methods from the docs
(copy) @1189 [1189] 04/17/05 11:38:01 david Deprecated the majority of all the testing assertions and replaced them …
copied from trunk/actionpack/lib/action_controller/assertions/action_pack_assertions.rb:
(edit) @1065 [1065] 04/02/05 08:54:25 david Added assert_no_cookie and fixed assert_cookie_equal to deal with …
Note: See TracRevisionLog for help on using the revision log.