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
David Heinemeier Hansson 822742164e Forgot to include the new session module
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@254 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2004-12-22 14:30:29 +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 Added POST support for the breakpoint retries, so form processing that raises an exception can be retried with the original request [Florian Gross] 2004-12-18 15:01:58 +00:00
base.rb Tagged the 0.9.1 release 2004-12-17 17:19:05 +00:00
benchmarking.rb Initial 2004-11-24 01:04:44 +00:00
cgi_process.rb Fixed regression with Base#reset_session that wouldn't use the the DEFAULT_SESSION_OPTIONS [adam@the-kramers.net] 2004-12-21 10:47:02 +00:00
cookies.rb Updated documentation 2004-12-16 17:45:37 +00:00
dependencies.rb Fixed a bug that would cause an ApplicationController to require itself three times and hence cause filters to be run three times [evl] 2004-12-17 00:25:32 +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 Added more informative exception when using helper :some_helper and the helper requires another file that fails, you'll get an error message tells you what file actually failed to load, rather than falling back on assuming it was the helper file itself #346 [dblack] 2004-12-22 13:44:16 +00:00
layout.rb Added documentation for automatic layout inclusion #328 [Marcel] 2004-12-19 12:56:31 +00:00
request.rb Added Request#port_string to get something like ":8080" back on 8080 and "" on 80 (or 443 with https). 2004-12-18 18:01:28 +00:00
rescue.rb Updated documentation 2004-12-16 17:45:37 +00:00
response.rb Initial 2004-11-24 01:04:44 +00:00
scaffolding.rb Initial 2004-11-24 01:04:44 +00:00
session.rb Forgot to include the new session module 2004-12-22 14:30:29 +00:00
test_process.rb Added Request#port_string to get something like ":8080" back on 8080 and "" on 80 (or 443 with https). 2004-12-18 18:01:28 +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