aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
Commit message (Expand)AuthorAgeFilesLines
* Custom resource routes should be scopedAndrew White2010-06-191-7/+36
* fix for :shallow in router not generating helpers for create, update, and des...Josh Kalderimis2010-06-181-4/+3
* Add shallow routing option to new router [#3765 status:committed]Andrew White2010-06-171-156/+248
* Refactored duplication into a separate method. Dropped class variable.Rizwan Reza2010-06-111-15/+17
* Adding missing docs to delete cookies with :all which were added that way.Rizwan Reza2010-06-111-1/+2
* Took out the domain option logic to cookies.rb.Rizwan Reza2010-06-113-22/+32
* Moved Domain regexp to a constant and added comments.Rizwan Reza2010-06-111-1/+8
* The previous commit didn't work with complex domains, which is now fixed.Rizwan Reza2010-06-111-4/+4
* Add support for multi-subdomain session by setting cookie host in session coo...Rizwan Reza2010-06-112-1/+14
* Revert "Add support for multi-subdomain session by setting cookie host in ses...José Valim2010-06-102-14/+1
* Add support for multi-subdomain session by setting cookie host in session coo...Guillermo Álvarez2010-06-102-1/+14
* Ensure show exceptions middleware properly filters backtrace before logging.José Valim2010-06-091-1/+1
* Add more cases to previous commit [#4394 state:resolved]José Valim2010-06-081-1/+1
* Make sure namespaces are nested within resourcesJan De Poorter2010-06-081-0/+8
* Revert "Add shallow routes to the new router" for now. Needs more work.David Heinemeier Hansson2010-06-081-26/+3
* Accept both regexps and strings for LOCALHOST.José Valim2010-06-081-2/+2
* Make sure that rails recognized the full notation of IPv6 loopback address, a...Prem Sichanugrist2010-06-081-2/+2
* Fix resources ignoring scope optionsAndrew White2010-06-081-0/+2
* Add support for actions on a new resource to the new routing DSL [#4328 state...Andrew White2010-06-081-27/+70
* Add shallow routes to the new router [Closes #3765]Diego Carrion2010-06-071-3/+26
* regular expressions are usually ASCII-encoded, so force_encoding the content ...wycats2010-06-071-2/+0
* Make named helpers unprotected without becoming actions [#4696 state:resolved]wycats2010-06-071-1/+4
* member on resource should not expect an ID.José Valim2010-06-071-3/+1
* Router accepts member routes on resource. [#4624 state:resolved]Rizwan Reza2010-06-061-5/+14
* Simplify middleware stack lazy compares using named const referencesJeremy Kemper2010-06-051-13/+5
* Restore flash sweepJeremy Kemper2010-06-051-1/+1
* Optimize LookupContextwycats2010-06-041-3/+10
* No need to unescape params twice if we came from Rack::Mountwycats2010-06-041-7/+7
* Stop the flash middleware from forcibly loading sessions even if the user doe...wycats2010-06-042-6/+6
* Improve performance of commonly used request methodswycats2010-06-041-7/+19
* Include backtrace in failsafe log. Rescue possible exceptions in failsafe res...Jeremy Kemper2010-06-042-2/+2
* Add :only and :except to controllers MiddlewareStack. This allowsJosé Valim2010-05-301-4/+4
* Remove the laziness from the middleware stack.José Valim2010-05-291-57/+15
* Removing Metal from Rails 3. wycats2010-05-291-29/+0
* Avoid creating a Rack::Response object in the cookie middleware since it may ...José Valim2010-05-181-9/+13
* Cut the fat and make session stores rely on request.cookie_jar and change set...José Valim2010-05-183-130/+55
* Remove deprecated methods since 2-3-stable.José Valim2010-05-181-34/+6
* Kill legacy dispatcher.José Valim2010-05-181-2/+0
* Simplify cookie_store by simply relying on cookies.signed.José Valim2010-05-182-94/+45
* Rely on set and delete cookie logic from rack.José Valim2010-05-181-33/+2
* Allow root to be given in the resources scope without need to specify :on => ...José Valim2010-05-171-0/+5
* added convenience methods #notice and #alert to flash.nowMartin2010-05-151-0/+10
* fix assert_select messages to its declaration behaviourPaco Guzman2010-05-151-5/+11
* corrected error message in session/cookie_store [#4546 state:resolved]Josh Kalderimis2010-05-101-1/+1
* Use annoted source code in Template:Error to avoid special cases in the show ...José Valim2010-05-091-8/+4
* Fix parsing xml input by ActionDispatch::ParamsParserLawrence Pit2010-05-061-1/+1
* RouteSet does not raise ActionController::RoutingError when no routes match a...Carl Lerche2010-04-302-6/+11
* Make ActionDispatch url_for use HWIA symbolize_keysSantiago Pastorino2010-04-221-1/+1
* Ensure that url_for uses symbolized keys in the controller. [#4391]J Smith2010-04-221-1/+1
* Some require indifferent_access addedSantiago Pastorino2010-04-214-1/+5