aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
* Added :locals support for render :inline #2463 [mdabney@cavoksolutions.com]David Heinemeier Hansson2005-10-131-3/+3
* Unset the X-Requested-With header when using the xhr wrapper in functional te...Sam Stephenson2005-10-131-1/+3
* Unescape paths before writing cache to file system. Closes #1877.Marcel Molina2005-10-121-1/+1
* Speed improvement for session_options. #2287. [skaes@web.de]Jamis Buck2005-10-111-18/+29
* Make cacheing binary files friendly with Windows. Closes #1975.Marcel Molina2005-10-111-2/+2
* Make assert_tag :children count appropriately. Closes #2181.Marcel Molina2005-10-091-1/+1
* Made the documentation about render template/file saneDavid Heinemeier Hansson2005-10-031-6/+11
* Use a nicer date formatDavid Heinemeier Hansson2005-10-011-1/+1
* Testing should also use a default REQUEST_METHODDavid Heinemeier Hansson2005-09-292-30/+68
* Dont log size of request, doesnt work well with procs, not that interestingDavid Heinemeier Hansson2005-09-281-1/+1
* Log request method and response size / status codeDavid Heinemeier Hansson2005-09-282-2/+3
* Undo condition change made in [2345] to prevent normal parameters arriving as...Nicholas Seckar2005-09-271-1/+1
* Ticket #2295 - Tolerate consecutive delimiters in query parametersJeremy Kemper2005-09-271-0/+3
* Keep flash after component is rendered. Closes #2291.Scott Barron2005-09-271-1/+3
* r3573@asus: jeremy | 2005-09-26 11:38:44 -0700Jeremy Kemper2005-09-261-1/+22
* Fix open/save dialog in IE not opening files send with send_file/send_data, #...Thomas Fuchs2005-09-251-1/+10
* Asserts now need html/document so it should require itDavid Heinemeier Hansson2005-09-212-9/+1
* Added small note about how longtext might be needed for large session dataDavid Heinemeier Hansson2005-09-201-2/+3
* Fixed problem with send_file and WEBrick using stdout #1812David Heinemeier Hansson2005-09-202-5/+5
* Optimized tag_options to not sort keys, which is no longer necessary when ass...David Heinemeier Hansson2005-09-203-2/+40
* Fixed that Request#domain caused an exception if the domain header wasn't set...David Heinemeier Hansson2005-09-201-1/+2
* Add "#:nodoc:" for ActionController::Routing::PathComponent::Result #2209 [l....David Heinemeier Hansson2005-09-171-1/+1
* Cache relative_url_root for all webservers, not just Apache #2193 [skae]David Heinemeier Hansson2005-09-151-1/+1
* Speed up cookie use by decreasing string copying #2194 [skae]David Heinemeier Hansson2005-09-151-7/+7
* Fixed access to "Host" header with requests made by crappy old HTTP/1.0 clien...David Heinemeier Hansson2005-09-141-1/+1
* Added easy assignment of fragment cache store through use of symbols for incl...David Heinemeier Hansson2005-09-134-36/+41
* Moved session options to SessionManagementDavid Heinemeier Hansson2005-09-132-20/+20
* Added ActionController::Base.session_store=, session_store, and session_optio...David Heinemeier Hansson2005-09-131-0/+20
* Dont log creation of view classDavid Heinemeier Hansson2005-09-121-1/+0
* Use session_id instead of deprecated sessidDavid Heinemeier Hansson2005-09-121-1/+0
* Ensure that request.path never returns nil. Closes #1675Nicholas Seckar2005-09-111-6/+4
* Add ability to specify Route Regexps for controllers. Closes #1917.Nicholas Seckar2005-09-111-1/+8
* Provide Named Route's hash methods as helper methods. Closes #1744.Nicholas Seckar2005-09-111-1/+4
* Use send instead of module_eval #1873 [shugo]David Heinemeier Hansson2005-09-111-1/+1
* Added in-place editing support in the spirit of auto complete with ActionCont...David Heinemeier Hansson2005-09-113-47/+84
* Dont encourage custom url options to be called with symbol #2047David Heinemeier Hansson2005-09-111-14/+0
* Refactored away all the legacy validate_options calls and replaced them with ...David Heinemeier Hansson2005-09-091-9/+2
* Added documentation for overwrite_params #2146 [Michael Shuerig]David Heinemeier Hansson2005-09-091-0/+9
* Fixed that render :partial would fail when :object was a Hash (due to backwar...David Heinemeier Hansson2005-09-091-1/+1
* An explicit include ClassInheritableAttributes is no longer needed #1948 [Cal...David Heinemeier Hansson2005-09-081-2/+0
* Avoid extending view instance with helper modules each request. Closes #1979Nicholas Seckar2005-09-082-18/+16
* Performance improvements to CGI methods. Closes #1980Nicholas Seckar2005-09-082-9/+13
* Symbolize the keys of overwritten parameters. Really closes #1909.Nicholas Seckar2005-09-071-1/+1
* Fix overwrite params. Closes #1909Nicholas Seckar2005-09-061-0/+4
* Fix fragment benchmark calls and limit timings to 5 decimalsDavid Heinemeier Hansson2005-09-062-5/+5
* Only do benchmarking if log level matches and log cachingDavid Heinemeier Hansson2005-09-062-20/+31
* Added use_silence parameter to ActiveRecord::Base.benchmark that can be passe...David Heinemeier Hansson2005-09-061-2/+26
* Updated vendor copy of html-scanner to support better xml parsingJamis Buck2005-09-052-3/+4
* Use chop! instead of chop! for efficiencyJamis Buck2005-09-021-1/+1
* Drop trailing \000 if present on RAW_POST_DATA (works around bug in Safari Aj...Jamis Buck2005-09-021-1/+3