rails--rails/actionpack/lib/action_controller
David Heinemeier Hansson 8bc82278dd Added that controllers will now attempt to require a model dependency with their name and in a singular attempt for their name.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@175 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2004-12-16 02:06:11 +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 Added the option of passing false to :module or :controller_prefix in order to "break out" of a module or prefix 2004-12-13 11:35:48 +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 Added that controllers will now attempt to require a model dependency with their name and in a singular attempt for their name. 2004-12-16 02:06:11 +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 Added that controllers will now search for a layout in $template_root/layouts/$controller_name.r(html|xml), so PostsController will look for layouts/posts.rhtml or layouts/posts.rxml and automatically configure this layout if found #307 [Marcel] 2004-12-15 11:39:22 +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 Added the option of passing false to :module or :controller_prefix in order to "break out" of a module or prefix 2004-12-13 11:35:48 +00:00