aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
Commit message (Expand)AuthorAgeFilesLines
* Fix failing test case on masterPrem Sichanugrist2011-04-101-1/+1
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-111-1/+2
* Revert "Use freeze instead of close!"Santiago Pastorino2011-04-071-6/+0
* cookies hereSantiago Pastorino2011-04-071-3/+3
* Use freeze instead of close!Santiago Pastorino2011-04-061-0/+6
* Delete useless argumentsSantiago Pastorino2011-04-061-6/+6
* Delete useless env variableSantiago Pastorino2011-04-061-9/+3
* Add tests to verify that signed and permanent cookies raises if someone triesSantiago Pastorino2011-04-061-0/+51
* raise if someone tries to modify the cookies when it was already streamed bac...Santiago Pastorino2011-04-061-0/+51
* Remove 'warning: ambiguous first argument' when running ActionPack testsSebastian Martinez2011-03-291-2/+2
* Move mapper_test to the appropriate locationPrem Sichanugrist2011-03-291-0/+88
* correction to the outputted controller name in the diagnostics error template...Josh Kalderimis2011-03-241-0/+16
* Filter sensitive query string parameters in the log [#6244 state:committed]Prem Sichanugrist & Xavier Noria2011-03-111-0/+38
* Improve testing of cookies in functional tests:Andrew White2011-03-062-2/+67
* Raise ArgumentError if route name is invalid [#6517 state:resolved]Andrew White2011-03-061-0/+32
* make sure string keys are always looked up from the class cacheAaron Patterson2011-03-021-0/+25
* Ruby 1.8: Y U NO FUN?Aaron Patterson2011-03-021-1/+3
* refactor Reference to a ClassCache object, fix lazy lookup in Middleware so t...Aaron Patterson2011-03-011-0/+50
* Add test to prevent regression on namespace root nested in a resourceAndrew White2011-02-141-0/+9
* Fix named route helper for routes nested inside deeply nested resourcesAndrew White2011-02-141-1/+9
* Fix assert_recognizes with block constraints [#5805 state:resolved]Andrew White2011-02-131-0/+103
* Use Mime::Type references.José Valim2011-02-081-0/+7
* cleaning up some warnings on 1.9.3Aaron Patterson2011-02-073-7/+6
* fixed bug with nested resources within shallow scopegerman2011-02-041-0/+62
* Add tld_length option when using domain :all in cookiesbrainopia2011-01-211-0/+36
* Support list of possible domains for cookiesbrainopia2011-01-211-0/+45
* Don't deprecate to_prepare.José Valim2010-12-231-5/+7
* Clean up callbacks should also be called on exceptions.José Valim2010-12-231-0/+14
* Small changes on AD::Reloader.José Valim2010-12-201-20/+5
* Replace AD::Callbacks.to_prepare with AD::Reloader.to_prepareJohn Firebaugh2010-12-201-59/+13
* Introduce ActionDispatch::ReloaderJohn Firebaugh2010-12-201-0/+139
* Fix edge cases for domain :all option on cookie storebrainopia2010-12-161-0/+21
* Check if the routes object really responds to define_mount_prefix.José Valim2010-12-091-0/+18
* Merge remote branch 'joshk/redirect_routing'José Valim2010-12-032-0/+90
|\
| * Added documentation explaining the new additional supported syntaxes for the ...Josh Kalderimis2010-11-301-0/+17
| * The redirect routing method now allows for a hash of options which only chang...Josh Kalderimis2010-11-302-0/+73
* | Fix tests on 1.9.2.José Valim2010-11-281-5/+4
* | trailing star mimes should respect the order in which mime types are defined.José Valim2010-11-281-13/+6
|/
* Dynamically generaeted helpers on collection should not clobber resources url...José Valim2010-11-251-0/+11
* process text/* if it appears in the middle ofNeeraj Singh2010-11-251-0/+20
* processing image/* is an odditity because there isNeeraj Singh2010-11-251-6/+0
* clean up test by using unregister methodNeeraj Singh2010-11-251-2/+1
* unregister method implementation and testNeeraj Singh2010-11-251-0/+17
* port_string bought back to life as it is part of the public apiJosh Kalderimis2010-11-241-1/+9
* :subdomain, :domain and :tld_length options can now be used in url_for, allow...Josh Kalderimis2010-11-231-3/+3
* sort lists before comparing themAaron Patterson2010-11-221-4/+4
* make test more resilient to future changes by notNeeraj Singh2010-11-221-2/+0
* rename star star to just one starNeeraj Singh2010-11-221-3/+3
* cleanup Mime::LOOKUP after registering image/gifNeeraj Singh2010-11-221-0/+1
* fix testNeeraj Singh2010-11-221-3/+3