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-04 22:04:19 +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 Further improvements to reloading code 2006-02-02 04:54:07 +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 Just go with Subclasses instead of OnlySubclasses 2006-02-04 16:26:55 +00:00
benchmarking.rb Add render :update for inline RJS 2006-01-20 22:04:07 +00:00
caching.rb Just go with Subclasses instead of OnlySubclasses 2006-02-04 06:11:42 +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
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
deprecated_redirects.rb
filters.rb Added :only and :except controls to skip_before/after_filter just like for when you add filters [DHH] 2006-01-31 23:55:04 +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 Added reusable reloading support through the inclusion of the Relodable module that all subclasses of ActiveRecord::Base, ActiveRecord::Observer, ActiveController::Base, and ActionMailer::Base automatically gets [DHH]. Added auto-loading support for classes in modules, so Conductor::Migration will look for conductor/migration.rb and Conductor::Database::Settings will look for conductor/database/settings.rb [Nicholas Seckar]. Refactored extensions to module, class, and object in active support [DHH] 2006-01-29 00:37:39 +00:00
pagination.rb Update paginator docs. Closes #2744. 2005-11-05 02:10:29 +00:00
request.rb Fixed that SSL would not correctly be detected when running lighttpd/fcgi behind lighttpd w/mod_proxy (closes #3548) [stephen_purcell@yahoo.com] 2006-01-23 05:32:59 +00:00
rescue.rb Fixed docs (closes #2468) 2005-10-26 13:20:46 +00:00
response.rb
routing.rb fixed small bug in routing which caused the traverse_to_controller mechanism to drop out on 2006-02-04 22:04:19 +00:00
scaffolding.rb
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
test_process.rb Added reusable reloading support through the inclusion of the Relodable module that all subclasses of ActiveRecord::Base, ActiveRecord::Observer, ActiveController::Base, and ActionMailer::Base automatically gets [DHH]. Added auto-loading support for classes in modules, so Conductor::Migration will look for conductor/migration.rb and Conductor::Database::Settings will look for conductor/database/settings.rb [Nicholas Seckar]. Refactored extensions to module, class, and object in active support [DHH] 2006-01-29 00:37:39 +00:00
url_rewriter.rb
verification.rb Document the :xhr option for verifications. Closes #3666. 2006-02-01 03:22:18 +00:00