aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4744 from ndbroadbent/replace_for_loops_with_enumerablesSantiago Pastorino2012-01-291-2/+2
|\
| * Replaced all 'for' loops with Enumerable#eachNathan Broadbent2012-01-301-2/+2
* | Add 'image/pjpeg' format used by IE Antonio Tapiador2012-01-291-1/+1
|/
* Merge pull request #3775 from karevn/masterAaron Patterson2012-01-241-1/+2
|\
| * Fix: when using subdomains and constraints, request params were not passed to...karevn2011-11-281-1/+2
* | initialized the @segment_keys instance variableAaron Patterson2012-01-231-1/+4
* | Added custom regexps to ASTs that have literal nodes on either side ofAaron Patterson2012-01-231-1/+20
* | updated the warning signatureAaron Patterson2012-01-231-1/+1
* | Deprecated multi args to http route methodsAaron Patterson2012-01-231-0/+11
* | ActionDispatch::Cookies::CookieJar#deleted? predicate method.Paul Annesley2012-01-241-0/+9
* | stop splatting so much. We don't need :star:args everywhereAaron Patterson2012-01-201-7/+6
* | Merge pull request #4497 from carlosantoniodasilva/action-controller-refactorJosé Valim2012-01-171-1/+2
|\ \
| * | Remove deprecated default_charset= from AC::BaseCarlos Antonio da Silva2012-01-171-1/+2
* | | Deprecate RAILS_CACHE constant.kennyj2012-01-181-3/+2
|/ /
* | use Rack::BodyProxy in AD::ReloaderSergey Nartimov2012-01-162-33/+3
* | Add begin/ensure block since we are returning.José Valim2012-01-141-3/+5
* | Use a BodyProxy instead of including a Module that responds to close.Santiago Pastorino2012-01-132-14/+31
* | Delegate subdomain method to the URL module, removing duplicationCarlos Antonio da Silva2012-01-121-1/+1
* | Simplify named host logic and missing host condition checkCarlos Antonio da Silva2012-01-121-2/+2
* | Extract ip host regexp to a constantCarlos Antonio da Silva2012-01-121-1/+3
* | Use MiniTest::Assertions instead of Test::Unit::AssertionsRafael Mendonça França2012-01-061-2/+1
* | use assert_equal and assert_operatorAaron Patterson2012-01-061-5/+8
* | use sprintf rather than build_messageAaron Patterson2012-01-061-4/+6
* | Just use assert_equalAaron Patterson2012-01-061-3/+2
* | refactor assert_responseAaron Patterson2012-01-061-7/+10
* | test response assertionsAaron Patterson2012-01-061-8/+0
* | no need for assert_blockAaron Patterson2012-01-061-3/+3
* | stop using build_message for creating a stringAaron Patterson2012-01-061-1/+1
* | just use assert and refute rather than building messagesAaron Patterson2012-01-061-6/+2
* | We should finalize the routes as soon as possible and not wait for the contro...José Valim2012-01-061-2/+0
* | Fix routing test to use assert_equalCarlos Antonio da Silva2012-01-061-2/+2
* | Merge pull request #4117 from lest/remove-deprecatedJosé Valim2012-01-051-6/+0
|\ \
| * | remove status_code from AD::ShowExceptions and useless requiresSergey Nartimov2011-12-211-6/+0
* | | Change more Array.wrap to Kernel#ArrayRafael Mendonça França2012-01-051-1/+1
* | | Override respond_to? since we are also overriding method_missing.José Valim2012-01-031-0/+4
* | | Clean up routes inclusion and add some comments for the next soul that decide...José Valim2012-01-033-46/+49
* | | be explicit about where helpers are installedAaron Patterson2011-12-301-1/+1
* | | just add the writer rather than adding both and removing oneAaron Patterson2011-12-291-2/+1
* | | stop using __send__ and just module eval in the extensionsAaron Patterson2011-12-291-3/+2
* | | we know the classes will be a list, so *tell* it to respond to eachAaron Patterson2011-12-291-3/+3
* | | don't need the begin / endAaron Patterson2011-12-291-21/+17
* | | avoid extra method calls by just defining the delegateAaron Patterson2011-12-291-2/+3
* | | don't use instance eval, just reference variables so we don't have toAaron Patterson2011-12-291-10/+11
* | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2011-12-291-0/+7
|\ \ \
| * | | Documented about using :path option for resourcesKevin Moore2011-12-281-0/+7
* | | | removing dead code.Aaron Patterson2011-12-291-12/+3
* | | | decouple initialize from clear!. Initialize ivars in initialize, clearAaron Patterson2011-12-291-5/+5
* | | | modules don't have any instance methodsAaron Patterson2011-12-291-3/+1
* | | | simplify sweep now that discard and flashes are in syncAaron Patterson2011-12-281-8/+2
* | | | mutations on the underlying hash should also mutate the discard setAaron Patterson2011-12-281-3/+5