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
*
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