aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware
Commit message (Expand)AuthorAgeFilesLines
* fix for rbxtank-bohr2013-01-071-2/+2
* Rename route_wrapper partial layout to tableCarlos Antonio da Silva2013-01-061-0/+0
* Move table routes formatter class to the inspector and rename itCarlos Antonio da Silva2013-01-062-19/+1
* Remove suggestion that Procs can be used as session secrets.James Coglan2013-01-051-7/+4
* Close container div tag in routing error pageCarlos Antonio da Silva2013-01-051-9/+11
* Move style to head to make routes page valid html5Carlos Antonio da Silva2013-01-052-4/+6
* display mountable engine routes on RoutingError.Yves Senn2013-01-052-8/+23
* Allow use of durations for ActionDispatch::SSL configurationAndrew White2013-01-041-1/+1
* Remove unnecessary `ERB::Util::h`Ryunosuke SATO2013-01-057-17/+17
* Suppress warning about IO#lines in Ruby 2.0Ryunosuke SATO2013-01-041-1/+1
* move error page js into script tagGosha Arinich2013-01-043-5/+27
* Merge pull request #8713 from goshakkk/better-error-pageGuillermo Iguaran2013-01-032-12/+10
|\
| * fix env toggling, improve error page stylingGosha Arinich2013-01-032-12/+10
* | Explain the possible precautionsAndre Arko2013-01-021-3/+4
* | Restore original remote_ip algorithm.Andre Arko2013-01-021-53/+112
|/
* Fixing closing </p>Guillermo Iguaran2013-01-021-1/+1
* Fix a number of validation/style errors:Sam Ruby2013-01-022-8/+7
* Merge pull request #8688 from goshakkk/error-page-toggleGuillermo Iguaran2013-01-021-3/+3
|\
| * allow toggling dumps instead of just showingGosha Arinich2013-01-021-3/+3
* | Cleanup some unnecessary CSS on the new error page and reformat some lines.Lucas Mazza2013-01-021-12/+13
* | add source line paddingGosha Arinich2013-01-021-0/+4
|/
* remove meaningless AS::FrozenObjectErrorAkira Matsuda2013-01-021-1/+0
* Fix indent in UnknownAction templateGuillermo Iguaran2013-01-011-1/+1
* Summary and Details HTML elements aren't supported in all modern browsersGuillermo Iguaran2012-12-312-12/+12
* Add style to AV::Template::Error exception pageGuillermo Iguaran2012-12-312-14/+42
* Improve line-height to have better line spacing in exception messageGuillermo Iguaran2012-12-311-0/+1
* Add new style to Routing Error pageGuillermo Iguaran2012-12-311-19/+22
* Styling for exception pageGuillermo Iguaran2012-12-316-29/+150
* Add source extract to detailed exception pageGuillermo Iguaran2012-12-314-2/+34
* Define [], []=, permanent, signed and encrypted as the only allowed methods f...Santiago Pastorino2012-12-301-9/+57
* We need to check explictly that env['action_dispatch.show_exceptions']Rafael Mendonça França2012-12-261-1/+1
* more descriptive return parametersHrvoje Šimić2012-12-261-4/+3
* Minor js review [ci skip]Carlos Antonio da Silva2012-12-181-7/+7
* Format routes as html on debug pageschneems2012-12-174-2/+76
* DebugExceptions `File.join` => `File.expand_path`schneems2012-12-161-1/+1
* Remove nodoc from FlashHash #[]= [ci skip]Pablo Torres2012-12-011-1/+1
* Revert "Remove trailing whitespaces"Florent Guilleux2012-12-011-1/+1
* Remove trailing whitespacesFlorent Guilleux2012-12-011-1/+1
* Merge pull request #8183 from jcoglan/objectless_sessionsJon Leighton2012-11-211-10/+24
|\
| * Store FlashHashes in the session as plain hashes rather than custom objects w...James Coglan2012-11-091-10/+24
* | Fix UpgradeSignatureToEncryptionCookieStore docSantiago Pastorino2012-11-191-9/+4
* | Improve UpgradeSignatureToEncryptionCookieStore docsSantiago Pastorino2012-11-161-1/+14
* | Add UpgradeSignatureToEncryptionCookieStoreSantiago Pastorino2012-11-162-2/+25
* | Call get_cookie to allow the method to be overriden by subclassesSantiago Pastorino2012-11-161-1/+1
* | Add missing env param to get_cookieSantiago Pastorino2012-11-161-1/+1
* | Merge pull request #8112 from rails/encrypted_cookiesSantiago Pastorino2012-11-152-34/+95
|\ \
| * | Disallow ability to use EncryptedCookieJar with DummyKeyGeneratorSantiago Pastorino2012-11-031-0/+5
| * | Rename secret_token_key to secret_key_baseSantiago Pastorino2012-11-031-3/+3
| * | Move ensure_secret_secure to DummyKeyGeneratorSantiago Pastorino2012-11-031-24/+0
| * | Allow users to change the default salt if they want, shouldn't be necessarySantiago Pastorino2012-11-031-11/+22