rails--rails/actionpack/lib/action_controller
David Heinemeier Hansson c755b29a86 Fixed page caching problems with saving cached file fails for the index action and that it shouldnt cache files with GET/POST parameters #462
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@407 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-01-15 13:22:58 +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 Moved the cookies fix to cgi_ext 2004-12-29 21:07:50 +00:00
session Fixed that MemCacheStore wasn't included by default and added default MemCache object pointing to localhost #447 [Lucas Carlson] 2005-01-11 00:29:55 +00:00
templates Fixed three issues with retrying breakpoints #417 [Florian Gross] 2005-01-10 22:46:45 +00:00
base.rb Fixed that send_file would "remember" all the files sent by adding to the headers again and again #458 [bitsweat] 2005-01-13 13:29:49 +00:00
benchmarking.rb Initial 2004-11-24 01:04:44 +00:00
caching.rb Fixed page caching problems with saving cached file fails for the index action and that it shouldnt cache files with GET/POST parameters #462 2005-01-15 13:22:58 +00:00
cgi_process.rb Fixed that MemCacheStore wasn't included by default and added default MemCache object pointing to localhost #447 [Lucas Carlson] 2005-01-11 00:29:55 +00:00
cookies.rb Simplified the set_cookie method and made it indifferent to symbol or string as name 2005-01-06 23:25:19 +00:00
dependencies.rb git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@276 5ecf4fe2-1ee6-0310-87b1-e25e094e27de 2004-12-29 21:12:47 +00:00
filters.rb Added conditional filters #431 [Marcel] 2005-01-09 17:14:47 +00:00
flash.rb Initial 2004-11-24 01:04:44 +00:00
helpers.rb Auto-requiring of helpers should stay silent when it isn't found for whatever reason 2004-12-31 16:48:02 +00:00
layout.rb Added conditional layouts like <tt>layout "weblog_standard", :except => :rss</tt> #452 [Marcel Molina] -- We are still missing unit tests for layouts in general, so please do contribute if you want some testing workout 2005-01-11 00:50:11 +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 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
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 Fixed that controller tests can now assert on the use of cookies #466 [Alexey] 2005-01-13 14:01:17 +00:00
url_rewriter.rb Added arrays as a value option for params in url_for and friends #467 [Eric Anderson] 2005-01-13 14:06:33 +00:00