aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Merge pull request #8666 from mekishizufu/fix_lambdasSantiago Pastorino2012-12-311-2/+2
|\
| * Fix usage of lambda as a Rack endpointJiri Pospisil2012-12-311-2/+2
* | Alias refute methods to assert_not and perfer assert_not on testsRafael Mendonça França2012-12-311-1/+1
* | Inherit from MiniTest::Unit::TestCase instead of MiniTest::SpecRafael Mendonça França2012-12-311-3/+0
|/
* Merge pull request #8662 from senny/8661_should_not_append_charset_if_already...Santiago Pastorino2012-12-311-2/+6
|\
| * charset should not be appended for `head` responsesYves Senn2012-12-311-2/+6
* | Define [], []=, permanent, signed and encrypted as the only allowed methods f...Santiago Pastorino2012-12-301-9/+57
|/
* Merge pull request #8627 from schneems/schneems/routes-1-9Rafael Mendonça França2012-12-261-1/+1
|\
| * Ruby 1.9 style hash in Route Inspectorschneems2012-12-271-1/+1
* | 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
* | return Mime::NullType if format is unknownAngelo Capilleri2012-12-221-1/+12
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-12-211-0/+5
|\ \
| * | Add script_name option description and example for #url_for optionsIvan Vanyak2012-12-171-0/+5
* | | Fix indentation issuing warningCarlos Antonio da Silva2012-12-201-1/+1
* | | update AD::Journey to follow Rails coding conventionsFrancesco Rodriguez2012-12-2016-437/+439
* | | :nodoc: Journey because is not part of the public API [ci skip]Francesco Rodriguez2012-12-1920-78/+75
* | | remove code for Ruby 1.8.x supportFrancesco Rodriguez2012-12-191-7/+2
* | | Remove the actual extension file as well [ci skip]Andrew White2012-12-191-11/+0
* | | Remove obsolete Hash extension needed for Ruby 1.8.x supportAndrew White2012-12-191-1/+0
* | | Integrate Journey into Action DispatchAndrew White2012-12-1927-1/+2339
* | | Minor js review [ci skip]Carlos Antonio da Silva2012-12-181-7/+7
* | | Format routes as html on debug pageschneems2012-12-174-2/+76
| |/ |/|
* | Merge pull request #8529 from schneems/schneems/debug-exceptions-extend-pathSteve Klabnik2012-12-161-1/+1
|\ \ | |/ |/|
| * DebugExceptions `File.join` => `File.expand_path`schneems2012-12-161-1/+1
* | Revert "Merge pull request #8499 from schneems/schneems/html-route-inspector"Steve Klabnik2012-12-141-24/+7
* | remove a cache we do not needAaron Patterson2012-12-141-5/+1
* | Merge pull request #8510 from thedarkone/thread_safety_improvementsAaron Patterson2012-12-142-15/+7
|\ \
| * | Replace some global Hash usages with the new thread safe cache.thedarkone2012-12-142-15/+7
* | | Clear url helper methods when routes are reloadedAndrew White2012-12-141-0/+6
* | | Revert "Clear url helpers when reloading routes"Andrew White2012-12-141-1/+0
* | | Output routes in :html formatschneems2012-12-121-7/+24
* | | Fix rewinding in ActionDispatch::Request#raw_postMatt Venables2012-12-111-2/+3
* | | Match the controller and path names defensively.Hiro Asari2012-12-101-1/+1
* | | Merge pull request #8468 from schneems/schneems/rack-index-pageSantiago Pastorino2012-12-101-1/+1
|\ \ \ | |/ / |/| |
| * | Use Rails to Render Default Index Pageschneems2012-12-101-1/+1
* | | Merge pull request #8476 from sheerun/fix/multipart-getRafael Mendonça França2012-12-101-1/+5
|\ \ \ | |/ / |/| |
| * | Prevent raising EOFError on multipart GET request.Adam Stankiewicz2012-12-101-1/+5
* | | use `_action` instead of `_filter` callbacksFrancesco Rodriguez2012-12-071-2/+2
|/ /