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
2007-02-10 03:55:12 +00:00
..
assertions fix form_for example in ActionController::Resources documentation. Closes #7362 [gnarg], Added enhanced docs to routing assertions. Closes #7359 [Rob Sanheim], improve error message for Routing for named routes. Closes #7346 [Rob Sanheim] 2007-02-04 19:07:08 +00:00
cgi_ext Performance: patch cgi/session to require digest/md5 once rather than per #create_new_id. 2007-02-10 02:44:32 +00:00
macros Added deprecation language for in_place_editor and auto_complete_field that both pieces will become plugins by Rails 2.0 [DHH] 2006-09-03 23:22:24 +00:00
session ARStore needs a data reader method. Closes #4795. 2006-11-15 20:08:43 +00:00
templates test controller rescues 2006-11-13 02:03:50 +00:00
vendor Add much-needed html-scanner tests. Fixed CDATA parsing bug. [Rick] 2007-02-04 20:04:40 +00:00
assertions.rb Fix Test::Unit::TestCase#clean_backtrace 2007-01-28 07:10:35 +00:00
base.rb Fix issue with deprecation messing up #template_root= usage. Add #prepend_view_path and #append_view_path to allow modification of a copy of the 2007-02-04 22:27:45 +00:00
benchmarking.rb r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +00:00
caching.rb rollback [5833] and [5835] 2007-01-04 21:43:24 +00:00
cgi_process.rb Performance: patch cgi/session to require digest/md5 once rather than per #create_new_id. 2007-02-10 02:44:32 +00:00
components.rb Fix issue with deprecation messing up #template_root= usage. Add #prepend_view_path and #append_view_path to allow modification of a copy of the 2007-02-04 22:27:45 +00:00
cookies.rb Deprecate @response 2006-09-29 08:26:45 +00:00
deprecated_dependencies.rb Deprecated all of ActionController::Dependencies. All dependency loading is now handled from Active Support [DHH] 2006-09-03 23:08:43 +00:00
deprecated_redirects.rb Fixed docs 2006-03-28 03:19:27 +00:00
deprecated_request_methods.rb Mime types are separated by a comma, not semicolon, in the Accept header. Also switch all internal configuration of mime types away from strings and over to Mime::Type [DHH] 2006-03-12 16:03:44 +00:00
filters.rb Slight doc tweak to #prepend_filter. Closes #6493 [Jeremy Voorhis] 2007-01-05 20:46:34 +00:00
flash.rb caller is necessary for proper trace in deprecation 2006-09-05 22:08:33 +00:00
helpers.rb Fix overly greedy rescues when loading helpers. Closes #6268 2007-01-28 04:57:05 +00:00
integration.rb Use a consistent load path to avoid double requires. Fix some scattered Ruby warnings. 2007-01-28 07:16:55 +00:00
layout.rb Allow Controllers to have multiple view_paths instead of a single template_root. Closes #2754 [John Long] 2007-02-04 20:47:05 +00:00
mime_responds.rb r5515@ks: jeremy | 2006-10-08 13:24:42 -0700 2006-10-08 20:30:24 +00:00
mime_type.rb Use a consistent load path to avoid double requires. Fix some scattered Ruby warnings. 2007-01-28 07:16:55 +00:00
mime_types.rb Recognize the .txt extension as Mime::TEXT [Rick] 2007-01-12 20:54:04 +00:00
pagination.rb Docs and deprecation 2006-09-03 23:28:54 +00:00
request.rb Use a consistent load path to avoid double requires. Fix some scattered Ruby warnings. 2007-01-28 07:16:55 +00:00
rescue.rb RecordInvalid, RecordNotSaved => 422 Unprocessable Entity, StaleObjectError => 409 Conflict. References #7097. 2007-01-17 00:43:53 +00:00
resources.rb fix form_for example in ActionController::Resources documentation. Closes #7362 [gnarg], Added enhanced docs to routing assertions. Closes #7359 [Rob Sanheim], improve error message for Routing for named routes. Closes #7346 [Rob Sanheim] 2007-02-04 19:07:08 +00:00
response.rb Fix that redirects should set "Location" header, not "location", and remove dead CGI.redirect 2006-11-26 05:04:57 +00:00
routing.rb fix form_for example in ActionController::Resources documentation. Closes #7362 [gnarg], Added enhanced docs to routing assertions. Closes #7359 [Rob Sanheim], improve error message for Routing for named routes. Closes #7346 [Rob Sanheim] 2007-02-04 19:07:08 +00:00
scaffolding.rb Don't use deprecated render API. Cosmetics. 2006-09-04 05:07:26 +00:00
session_management.rb rollback [5833] and [5835] 2007-01-04 21:43:24 +00:00
status_codes.rb Nodoc the irrelevant (from 1.2) 2007-01-26 21:37:38 +00:00
streaming.rb Add a :url_based_filename => true option to ActionController::Streaming::send_file, which allows URL-based filenames. [Thomas Fuchs] 2007-02-09 11:25:37 +00:00
test_process.rb Revert [6086] and [6087] since they caused a major regression with functional tests in 1.2.2. References #7372. 2007-02-10 03:55:12 +00:00
url_rewriter.rb Fix doubly appearing parameters due to string and symbol mixups. Closes #2551. 2007-01-28 05:29:32 +00:00
verification.rb Deprecation: @request will be removed after 1.2. Use the request method instead. 2006-09-29 07:34:02 +00:00