| Commit message (Expand) | Author | Age | Files | Lines |
* | add source line padding | Gosha Arinich | 2013-01-02 | 1 | -0/+4 |
* | remove meaningless AS::FrozenObjectError | Akira Matsuda | 2013-01-02 | 1 | -1/+0 |
* | Fix indent in UnknownAction template | Guillermo Iguaran | 2013-01-01 | 1 | -1/+1 |
* | Summary and Details HTML elements aren't supported in all modern browsers | Guillermo Iguaran | 2012-12-31 | 2 | -12/+12 |
* | Add style to AV::Template::Error exception page | Guillermo Iguaran | 2012-12-31 | 2 | -14/+42 |
* | Improve line-height to have better line spacing in exception message | Guillermo Iguaran | 2012-12-31 | 1 | -0/+1 |
* | Add new style to Routing Error page | Guillermo Iguaran | 2012-12-31 | 1 | -19/+22 |
* | Styling for exception page | Guillermo Iguaran | 2012-12-31 | 6 | -29/+150 |
* | Add source extract to detailed exception page | Guillermo Iguaran | 2012-12-31 | 4 | -2/+34 |
* | Merge pull request #8666 from mekishizufu/fix_lambdas | Santiago Pastorino | 2012-12-31 | 1 | -2/+2 |
|\ |
|
| * | Fix usage of lambda as a Rack endpoint | Jiri Pospisil | 2012-12-31 | 1 | -2/+2 |
* | | Alias refute methods to assert_not and perfer assert_not on tests | Rafael Mendonça França | 2012-12-31 | 1 | -1/+1 |
* | | Inherit from MiniTest::Unit::TestCase instead of MiniTest::Spec | Rafael Mendonça França | 2012-12-31 | 1 | -3/+0 |
|/ |
|
* | Merge pull request #8662 from senny/8661_should_not_append_charset_if_already... | Santiago Pastorino | 2012-12-31 | 1 | -2/+6 |
|\ |
|
| * | charset should not be appended for `head` responses | Yves Senn | 2012-12-31 | 1 | -2/+6 |
* | | Define [], []=, permanent, signed and encrypted as the only allowed methods f... | Santiago Pastorino | 2012-12-30 | 1 | -9/+57 |
|/ |
|
* | Merge pull request #8627 from schneems/schneems/routes-1-9 | Rafael Mendonça França | 2012-12-26 | 1 | -1/+1 |
|\ |
|
| * | Ruby 1.9 style hash in Route Inspector | schneems | 2012-12-27 | 1 | -1/+1 |
* | | We need to check explictly that env['action_dispatch.show_exceptions'] | Rafael Mendonça França | 2012-12-26 | 1 | -1/+1 |
* | | more descriptive return parameters | Hrvoje Šimić | 2012-12-26 | 1 | -4/+3 |
* | | return Mime::NullType if format is unknown | Angelo Capilleri | 2012-12-22 | 1 | -1/+12 |
* | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-12-21 | 1 | -0/+5 |
|\ \ |
|
| * | | Add script_name option description and example for #url_for options | Ivan Vanyak | 2012-12-17 | 1 | -0/+5 |
* | | | Fix indentation issuing warning | Carlos Antonio da Silva | 2012-12-20 | 1 | -1/+1 |
* | | | update AD::Journey to follow Rails coding conventions | Francesco Rodriguez | 2012-12-20 | 16 | -437/+439 |
* | | | :nodoc: Journey because is not part of the public API [ci skip] | Francesco Rodriguez | 2012-12-19 | 20 | -78/+75 |
* | | | remove code for Ruby 1.8.x support | Francesco Rodriguez | 2012-12-19 | 1 | -7/+2 |
* | | | Remove the actual extension file as well [ci skip] | Andrew White | 2012-12-19 | 1 | -11/+0 |
* | | | Remove obsolete Hash extension needed for Ruby 1.8.x support | Andrew White | 2012-12-19 | 1 | -1/+0 |
* | | | Integrate Journey into Action Dispatch | Andrew White | 2012-12-19 | 27 | -1/+2339 |
* | | | Minor js review [ci skip] | Carlos Antonio da Silva | 2012-12-18 | 1 | -7/+7 |
* | | | Format routes as html on debug page | schneems | 2012-12-17 | 4 | -2/+76 |
| |/
|/| |
|
* | | Merge pull request #8529 from schneems/schneems/debug-exceptions-extend-path | Steve Klabnik | 2012-12-16 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | DebugExceptions `File.join` => `File.expand_path` | schneems | 2012-12-16 | 1 | -1/+1 |
* | | Revert "Merge pull request #8499 from schneems/schneems/html-route-inspector" | Steve Klabnik | 2012-12-14 | 1 | -24/+7 |
* | | remove a cache we do not need | Aaron Patterson | 2012-12-14 | 1 | -5/+1 |
* | | Merge pull request #8510 from thedarkone/thread_safety_improvements | Aaron Patterson | 2012-12-14 | 2 | -15/+7 |
|\ \ |
|
| * | | Replace some global Hash usages with the new thread safe cache. | thedarkone | 2012-12-14 | 2 | -15/+7 |
* | | | Clear url helper methods when routes are reloaded | Andrew White | 2012-12-14 | 1 | -0/+6 |
* | | | Revert "Clear url helpers when reloading routes" | Andrew White | 2012-12-14 | 1 | -1/+0 |
* | | | Output routes in :html format | schneems | 2012-12-12 | 1 | -7/+24 |
* | | | Fix rewinding in ActionDispatch::Request#raw_post | Matt Venables | 2012-12-11 | 1 | -2/+3 |
* | | | Match the controller and path names defensively. | Hiro Asari | 2012-12-10 | 1 | -1/+1 |
* | | | Merge pull request #8468 from schneems/schneems/rack-index-page | Santiago Pastorino | 2012-12-10 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Use Rails to Render Default Index Page | schneems | 2012-12-10 | 1 | -1/+1 |
* | | | Merge pull request #8476 from sheerun/fix/multipart-get | Rafael Mendonça França | 2012-12-10 | 1 | -1/+5 |
|\ \ \
| |/ /
|/| | |
|
| * | | Prevent raising EOFError on multipart GET request. | Adam Stankiewicz | 2012-12-10 | 1 | -1/+5 |
* | | | use `_action` instead of `_filter` callbacks | Francesco Rodriguez | 2012-12-07 | 1 | -2/+2 |
|/ / |
|
* | | Revert "Invert precedence of content in ActionDispatch::Static" | Andrew White | 2012-12-07 | 1 | -11/+7 |
* | | Invert precedence of content in ActionDispatch::Static | Andrew White | 2012-12-06 | 1 | -7/+11 |
|/ |
|