rails--rails/actionpack/lib/action_controller
David Heinemeier Hansson daaa5251c9 Fixed documentation and prepared for 0.11.0 release
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@976 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-03-22 13:09:44 +00:00
..
assertions Introduce to_param to assert_redirected_to #880 2005-03-20 22:44:49 +00:00
cgi_ext Fixed that query params could be forced to nil on a POST due to the raw post fix #562 [moriq@moriq.com] 2005-02-07 14:23:19 +00:00
session Changed ActiveRecordStore to use Marshal instead of YAML as the latter proved troublesome in persisting circular dependencies. Updating existing applications MUST clear their existing session table from data to start using this updated store #739 [Jamis Buck] 2005-03-06 23:34:03 +00:00
templates Added new keyword to specify load paths as being component based. Added better logging for component calls 2005-02-20 13:50:13 +00:00
base.rb Added a bit more to the session documentation on how to clear sessions 2005-03-20 13:34:07 +00:00
benchmarking.rb
caching.rb Remove superfluous begin/end in caching.rb methods #836 2005-03-14 23:38:45 +00:00
cgi_process.rb Fixed that broken pipe errors (clients disconnecting in mid-request) could bring down a fcgi process 2005-03-03 23:12:57 +00:00
components.rb Params for components should treat string and symbol keys indifferently 2005-03-11 01:55:18 +00:00
cookies.rb Fixed documentation snafus #575, #576, #577, #585 2005-02-07 14:15:53 +00:00
dependencies.rb Updated documentation 2005-02-24 01:29:43 +00:00
filters.rb Fixed documentation snafus #575, #576, #577, #585 2005-02-07 14:15:53 +00:00
flash.rb Added a much improved Flash module that allows for finer-grained control on expiration and allows you to flash the current action #839 [Caio Chassot] 2005-03-20 19:12:53 +00:00
helpers.rb Updated documentation 2005-02-24 01:29:43 +00:00
layout.rb Fixed documentation snafus #575, #576, #577, #585 2005-02-07 14:15:53 +00:00
pagination.rb Tweaked the documentation 2005-03-21 14:35:36 +00:00
request.rb Changed .htaccess to allow dispatch.* to be called from a sub-directory as part of the push with Action Pack to make Rails work on non-vhost setups #826 [Nicholas Seckar/Tobias Luetke] Fixed routing and helpers to make Rails work on non-vhost setups #826 [Nicholas Seckar/Tobias Luetke] 2005-03-20 22:02:22 +00:00
rescue.rb Enable diagnostics screen again 2005-02-16 16:39:14 +00:00
response.rb Added "short hypertext note with a hyperlink to the new URI(s)" to redirects to fulfill compliance with RFC 2616 (HTTP/1.1) section 10.3.3 #397 [Tim Bates] 2004-12-31 17:07:20 +00:00
routing.rb Fixed documentation and prepared for 0.11.0 release 2005-03-22 13:09:44 +00:00
scaffolding.rb With const_missing loading, its no longer necessary to dynamically require the scaffold model -- meaning the end of RDoc warnings! 2005-02-24 12:54:30 +00:00
session.rb
test_process.rb Added a much improved Flash module that allows for finer-grained control on expiration and allows you to flash the current action #839 [Caio Chassot] 2005-03-20 19:12:53 +00:00
url_rewriter.rb Changed .htaccess to allow dispatch.* to be called from a sub-directory as part of the push with Action Pack to make Rails work on non-vhost setups #826 [Nicholas Seckar/Tobias Luetke] Fixed routing and helpers to make Rails work on non-vhost setups #826 [Nicholas Seckar/Tobias Luetke] 2005-03-20 22:02:22 +00:00