aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
* 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
* AbstractRequest#domain returns nil when host is an ip address #2012 [kevin.cl...Jamis Buck2005-09-021-0/+2
* ActionController documentation update #2051 [fbeausoleil@ftml.net]Jamis Buck2005-09-011-3/+5
* Add option to specify the singular name used by pagination. Closes #1960Nicholas Seckar2005-08-311-2/+5
* Use string key to set action_name for controllers. Closes #1968Nicholas Seckar2005-08-301-1/+1
* Made Upload Progress work with Prototype 1.4.0 and add some documentation for...David Heinemeier Hansson2005-08-271-0/+52
* Fix routing to handle :some_param => nil betterNicholas Seckar2005-08-261-3/+11
* Add support for :include with pagination (subject to existing constraints for...Jamis Buck2005-08-231-11/+22
* Prevent the benchmark module from blowing up if a non-HTTP/1.1 request is pro...Jamis Buck2005-08-231-1/+1
* Add an :if option to session management, to allow programmatically enabling o...Jamis Buck2005-08-171-2/+9
* Make assert_redirected_to properly check URL's passed as strings #1910 [Scott...Jamis Buck2005-08-061-3/+2
* Make sure :layout => false is always used when rendering inside a layoutJamis Buck2005-08-051-1/+2
* Use raise instead of assert_not_nil in Test::Unit::TestCase#process to ensure...Jamis Buck2005-08-011-5/+6
* Make sure assigns are built for every request when testing #1866Jamis Buck2005-07-311-0/+9
* Allow remote_addr to be queried on TestRequest #1668Jamis Buck2005-07-311-0/+4
* Really fix the syntax error issueDavid Heinemeier Hansson2005-07-281-1/+2
* More fixes, but still brokenDavid Heinemeier Hansson2005-07-271-2/+3
* Fixing the fix, but not quiteDavid Heinemeier Hansson2005-07-271-5/+3
* Fixed dynamic scaffolding [Stefan Kaes]David Heinemeier Hansson2005-07-272-6/+9
* Fixed #1774 againDavid Heinemeier Hansson2005-07-271-1/+1
* Removed unused statementDavid Heinemeier Hansson2005-07-261-1/+0
* Fixed snag in status reportingDavid Heinemeier Hansson2005-07-261-1/+1
* Only log status if there is one different from 200 setDavid Heinemeier Hansson2005-07-261-1/+1
* Fixed broken error handling #1827 [Stefan Kaes]David Heinemeier Hansson2005-07-251-5/+4
* Add a catch-all eraserDavid Heinemeier Hansson2005-07-251-2/+7
* Improved performance of test app req/sec with ~10% refactoring the render met...David Heinemeier Hansson2005-07-245-170/+147
* Fix that env_qs might be nilDavid Heinemeier Hansson2005-07-231-1/+1
* Fix that env_qs might be nilDavid Heinemeier Hansson2005-07-231-2/+2
* Improved performance with 5-30% through a series of Action Pack optimizations...David Heinemeier Hansson2005-07-2310-114/+156
* Added test for template to layout variable transferDavid Heinemeier Hansson2005-07-231-2/+2
* Expiring a cache that doesnt exist is bliss not badDavid Heinemeier Hansson2005-07-221-2/+2
* Changed caching/expiration/hit to report using the DEBUG log level and errors...David Heinemeier Hansson2005-07-221-9/+9
* Added support for per-action session management #1763Jamis Buck2005-07-223-3/+80
* Doc fixes #1775, #1776 [jon@instance-design.co.uk]David Heinemeier Hansson2005-07-221-1/+1
* Improved rendering speed on complicated templates by up to 25% #1234 [Stephan...David Heinemeier Hansson2005-07-211-0/+1
* Fix last changeset to pass unittestsNicholas Seckar2005-07-182-6/+8
* Fixed construction of get parameters for arraysNicholas Seckar2005-07-182-22/+12
* Fix doc typos #1734 [moriq@moriq.com]David Heinemeier Hansson2005-07-171-2/+2
* Log if filters return false and halt execution #1735 [Michael Koziarski]David Heinemeier Hansson2005-07-171-1/+5
* Added Base#expires_in(seconds)/Base#expires_now to control HTTP content cache...David Heinemeier Hansson2005-07-171-0/+23
* More pagination speed #1334 [Stefan Kaes]David Heinemeier Hansson2005-07-151-3/+5
* Fix assert_routing with nested controllers. Closes #1582 and #1386.Nicholas Seckar2005-07-151-6/+7