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
Sam Stephenson 06dd1f2ca3 Add render :update for inline RJS
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3441 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-01-20 22:04:07 +00:00
..
cgi_ext Remove Upload Progress. Closes #2871. 2006-01-13 04:27:53 +00:00
macros * Updated docs for in_place_editor, fixes a couple bugs and offers extended support for external controls [Justin Palmer] closes #2870 2005-11-14 20:46:32 +00:00
session Add session ID to default logging, but remove the verbose description of every step [DHH] 2005-12-22 04:04:56 +00:00
templates Correct the case of the CSS declarations. [Blair Zajac] Closes #3171 2006-01-13 21:28:51 +00:00
vendor Remove insignificant classes from docs 2005-12-08 05:43:54 +00:00
assertions.rb Value of full_messages on stubbed out AR instances should be an Array. 2005-12-26 19:40:14 +00:00
base.rb Add render :update for inline RJS 2006-01-20 22:04:07 +00:00
benchmarking.rb Add render :update for inline RJS 2006-01-20 22:04:07 +00:00
caching.rb Don't used defined? on a scoped constant since it results in a const_missing call. 2005-12-13 18:05:31 +00:00
cgi_process.rb Add support for multiple proxy servers in HTTP_X_FORWARDED_HOST. Closes #3397 2006-01-13 08:31:16 +00:00
code_generation.rb Made documentation ready for release (AP) 2005-07-06 09:32:00 +00:00
components.rb This does not need to be thread local (thanks skaes). 2005-11-10 12:59:22 +00:00
cookies.rb Fixed docs (closes #2468) 2005-10-26 13:20:46 +00:00
dependencies.rb Fixed docs (closes #2468) 2005-10-26 13:20:46 +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 Added skip_before_filter/skip_after_filter for easier control of the filter chain in inheritance hierachies [DHH] Added short-hand to assert_tag so assert_tag :tag => "span" can be written as assert_tag "span" [DHH] 2005-11-04 19:42:22 +00:00
flash.rb Don't put flash in session if sessions are disabled. 2005-11-21 18:09:28 +00:00
helpers.rb Controllers with acronyms in their names (e.g. PDFController) require the correct default helper (PDFHelper in file pdf_helper.rb). Closes #2262. Do not raise an exception when default helper is missing; log a debug message instead. It's nice to delete empty helpers. 2005-11-08 08:23:13 +00:00
layout.rb Add render :update for inline RJS 2006-01-20 22:04:07 +00:00
pagination.rb Update paginator docs. Closes #2744. 2005-11-05 02:10:29 +00:00
request.rb More robust relative url root discovery for SCGI compatibility. This solves the 'SCGI routes problem' -- you no longer need to prefix all your routes with the name of the SCGI mountpoint. References #3070. 2005-12-08 04:40:24 +00:00
rescue.rb Fixed docs (closes #2468) 2005-10-26 13:20:46 +00:00
response.rb Cure some ills discovered with the refactoring 2005-05-22 11:07:09 +00:00
routing.rb Initialize @optional in routing code to avoid warnings 2005-11-22 22:24:25 +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 Correct spelling of persistent [Stefan Kaes]. Document and eliminate warnings in clear_persistent_model_associations. 2005-11-23 00:35:37 +00:00
streaming.rb Fix open/save dialog in IE not opening files send with send_file/send_data, #2279 2005-09-25 06:53:42 +00:00
test_process.rb Add line and file information to test process' get, post, etc methods 2005-10-16 00:14:51 +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