aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Add encrypted cookie storeSantiago Pastorino2012-11-031-3/+20
| * | Add cookie.encrypted which returns an EncryptedCookieJarSantiago Pastorino2012-11-031-0/+48
| * | Sign cookies using key deriverSantiago Pastorino2012-11-031-15/+19
| |/
* | Revert "Merge pull request #8017 from jcoglan/objectless_sessions"Jon Leighton2012-11-091-24/+9
* | Remove free usage of #tapCarlos Antonio da Silva2012-11-081-3/+4
* | Merge pull request #8017 from jcoglan/objectless_sessionsJon Leighton2012-11-081-9/+23
|\ \
| * | Store FlashHashes in the session as plain hashes rather than custom objects w...James Coglan2012-11-031-9/+23
| |/
* / Add ensure block to make sure the state is properly restoredCarlos Antonio da Silva2012-11-041-1/+1
|/
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-11-035-14/+14
|\
| * 1.9 hash syntax changes to docsAvnerCohen2012-10-315-14/+14
* | memoize calculated ip without additional variableSergey Nartimov2012-11-011-6/+4
* | Fix #8086 (BestStandardsSupport rewrites app X-UA-Compatible header, now appe...Nikita Afanasenko2012-11-011-1/+7
|/
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-10-111-1/+1
|\
| * Space between "every" and "time"schneems2012-10-021-1/+1
* | rename page_cache_extension option to default_static_extensionFrancesco Rodriguez2012-10-031-1/+1
* | Failsafe exception returns text/plain.Steve Klabnik2012-10-011-3/+3
|/
* Merge pull request #7444 from szimek/params_parser_raises_parsing_errorAaron Patterson2012-09-261-5/+12
|\