aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
* Fixed that send_file would "remember" all the files sent by adding to the hea...David Heinemeier Hansson2005-01-131-4/+4
* Fixed url rewriter confusion when the controller or action name was a substri...David Heinemeier Hansson2005-01-121-2/+2
* Fixed url rewriter confusion when the controller name was a substring of the ...David Heinemeier Hansson2005-01-121-2/+5
* Added option to turn off cachingDavid Heinemeier Hansson2005-01-111-1/+16
* Tweaks and tinkeringDavid Heinemeier Hansson2005-01-111-5/+10
* Added conditional layouts like <tt>layout "weblog_standard", :except => :rss<...David Heinemeier Hansson2005-01-111-21/+63
* Added MemCacheStore to fragment caching #449 [Lucas Carlson]David Heinemeier Hansson2005-01-111-0/+6
* Fixed that MemCacheStore wasn't included by default and added default MemCach...David Heinemeier Hansson2005-01-112-1/+2
* Fixed that host would choke when cgi.host returned nil #432 [Tobias Luetke]David Heinemeier Hansson2005-01-111-1/+1
* Fixed three issues with retrying breakpoints #417 [Florian Gross]David Heinemeier Hansson2005-01-101-4/+7
* Some missing docsDavid Heinemeier Hansson2005-01-101-4/+4
* Updated caching to include action caching as well and simplified the name/key...David Heinemeier Hansson2005-01-101-43/+182
* Added that all renders and redirects now return false, so they can be used as...David Heinemeier Hansson2005-01-101-0/+2
* Apparently the temp hack for functional tests was still neededDavid Heinemeier Hansson2005-01-101-0/+16
* Removed temporary hack for test/unit problems that only worked for functional...David Heinemeier Hansson2005-01-101-16/+0
* Removed authentication framework as xal made me realize that with noradios co...David Heinemeier Hansson2005-01-091-102/+0
* Added conditional filters #431 [Marcel]David Heinemeier Hansson2005-01-091-15/+85
* Added :before option to authenticationDavid Heinemeier Hansson2005-01-091-1/+4
* Added authentication framework to protect actions behind a condition and redi...David Heinemeier Hansson2005-01-093-2/+101
* Added first stab at page and fragment cachingDavid Heinemeier Hansson2005-01-082-2/+194
* Simplified the set_cookie method and made it indifferent to symbol or string ...David Heinemeier Hansson2005-01-061-3/+3
* Added the possibility of passing nil to UrlHelper#link_to to use the link its...David Heinemeier Hansson2005-01-051-8/+8
* Added MemCacheStore for storing session data in Danga's MemCache system [Bob ...David Heinemeier Hansson2005-01-041-0/+95
* Fixed redirects when the controller and action is named the same. Still haven...David Heinemeier Hansson2005-01-021-1/+1
* Fixed problems with running multiple functional tests in Rails under 1.8.2 by...David Heinemeier Hansson2005-01-021-0/+16
* Added thread-safety to the DRbStore #66, #389 [Ben Stiglitz]David Heinemeier Hansson2005-01-021-1/+24
* Added class declaration for the MissingFile exception #388 [Kent Sibilev]David Heinemeier Hansson2005-01-011-1/+3
* Added "short hypertext note with a hyperlink to the new URI(s)" to redirects ...David Heinemeier Hansson2004-12-311-0/+2
* Added second boolean parameter to Base.redirect_to_url and Response#redirect ...David Heinemeier Hansson2004-12-312-5/+6
* Auto-requiring of helpers should stay silent when it isn't found for whatever...David Heinemeier Hansson2004-12-311-1/+1
* Fixed that @request.remote_ip didn't work in the test environment #369 [Bruno...David Heinemeier Hansson2004-12-311-4/+4
* git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@276 5ecf4fe2-1ee6-0...David Heinemeier Hansson2004-12-291-19/+0
* Moved support files into Active SupportDavid Heinemeier Hansson2004-12-296-315/+0
* Moved the cookies fix to cgi_extDavid Heinemeier Hansson2004-12-292-1/+122
* Added documentation for using render_with_layoutDavid Heinemeier Hansson2004-12-291-0/+16
* Added :host and :protocol options to url_for and friends to redirect to anoth...David Heinemeier Hansson2004-12-231-3/+3
* Forgot to include the new session moduleDavid Heinemeier Hansson2004-12-221-0/+14
* Added more informative exception when using helper :some_helper and the helpe...David Heinemeier Hansson2004-12-221-2/+7
* Fixed regression with Base#reset_session that wouldn't use the the DEFAULT_SE...David Heinemeier Hansson2004-12-211-1/+1
* Added documentation for automatic layout inclusion #328 [Marcel]David Heinemeier Hansson2004-12-191-0/+9
* Added Request#port_string to get something like ":8080" back on 8080 and "" o...David Heinemeier Hansson2004-12-182-7/+10
* Added Request#domain (returns string) and Request#subdomains (returns array).David Heinemeier Hansson2004-12-181-0/+14
* Added POST support for the breakpoint retries, so form processing that raises...David Heinemeier Hansson2004-12-181-1/+12
* Tagged the 0.9.1 releaseDavid Heinemeier Hansson2004-12-171-2/+2
* Fixed a bug that would cause an ApplicationController to require itself three...David Heinemeier Hansson2004-12-171-4/+5
* Made the last tweaks before 0.9David Heinemeier Hansson2004-12-161-0/+36
* Updated documentationDavid Heinemeier Hansson2004-12-166-29/+63
* Added that controllers will now attempt to require a model dependency with th...David Heinemeier Hansson2004-12-161-0/+12
* Added that controllers will now search for a layout in $template_root/layouts...David Heinemeier Hansson2004-12-151-1/+15
* Added the option of passing false to :module or :controller_prefix in order t...David Heinemeier Hansson2004-12-132-5/+17