rails--rails/actionpack/lib/action_controller
Jeremy Kemper 08fd13d17c Handle cookie parsing irregularity for certain Nokia phones. Closes #2530.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3039 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-11-15 07:51:09 +00:00
..
cgi_ext Handle cookie parsing irregularity for certain Nokia phones. Closes #2530. 2005-11-15 07:51:09 +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 CGI::Session::ActiveRecordStore.data_column_name = 'foobar' to use a different session data column than the 'data' default. References #2731. Remove error-prone method_missing passthrough to session model. Cleanup. 2005-11-09 01:03:24 +00:00
templates Fix line number detection and escape RAILS_ROOT in backtrace Regexp 2005-10-27 21:58:39 +00:00
vendor assert_tag uses exact matches for string conditions, instead of partial matches. Use regex to do partial matches. #2799 2005-11-09 13:42:05 +00:00
assertions.rb Add documentation to assert_tag indicating that it only works with well-formed XHTML 2005-11-06 13:59:07 +00:00
base.rb Update documentation for render :file. References #2858. 2005-11-14 00:12:46 +00:00
benchmarking.rb Dont log size of request, doesnt work well with procs, not that interesting 2005-09-28 20:03:31 +00:00
caching.rb Note that the ruby-memcache bindings are required to use the memcache store. 2005-11-14 00:08:24 +00:00
cgi_process.rb Include all of session creation in stale_session_check 2005-11-09 20:34:44 +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 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 Added a reader for flash.now, so it's possible to do stuff like flash.now[:alert] ||= 'New if not set' (closes #2422) [Caio Chassot] 2005-10-26 13:14:10 +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 Fix that render :text didn't interpolate instance variables (Closes #2629, #2626) [skaes] 2005-10-28 07:33:54 +00:00
pagination.rb Update paginator docs. Closes #2744. 2005-11-05 02:10:29 +00:00
request.rb Update/clean up AP documentation (rdoc) 2005-10-16 15:42:03 +00:00
rescue.rb Fixed docs (closes #2468) 2005-10-26 13:20:46 +00:00
response.rb
routing.rb Add "#:nodoc:" for ActionController::Routing::PathComponent::Result #2209 [l.francke@gmx.de] 2005-09-17 06:37:50 +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 Update/clean up AP documentation (rdoc) 2005-10-16 15:42:03 +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
upload_progress.rb Made Upload Progress work with Prototype 1.4.0 and add some documentation for it #1847, #1876 [Thomas Fuchs/Sean Treadway] 2005-08-27 06:30:33 +00:00
url_rewriter.rb Symbolize the keys of overwritten parameters. Really closes #1909. 2005-09-07 08:59:33 +00:00
verification.rb