aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
Commit message (Expand)AuthorAgeFilesLines
* Sessions should not be created until written to and session data should be de...Michael Lovitt2010-06-234-30/+116
* Add the :path option to match routes when given as symbols. This is specially...Carlos Antonio da Silva2010-06-231-9/+8
* Provive resources_path_names helpers in the router.José Valim2010-06-231-0/+4
* Stop filling the blocks scope array with nil.José Valim2010-06-221-1/+3
* Allow namespace accept options in routes [#4936 state:resolved]Carlos Antonio da Silva2010-06-221-3/+5
* Deprecate :name_prefix in the new router DSL.José Valim2010-06-221-20/+22
* Remove unused variable on assert_recognizes [#4912 state:resolved]Paco Guzman2010-06-221-1/+0
* removed 'unless const_defined?' code smellJosh Kalderimis2010-06-211-23/+19
* Merge remote branch 'rails/master'Xavier Noria2010-06-205-165/+293
|\
| * Use the new ActiveSupport::FileUpdateChecker instead of RoutesReloader.José Valim2010-06-201-1/+1
| * Use Rack::Utils.bytesize when calculating content-length of exception pages. ...Tarsoly András2010-06-201-1/+1
| * remove executable permission from files that don't need it. [#4802 state:reso...rohit2010-06-201-0/+0
| * Don't use module to work out shallow name prefix and path as it may not accur...Andrew White2010-06-201-9/+17
| * Accept an object for :constraints option [#4904 state:resolved]Andrew White2010-06-201-1/+1
| * Merge branch 'master' of github.com:rails/railsJosé Valim2010-06-201-7/+36
| |\
| | * Custom resource routes should be scopedAndrew White2010-06-191-7/+36
| * | Clear DescendantsTracker on each request.José Valim2010-06-191-4/+4
| |/
| * 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
* | Take out documentation from DeprecatedMapper to discourage its usage.Rizwan Reza2010-06-211-384/+0
* | Use h1 for titles.Rizwan Reza2010-06-211-1/+1
* | Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-156-8/+8
|\ \ | |/ |/|
| * Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-116-8/+8
* | 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