rails/actionpack/lib/action_controller
2004-12-12 16:14:20 +00:00
..
assertions Added the possibility of having validate be protected for assert_(in)valid_column #263 [Tobias Luetke] 2004-12-07 12:18:33 +00:00
cgi_ext Added graceful handling of non-alphanumeric names and misplaced brackets in input parameters [bitsweat] 2004-12-01 12:57:16 +00:00
session Initial 2004-11-24 01:04:44 +00:00
support Moved require_association to associations.rb and added methods for resetting the inheritable attributes on subclasses 2004-12-12 16:14:20 +00:00
templates Display error messages on scaffolded form pages 2004-12-12 14:14:37 +00:00
base.rb Fixed CgiRequest#out to fall back to #write if doesn't have #syswrite [bitsweat] 2004-12-12 11:34:22 +00:00
benchmarking.rb Initial 2004-11-24 01:04:44 +00:00
cgi_process.rb Fixed CgiRequest so that it'll now accept session options with Symbols as keys (as the documentation points out) [Suggested by Andreas] 2004-12-12 12:43:48 +00:00
cookies.rb Fixed CgiRequest so that it'll now accept session options with Symbols as keys (as the documentation points out) [Suggested by Andreas] 2004-12-12 12:43:48 +00:00
dependencies.rb Syntax errors and other exceptions thrown outside of an action are now gracefully handled by the dispatcher 2004-12-06 18:25:01 +00:00
filters.rb Initial 2004-11-24 01:04:44 +00:00
flash.rb Initial 2004-11-24 01:04:44 +00:00
helpers.rb Abolished ActionController::Base.require_or_load in favor of require_dependency and ActiveRecord::Base.require_or_load in favor of require_association. Both methods are now also available in the global namespace when you need to require dependencies or associations outside of whats done automatically. 2004-11-30 18:52:20 +00:00
layout.rb Initial 2004-11-24 01:04:44 +00:00
request.rb Added indifference to whether @headers["Content-Type"], @headers["Content-type"], or @headers["content-type"] is used. Added proper handling of HEAD requests, so that content isnt returned (Request#head? added as well) #277 [Eric Hodel] 2004-12-07 10:50:26 +00:00
rescue.rb Added breakpoint retries on rescue screens 2004-12-09 19:48:32 +00:00
response.rb Initial 2004-11-24 01:04:44 +00:00
scaffolding.rb Initial 2004-11-24 01:04:44 +00:00
test_process.rb Killed the out of place alias and made sure you can use the different HTTP methods within the same testaction 2004-12-08 10:43:24 +00:00
url_rewriter.rb Initial 2004-11-24 01:04:44 +00:00