rails--rails/actionpack/lib/action_controller
David Heinemeier Hansson bab674c681 File upload progress seems to have problems on a variety of servers, marking as experimental for now and not including it in the docs
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1570 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-06-30 08:16:57 +00:00
..
cgi_ext Added support for upload progress indicators in Apache and lighttpd 1.4.x (won't work in WEBrick or lighttpd 1.3.x) #1475 [Sean Treadway] 2005-06-28 17:44:16 +00:00
session Changed ActiveRecordStore to use Marshal instead of YAML as the latter proved troublesome in persisting circular dependencies. Updating existing applications MUST clear their existing session table from data to start using this updated store #739 [Jamis Buck] 2005-03-06 23:34:03 +00:00
templates r2495@sedna: jeremy | 2005-05-27 22:07:18 -0700 2005-06-12 05:33:23 +00:00
vendor Resync with html-scanner (fix parser bug) 2005-06-14 13:56:46 +00:00
assertions.rb r1475@iwill: jeremy | 2005-06-28 23:19:51 -0700 2005-06-29 02:41:00 +00:00
auto_complete.rb Give auto_complete_for parameters, fix browser-autocompletion #1550 2005-06-29 17:08:14 +00:00
base.rb Added support for upload progress indicators in Apache and lighttpd 1.4.x (won't work in WEBrick or lighttpd 1.3.x) #1475 [Sean Treadway] 2005-06-28 17:42:51 +00:00
benchmarking.rb Make sure the benchmarking render method always returns the result of the render, regardless of whether logging is enabled or not. 2005-05-30 09:00:46 +00:00
caching.rb Reverted changeset #1326 coming off ticket #1230 since it caused stale caches to be shared.. nasty 2005-06-15 09:16:23 +00:00
cgi_process.rb Attempt to explicitly flush the output at the end of CgiProcess#out 2005-06-27 09:35:09 +00:00
code_generation.rb r1475@iwill: jeremy | 2005-06-28 23:19:51 -0700 2005-06-29 02:41: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 Fixed that MissingSourceFile's wasn't properly detected in production mode #925 [Nicholas Seckar] 2005-03-25 09:07:01 +00:00
deprecated_assertions.rb Hide the deprecated methods from the docs 2005-04-17 11:47:54 +00:00
deprecated_renders_and_redirects.rb Cure some ills discovered with the refactoring 2005-05-22 11:07:09 +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 render(:template) applies a layout by default. render("foo/bar") works with a layout again. 2005-06-15 13:20:17 +00:00
pagination.rb Fixed pagination to work with joins #1034 [scott@sigkill.org] 2005-04-13 05:40:22 +00:00
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 A bit more routes refactoring and test 2005-06-29 10:40:26 +00:00
scaffolding.rb Fixed double-singularization on scaffolded pagination call (Address would be turned into Addres) #1216, #1404 [nilsga] 2005-06-15 04:17:45 +00:00
session.rb Forgot to include the new session module 2004-12-22 14:30:29 +00:00
streaming.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
test_process.rb A bit more routes refactoring and test 2005-06-29 10:40:26 +00:00
upload_progress.rb File upload progress seems to have problems on a variety of servers, marking as experimental for now and not including it in the docs 2005-06-30 08:16:57 +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 Added :xhr => true/false option to verify so you can ensure that a request is coming from an Ajax call or not #1464 [Thomas Fuchs] 2005-06-21 07:02:30 +00:00