aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-01-092-9/+17
|\
| * extract alert= and notice= examples to FlashHash#now [ci skip]Francesco Rodriguez2013-01-031-17/+15
| * Add examples `alert=` and `notice=`, using memeslambda_2013-01-031-0/+10
| * Change `Example for` to `Example of`lambda_2013-01-031-2/+2
* | Eliminate Rack::File headers deprecation warningSam Ruby2013-01-081-1/+1
* | Avoid Rack security warning no secret providedSantiago Pastorino2013-01-081-0/+2
* | refactor ShowExceptions' #call to use def-rescue instead of begin-rescueGosha Arinich2013-01-071-7/+4
* | remove begin-rescue in favor of def-rescueGosha Arinich2013-01-071-10/+9
* | Fix operators precedence issueRafael Mendonça França2013-01-061-1/+1
* | Merge pull request #8787 from tank-bohr/masterRafael Mendonça França2013-01-061-2/+2
|\ \
| * | return multiple assingment and response variabletank-bohr2013-01-071-2/+2
* | | Merge pull request #8785 from goshakkk/refactor-debug-exceptionsRafael Mendonça França2013-01-061-2/+1
|\ \ \ | |/ / |/| |
| * | refactor DebugExceptions by combining two conditionals into oneGosha Arinich2013-01-071-2/+1
* | | Reduce number of Strings a bitAkira Matsuda2013-01-071-3/+3
|/ /
* | 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