aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
* Fixed that render template did not honor exempt_from_layout (closes #9698) [p...David Heinemeier Hansson2007-09-301-3/+3
* Fixed that a response has to be available for that exact mime type for it to ...David Heinemeier Hansson2007-09-291-1/+1
* Ensure request is present, as well as defined. [nzkoz]Michael Koziarski2007-09-291-4/+4
* Re-enable Routing optimisation code for _url methods, add defined?(request) t...Michael Koziarski2007-09-282-9/+5
* Better error messages if you leave out the :secret option for request forgery...Rick Olson2007-09-281-1/+5
* Allow ability to disable request forgery protection, disable it in test mode ...Rick Olson2007-09-282-4/+15
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-285-6/+6
* Fixed the layout defaults (closes #9564) [lifo]David Heinemeier Hansson2007-09-281-14/+19
* Avoid calling is_missing on LoadErrors. Closes #7460.Nicholas Seckar2007-09-271-1/+1
* Reinstate the default AR.instantiate_observers to_prepare block.Jeremy Kemper2007-09-261-0/+6
* Move Railties' Dispatcher to ActionController::Dispatcher, introduce before_ ...Jeremy Kemper2007-09-261-0/+183
* Added failing tests for iphoneDavid Heinemeier Hansson2007-09-251-4/+11
* Change from InvalidToken to InvalidAuthenticityToken to be more specificDavid Heinemeier Hansson2007-09-242-16/+21
* 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