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
/
test
/
controller
/
action_pack_assertions_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]
Michael Koziarski
2007-09-03
1
-12
/
+12
*
Add ActionController::Routing::Helpers, a module to contain common URL helper...
Nicholas Seckar
2007-05-12
1
-1
/
+1
*
Deprecation: remove deprecated redirect methods.
Jeremy Kemper
2007-03-13
1
-1
/
+1
*
Fix tests depending too deep
David Heinemeier Hansson
2007-02-19
1
-4
/
+4
*
Allow Controllers to have multiple view_paths instead of a single template_ro...
Rick Olson
2007-02-04
1
-1
/
+1
*
Remove deprecated assertions.
Jeremy Kemper
2007-01-28
1
-130
/
+0
*
Fix assert_redirected_to bug where redirecting from a nested to to a top-leve...
Rick Olson
2006-12-25
1
-1
/
+23
*
Merge [5645] from 1.2.
Jeremy Kemper
2006-11-28
1
-4
/
+6
*
Deprecation: @request will be removed after 1.2. Use the request method instead.
Jeremy Kemper
2006-09-29
1
-68
/
+68
*
Added proper getters and setters for content type and charset [DHH] Added utf...
David Heinemeier Hansson
2006-09-17
1
-3
/
+3
*
deprecated assertions tests
Jeremy Kemper
2006-09-04
1
-33
/
+51
*
Fix assert_redirected_to issue with named routes for module controllers. [Ri...
Rick Olson
2006-08-13
1
-0
/
+22
*
Deprecate direct usage of @params. Update ActionView::Base for instance var d...
Jeremy Kemper
2006-08-07
1
-1
/
+1
*
Added support for Mime objects in render :content_type option [DHH]
David Heinemeier Hansson
2006-06-02
1
-0
/
+10
*
New routes implementation. Simpler, faster, easier to understand. The publish...
Jamis Buck
2006-06-01
1
-7
/
+9
*
Fix assert_redirected_to tests according to real-world usage.
Rick Olson
2006-04-25
1
-3
/
+15
*
Diff compared options with #assert_redirected_to [Rick]
Rick Olson
2006-04-22
1
-5
/
+33
*
Rendering xml shouldnt happen inside any layout. Added class proxying to RJS,...
David Heinemeier Hansson
2006-03-13
1
-1
/
+3
*
Major components cleanup and speedup. Closes #3527.
Jeremy Kemper
2006-02-09
1
-12
/
+13
*
Value of full_messages on stubbed out AR instances should be an Array.
Marcel Molina
2005-12-26
1
-2
/
+2
*
added assert_valid to AP
Tobias Lütke
2005-10-16
1
-1
/
+51
*
Make assert_redirected_to properly check URL's passed as strings #1910 [Scott...
Jamis Buck
2005-08-06
1
-0
/
+10
*
Improved performance of test app req/sec with ~10% refactoring the render met...
David Heinemeier Hansson
2005-07-24
1
-1
/
+1
*
Fix test broken by [1648]
Jamis Buck
2005-07-04
1
-1
/
+1
*
Fixed assert_redirected_to to handle absolute controller paths properly #1472...
David Heinemeier Hansson
2005-06-27
1
-4
/
+23
*
Fixed that Functional tests do not set request.path_parameters properly #1512...
David Heinemeier Hansson
2005-06-26
1
-1
/
+10
*
Deprecated redirect_to_path and redirect_to_url in favor of letting redirect_...
David Heinemeier Hansson
2005-05-22
1
-2
/
+2
*
Fixed assert_redirect_to to work with redirect_to_path #869 [Nicholas Seckar]
David Heinemeier Hansson
2005-05-19
1
-1
/
+16
*
Deprecated the majority of all the testing assertions and replaced them with ...
David Heinemeier Hansson
2005-04-17
1
-2
/
+1
*
Added a much improved Flash module that allows for finer-grained control on e...
David Heinemeier Hansson
2005-03-20
1
-2
/
+1
*
Fixed that assert_template_xpath_matches did not indicate when a path was not...
David Heinemeier Hansson
2005-02-18
1
-0
/
+7
*
Stringify the parameters on follow_redirect
David Heinemeier Hansson
2005-02-12
1
-1
/
+3
*
Added follow_redirect method for functional tests that'll get-request the red...
David Heinemeier Hansson
2005-02-12
1
-0
/
+19
*
Fixed documentation snafus #575, #576, #577, #585
David Heinemeier Hansson
2005-02-07
1
-1
/
+1
*
Killed the out of place alias and made sure you can use the different HTTP me...
David Heinemeier Hansson
2004-12-08
1
-0
/
+12
*
Added all the HTTP methods as alternatives to the generic "process" for funct...
David Heinemeier Hansson
2004-12-07
1
-1
/
+27
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+323