index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_controller
/
assertions.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Test::Unit::TestCase#clean_backtrace
Jeremy Kemper
2007-01-28
1
-19
/
+9
*
Remove deprecated assertions.
Jeremy Kemper
2007-01-28
1
-3
/
+1
*
Better bundling of new assertions and make integration tests work again
David Heinemeier Hansson
2006-09-05
1
-14
/
+19
*
Moved in deprecated assertions and remove duplicated requires
David Heinemeier Hansson
2006-09-03
1
-0
/
+2
*
Follow proper naming conventions
David Heinemeier Hansson
2006-09-03
1
-6
/
+6
*
Better compartmentalizing of assertions
David Heinemeier Hansson
2006-09-03
1
-261
/
+60
*
Added assert_select* for CSS selector-based testing (deprecates assert_tag) #...
David Heinemeier Hansson
2006-09-03
1
-110
/
+1
*
Fix assert_redirected_to issue with named routes for module controllers. [Ri...
Rick Olson
2006-08-13
1
-1
/
+2
*
More tweaks to make sure assert_redirected_to works with symbols
Jamis Buck
2006-08-01
1
-2
/
+8
*
Make sure assert_respond_to works with symbol parameters
Jamis Buck
2006-08-01
1
-1
/
+1
*
New routes implementation. Simpler, faster, easier to understand. The publish...
Jamis Buck
2006-06-01
1
-2
/
+3
*
Fix assert_redirected_to tests according to real-world usage.
Rick Olson
2006-04-25
1
-8
/
+18
*
Diff compared routing options. Allow #assert_recognizes to take a second arg...
Rick Olson
2006-04-23
1
-5
/
+22
*
Use ActiveSupport's String#join method
Rick Olson
2006-04-22
1
-4
/
+4
*
Diff compared options with #assert_redirected_to [Rick]
Rick Olson
2006-04-22
1
-25
/
+55
*
Fix assert_redirected_to so it works with symbols
Jamis Buck
2006-03-20
1
-2
/
+2
*
Added nicer message for assert_redirected_to (closes #4294) [court3nay, Chris...
Rick Olson
2006-03-19
1
-2
/
+3
*
Add caution and restyle components
David Heinemeier Hansson
2006-02-12
1
-1
/
+1
*
Value of full_messages on stubbed out AR instances should be an Array.
Marcel Molina
2005-12-26
1
-6
/
+4
*
cosmetic change to assert_valid
Tobias Lütke
2005-12-23
1
-1
/
+1
*
Fixed RDoc warnings [DHH]
David Heinemeier Hansson
2005-12-08
1
-1
/
+1
*
Add documentation to assert_tag indicating that it only works with well-forme...
Jamis Buck
2005-11-06
1
-0
/
+6
*
Fix assert_no_tag
David Heinemeier Hansson
2005-11-04
1
-1
/
+1
*
Added skip_before_filter/skip_after_filter for easier control of the filter c...
David Heinemeier Hansson
2005-11-04
1
-1
/
+12
*
Fixed docs (closes #2468)
David Heinemeier Hansson
2005-10-26
1
-9
/
+9
*
added assert_valid to AP
Tobias Lütke
2005-10-16
1
-0
/
+7
*
action pack asserts don't spam you with unnecissary backtraces anymore
Tobias Lütke
2005-10-15
1
-69
/
+96
*
Asserts now need html/document so it should require it
David Heinemeier Hansson
2005-09-21
1
-0
/
+1
*
Optimized tag_options to not sort keys, which is no longer necessary when ass...
David Heinemeier Hansson
2005-09-20
1
-1
/
+16
*
Make assert_redirected_to properly check URL's passed as strings #1910 [Scott...
Jamis Buck
2005-08-06
1
-3
/
+2
*
Fix last changeset to pass unittests
Nicholas Seckar
2005-07-18
1
-1
/
+3
*
Fix assert_routing with nested controllers. Closes #1582 and #1386.
Nicholas Seckar
2005-07-15
1
-6
/
+7
*
Updated html-scanner so that assert_tag(:tag => "p", :content => "foo") behav...
Jamis Buck
2005-07-04
1
-2
/
+3
*
Added documentation about Manipulating the request collections
David Heinemeier Hansson
2005-07-04
1
-0
/
+12
*
Fixed assert_template nil will be true when no template was rendered #1565 [m...
David Heinemeier Hansson
2005-07-03
1
-1
/
+1
*
Added more tests on assert_redirected_to #1581 [Rick Olson]
David Heinemeier Hansson
2005-07-02
1
-2
/
+1
*
r1475@iwill: jeremy | 2005-06-28 23:19:51 -0700
Jeremy Kemper
2005-06-29
1
-0
/
+1
*
Fixed assert_redirected_to to handle absolute controller paths properly #1472...
David Heinemeier Hansson
2005-06-27
1
-2
/
+4
*
Added testing of named routes #1506 [Nicholas Seckar]
David Heinemeier Hansson
2005-06-26
1
-0
/
+7
*
Updated assert_generates/routing to the new Routes code #1498 [Rick Olson]
David Heinemeier Hansson
2005-06-25
1
-1
/
+2
*
Fixed assert_redirect_to to work with redirect_to_path #869 [Nicholas Seckar]
David Heinemeier Hansson
2005-05-19
1
-7
/
+23
*
Added functionality to assert_tag, so you can now do tests on the siblings of...
David Heinemeier Hansson
2005-05-06
1
-0
/
+6
*
Fixed assert_redirected_to to work with :only_path => false #1204 [Alisdair M...
David Heinemeier Hansson
2005-04-30
1
-1
/
+1
*
Fixed stringification on all assigned hashes. The sacrifice is that assigns[:...
David Heinemeier Hansson
2005-04-19
1
-1
/
+5
*
Fixed documentation and prepared for release of 0.12
David Heinemeier Hansson
2005-04-18
1
-9
/
+9
*
Added assert_tag and assert_no_tag as a much improved alternative to the depr...
David Heinemeier Hansson
2005-04-17
1
-1
/
+83
*
Hide the deprecated methods from the docs
David Heinemeier Hansson
2005-04-17
1
-6
/
+2
*
Deprecated the majority of all the testing assertions and replaced them with ...
David Heinemeier Hansson
2005-04-17
1
-0
/
+125