1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_controller
Nicholas Seckar e3af27c51b Improved testing of functional test setup.
Fixed functional test setup so that :controller and :action
are stored into path_parameters using string keys.

Added with_routing test helper which can be used to dynamically
replace the current set of routes inside a unit test.



git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1763 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-07-07 19:23:35 +00:00
..
cgi_ext Fixed that hashes was not working properly when passed by GET to lighttpd #849 [Nicholas Seckar] 2005-07-04 19:21:48 +00:00
session r2866@asus: jeremy | 2005-07-05 13:23:10 -0700 2005-07-05 15:04:44 +00:00
templates Added a DOCTYPE of HTML transitional to the HTML files generated by Rails #1124 [Michael Koziarski] 2005-07-02 11:21:25 +00:00
vendor Made documentation ready for release (AP) 2005-07-06 09:32:00 +00:00
assertions.rb Updated html-scanner so that assert_tag(:tag => "p", :content => "foo") behaves as expected 2005-07-04 15:05:40 +00:00
auto_complete.rb Partly tuned docs for release (AP) 2005-07-06 08:27:11 +00:00
base.rb Partly tuned docs for release (AP) 2005-07-06 08:27:11 +00:00
benchmarking.rb Move URI to the end for greater overview 2005-07-05 18:14:19 +00:00
caching.rb Made documentation ready for release (AP) 2005-07-06 09:32:00 +00:00
cgi_process.rb Fixed that a SessionRestoreError was thrown if a model object was placed in the session that wasn't available to all controllers. This means that it's no longer necessary to use the 'model :post' work-around in ApplicationController to have a Post model in your session. 2005-07-06 18:43:32 +00:00
code_generation.rb Made documentation ready for release (AP) 2005-07-06 09:32:00 +00:00
components.rb
cookies.rb Deprecated all render_* methods in favor of consolidating all rendering behavior in Base#render(options). This enables more natural use of combining options, such as layouts 2005-05-22 08:58:43 +00:00
dependencies.rb
deprecated_assertions.rb Hide the deprecated methods from the docs 2005-04-17 11:47:54 +00:00
deprecated_renders_and_redirects.rb Partly tuned docs for release (AP) 2005-07-06 08:27:11 +00:00
filters.rb Faster action_exempted? #1231 [skaen] 2005-05-19 18:54:16 +00:00
flash.rb Deprecated the majority of all the testing assertions and replaced them with a much smaller core and access to all the collections the old assertions relied on. That way the regular test/unit assertions can be used against these. Added documentation about how to use it all. 2005-04-17 11:38:01 +00:00
helpers.rb r1318@iwill: jeremy | 2005-06-15 01:08:22 -0700 2005-06-15 17:17:58 +00:00
layout.rb Made documentation ready for release (AP) 2005-07-06 09:32:00 +00:00
pagination.rb
request.rb Improved performance of Routes generation by a factor of 5 #1434 [Nicholas Seckar] Added named routes (NEEDS BETTER DESCRIPTION) #1434 [Nicholas Seckar] 2005-06-24 16:40:01 +00:00
rescue.rb Added DoubleRenderError exception that'll be raised if render* is called twice #518 [Nicholas Seckar]. Fixed exceptions occuring after render has been called #1096 [Nicholas Seckar] 2005-05-21 18:51:08 +00:00
response.rb Cure some ills discovered with the refactoring 2005-05-22 11:07:09 +00:00
routing.rb Fixed that named routes didn't use the default values for action and possible other parameters #1534 [Nicholas Seckar] 2005-07-07 14:16:05 +00:00
scaffolding.rb Fixed a bug with alternate layout #1468 [sam] 2005-07-02 18:49:17 +00:00
session.rb
streaming.rb Fixed documentation snafu with send_file -- the option is :stream, not :streaming #1621 [evl] 2005-07-06 05:23:42 +00:00
test_process.rb Improved testing of functional test setup. 2005-07-07 19:23:35 +00:00
upload_progress.rb Made documentation ready for release (AP) 2005-07-06 09:32:00 +00:00
url_rewriter.rb r1475@iwill: jeremy | 2005-06-28 23:19:51 -0700 2005-06-29 02:41:00 +00:00
verification.rb Made documentation ready for release (AP) 2005-07-06 09:32:00 +00:00