aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
...
* Move rescue_action_with_handler from rescue_action to perform_action so it is...Jeremy Kemper2007-09-241-2/+2
* port over some of the csrf_killer README docsRick Olson2007-09-241-0/+13
* Beefed up docs a bitDavid Heinemeier Hansson2007-09-241-17/+27
* Optimized named routes respect AbstractRequest.relative_url_root. Closes #9612.Jeremy Kemper2007-09-231-0/+2
* Dont need all of test/unit (closes #6673) [zenspider/josh]David Heinemeier Hansson2007-09-231-1/+0
* Remove , and ; (comma and semicolon) from routing separators again. Reference...Jeremy Kemper2007-09-231-2/+2
* Fixed cache_page to use the request url instead of the routing options when p...David Heinemeier Hansson2007-09-231-8/+11
* Introduce ActionController::Base.rescue_from to declare exception-handling me...Jeremy Kemper2007-09-231-2/+51
* Rename some RequestForgeryProtection methods. The class method is now #prote...Rick Olson2007-09-232-21/+32
* Merge csrf_killer plugin into rails. Adds RequestForgeryProtection model tha...Rick Olson2007-09-233-1/+81
* Roll back #7578, tests failedDavid Heinemeier Hansson2007-09-221-2/+3
* Improve the error message for assert_redirected_to (closes #7337) [sandofsky]David Heinemeier Hansson2007-09-221-3/+2
* Disable the routing optimisation code when dealing with foo_url helpers. Add...Michael Koziarski2007-09-221-3/+5
* Remove use of & logic operator. Closes #8114.Nicholas Seckar2007-09-221-1/+1
* Doc fix (closes #9123) [tzaharia]David Heinemeier Hansson2007-09-221-1/+2
* Fix bufferDavid Heinemeier Hansson2007-09-221-0/+1
* [html-scanner] Fix parsing of empty tags. Closes #7641. [anthony.bailey]Michael Koziarski2007-09-211-0/+3
* Prevent clashing named routes when using uncountable resources. Closes #9598Michael Koziarski2007-09-211-2/+12
* Added support for HTTP Only cookies (works in IE6+ and FF 2.0.5+) as an impro...David Heinemeier Hansson2007-09-212-37/+25
* Don't warn when a path segment precedes a required segment. Closes #9615.Nicholas Seckar2007-09-211-1/+5
* Added that render :json will automatically call .to_json unless its being pas...David Heinemeier Hansson2007-09-202-2/+9
* Fixed that default layouts did not take the format into account #9564 [lifofifo]David Heinemeier Hansson2007-09-181-1/+3
* Added security notice to Request#remote_ip underlining the fact that its valu...David Heinemeier Hansson2007-09-171-0/+8
* Disable optimisation code for UrlWriter as request.host doesn't make sense th...Michael Koziarski2007-09-173-9/+39
* Speed up and simplify query caching.Jeremy Kemper2007-09-171-6/+6
* Fixed optimized route segment escaping. Closes #9562.Jeremy Kemper2007-09-152-30/+28
* root_path returns '/' not ''. Closes #9563.Jeremy Kemper2007-09-151-6/+5
* Fixed that setting request.format would also affect respond_to blocks [DHH]David Heinemeier Hansson2007-09-151-3/+17
* Add option to force binary mode on tempfile used for fixture_file_upload. Clo...Jeremy Kemper2007-09-141-3/+11
* Missed Reloadable bits and piecesJeremy Kemper2007-09-141-4/+0
* Deprecation: removed Reloadable.Jeremy Kemper2007-09-141-2/+1
* Purge empty filesJeremy Kemper2007-09-118-0/+0
* Remove empty macrosJeremy Kemper2007-09-112-0/+0
* Moved ActionController::Macros::AutoComplete into the auto_complete plugin on...David Heinemeier Hansson2007-09-111-53/+0
* Fixed that resource namespaces wouldnt stick to all nested resources (closes ...David Heinemeier Hansson2007-09-101-5/+4
* Moved ActionController::Macros::InPlaceEditing into the in_place_editor plugi...David Heinemeier Hansson2007-09-101-33/+0
* Random hits from the style naziDavid Heinemeier Hansson2007-09-0917-32/+54
* Random hits from the style naziDavid Heinemeier Hansson2007-09-094-7/+14
* Removed deprecated form of calling xml_http_request/xhr without the first arg...David Heinemeier Hansson2007-09-091-9/+0
* Removed deprecated ActionController::Base.cookie (use ActionController#Base.c...David Heinemeier Hansson2007-09-091-5/+0
* Removed ActionController::Base.scaffold -- it went through the whole idea of ...David Heinemeier Hansson2007-09-0911-309/+0
* Removed ActionController::Base#keep_flash (use flash.keep instead)David Heinemeier Hansson2007-09-091-16/+10
* Removed deprecated ActionController::Base#expire_matched_fragments (just call...David Heinemeier Hansson2007-09-091-6/+0
* Removed the deprecated ActionController#Base.template_root/= methods (use Act...David Heinemeier Hansson2007-09-091-12/+1
* Optimise named route generation when using positional arguments. Closes #945...Michael Koziarski2007-09-093-8/+135
* Explicitly require active_record/query_cache before using it.Jeremy Kemper2007-09-081-11/+13
* Fix layout overriding response status. Closes #9476.Jeremy Kemper2007-09-081-1/+2
* Fix assert_select for XML documents. Closes #8173. [dasil003]Michael Koziarski2007-09-081-1/+2
* Add a user_agent to TestRequestMichael Koziarski2007-09-071-1/+2
* Remove deprecated named routes [pixeltrix]Tobias Lütke2007-09-063-36/+21