rails--rails/actionpack/lib/action_controller
David Heinemeier Hansson 620726f844 Add "#:nodoc:" for ActionController::Routing::PathComponent::Result #2209 [l.francke@gmx.de]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2254 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-09-17 06:37:50 +00:00
..
cgi_ext Speed up cookie use by decreasing string copying #2194 [skae] 2005-09-15 05:30:56 +00:00
macros Added in-place editing support in the spirit of auto complete with ActionController::Base.in_place_edit_for, JavascriptHelper#in_place_editor_field, and Javascript support from script.aculo.us #2038 [Jon Tirsen] Moved auto-completion and in-place editing into the Macros module and their helper counterparts into JavaScriptMacrosHelper 2005-09-11 07:52:53 +00:00
session Use session_id instead of deprecated sessid 2005-09-12 17:35:17 +00:00
templates Fixed dynamic scaffolding [Stefan Kaes] 2005-07-27 11:44:18 +00:00
vendor Updated vendor copy of html-scanner to support better xml parsing 2005-09-05 09:44:22 +00:00
assertions.rb Make assert_redirected_to properly check URL's passed as strings #1910 [Scott Barron] 2005-08-06 08:37:25 +00:00
base.rb Moved session options to SessionManagement 2005-09-13 07:48:12 +00:00
benchmarking.rb Fix fragment benchmark calls and limit timings to 5 decimals 2005-09-06 17:33:11 +00:00
caching.rb Added easy assignment of fragment cache store through use of symbols for included stores (old way still works too) 2005-09-13 08:31:32 +00:00
cgi_process.rb Fixed access to "Host" header with requests made by crappy old HTTP/1.0 clients #2124 [Marcel Molina] 2005-09-14 18:35:31 +00:00
code_generation.rb Made documentation ready for release (AP) 2005-07-06 09:32:00 +00:00
components.rb Params for components should treat string and symbol keys indifferently 2005-03-11 01:55:18 +00:00
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 r3023@asus: jeremy | 2005-07-12 23:43:39 -0700 2005-07-13 02:12:00 +00:00
deprecated_assertions.rb Hide the deprecated methods from the docs 2005-04-17 11:47:54 +00:00
deprecated_redirects.rb Improved performance of test app req/sec with ~10% refactoring the render method #1823 [Stefan Kaes] 2005-07-24 16:45:39 +00:00
filters.rb Fixed #1774 again 2005-07-27 08:02:26 +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 Use send instead of module_eval #1873 [shugo] 2005-09-11 09:14:22 +00:00
layout.rb Make sure :layout => false is always used when rendering inside a layout 2005-08-05 20:51:03 +00:00
pagination.rb Add option to specify the singular name used by pagination. Closes #1960 2005-08-31 00:13:10 +00:00
request.rb Cache relative_url_root for all webservers, not just Apache #2193 [skae] 2005-09-15 05:32:16 +00:00
rescue.rb Really fix the syntax error issue 2005-07-28 17:41:19 +00:00
response.rb Cure some ills discovered with the refactoring 2005-05-22 11:07:09 +00:00
routing.rb Add "#:nodoc:" for ActionController::Routing::PathComponent::Result #2209 [l.francke@gmx.de] 2005-09-17 06:37:50 +00:00
scaffolding.rb Refactored away all the legacy validate_options calls and replaced them with Hash#assert_valid_keys 2005-09-09 08:32:47 +00:00
session_management.rb Added easy assignment of fragment cache store through use of symbols for included stores (old way still works too) 2005-09-13 08:31:32 +00:00
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 Use raise instead of assert_not_nil in Test::Unit::TestCase#process to ensure that the test variables (controller, request, response) have been set 2005-08-01 21:28:17 +00:00
upload_progress.rb Made Upload Progress work with Prototype 1.4.0 and add some documentation for it #1847, #1876 [Thomas Fuchs/Sean Treadway] 2005-08-27 06:30:33 +00:00
url_rewriter.rb Symbolize the keys of overwritten parameters. Really closes #1909. 2005-09-07 08:59:33 +00:00
verification.rb Made documentation ready for release (AP) 2005-07-06 09:32:00 +00:00