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
2006-02-20 23:49:43 +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 Major components cleanup and speedup. Closes #3527. 2006-02-09 20:05:11 +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 Add caution and restyle components 2006-02-12 01:06:45 +00:00
base.rb Ensure backwards compatibility with symbolized action names for render_action (closes #3869) [anna@wota.jp] 2006-02-19 00:46:34 +00:00
benchmarking.rb Stopped the massive bleeding of concerns into ActionController::Base. Base no longer knows about flash, filters, or components. This may well have introduced some instability, please do test with apps, especially the ones using components. [DHH] 2006-02-12 05:51:02 +00:00
caching.rb Stopped the massive bleeding of concerns into ActionController::Base. Base no longer knows about flash, filters, or components. This may well have introduced some instability, please do test with apps, especially the ones using components. [DHH] 2006-02-12 05:51:02 +00:00
cgi_process.rb Major components cleanup and speedup. Closes #3527. 2006-02-09 20:05:11 +00:00
code_generation.rb
components.rb Flash shouldnt depend on components either [DHH] 2006-02-12 06:11:17 +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
deprecated_redirects.rb
filters.rb The session should be saved even if the filter chain is stopped 2006-02-12 16:35:15 +00:00
flash.rb Fixed that flash wasnt being cleared after components refactoring yesterday 2006-02-12 16:18:06 +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 Replace dubious controller parent class in filter docs. Closes #3655, #3722. 2006-02-08 05:24:53 +00:00
pagination.rb Added :count option to pagination that'll make it possible for the ActiveRecord::Base.count call to using something else than * for the count. Especially important for count queries using DISTINCT #3839 [skaes]. Added :select option to Base.count that'll allow you to select something else than * to be counted on. Especially important for count queries using DISTINCT (closes #3839) [skaes]. 2006-02-20 03:15:22 +00:00
request.rb Major components cleanup and speedup. Closes #3527. 2006-02-09 20:05:11 +00:00
rescue.rb Fixed docs (closes #2468) 2005-10-26 13:20:46 +00:00
response.rb
routing.rb Don't let arbitrary classes match as controllers 2006-02-04 23:59:37 +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 Stopped the massive bleeding of concerns into ActionController::Base. Base no longer knows about flash, filters, or components. This may well have introduced some instability, please do test with apps, especially the ones using components. [DHH] 2006-02-12 05:51:02 +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 Fixed that the request method would be sticky in tests (closes #3849) [lars@pinds.com] 2006-02-20 23:49:43 +00:00
url_rewriter.rb
verification.rb Document the :xhr option for verifications. Closes #3666. 2006-02-01 03:22:18 +00:00