| Commit message (Expand) | Author | Age | Files | Lines |
* | :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 |
|/ |
|
* | Merge pull request #8412 from JoeyButler/action_dispatch_routing_mapper_refac... | Rafael Mendonça França | 2012-12-05 | 1 | -18/+14 |
|\ |
|
| * | Extract method refactoring in ActionDispatch::Routing::SingletonResource. | Joey Butler | 2012-12-05 | 1 | -18/+14 |
* | | Adding filter capability to ActionController logs | Fabrizio Regini | 2012-12-05 | 2 | -0/+38 |
* | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-12-04 | 6 | -14/+2 |
|\ \ |
|
| * | | Remove nodoc from FlashHash #[]= [ci skip] | Pablo Torres | 2012-12-01 | 1 | -1/+1 |
| * | | Cleans and removes 'Examples' tag [ci skip] | Alvaro Pereyra | 2012-12-01 | 1 | -2/+0 |
| * | | Cleans and removes useless 'Examples' tag [ci skip] | Alvaro Pereyra | 2012-12-01 | 3 | -10/+0 |
| * | | Revert "Remove trailing whitespaces" | Florent Guilleux | 2012-12-01 | 1 | -1/+1 |
| * | | Remove trailing whitespaces | Florent Guilleux | 2012-12-01 | 1 | -1/+1 |
| * | | nodoc AD & AV railties classes | Carlos Duclos | 2012-12-01 | 1 | -1/+1 |
| |/ |
|
* / | Fixed issue where routes with globs caused constraints on that glob to | Maura Fitzgerald | 2012-12-04 | 1 | -1/+1 |
|/ |
|
* | Use File.join to better integrate fixture_path in fixture_file_upload. | Ben Woosley | 2012-11-26 | 1 | -5/+7 |
* | Refector a bit to remove extra slice iteration and splat call | Carlos Antonio da Silva | 2012-11-24 | 1 | -2/+2 |
* | Use merge! in some places to avoid creating extra hashes | Carlos Antonio da Silva | 2012-11-24 | 2 | -4/+4 |
* | Simplify scope options recovery by using merge! | Carlos Antonio da Silva | 2012-11-24 | 1 | -6/+1 |
* | Normalize scope recovering :blocks option name | Carlos Antonio da Silva | 2012-11-24 | 1 | -3/+3 |
* | Simplify constraints condition in scope when checking for Hash | Carlos Antonio da Silva | 2012-11-24 | 1 | -7/+4 |
* | Allow setting a symbol as path in scope on routes | Guillermo Iguaran | 2012-11-21 | 1 | -1/+1 |
* | Merge pull request #8183 from jcoglan/objectless_sessions | Jon Leighton | 2012-11-21 | 1 | -10/+24 |
|\ |
|
| * | Store FlashHashes in the session as plain hashes rather than custom objects w... | James Coglan | 2012-11-09 | 1 | -10/+24 |
* | | Correct the use of params options when given to url_for | Carlos Antonio da Silva | 2012-11-19 | 1 | -1/+1 |
* | | Fix issue with params in url_for | tumayun | 2012-11-19 | 1 | -1/+1 |
* | | Fix UpgradeSignatureToEncryptionCookieStore doc | Santiago Pastorino | 2012-11-19 | 1 | -9/+4 |
* | | Removed extra call to #diff in #assert_recognizes. assert_equal calls it for ... | Ryan Davis | 2012-11-17 | 1 | -4/+7 |
* | | Improve UpgradeSignatureToEncryptionCookieStore docs | Santiago Pastorino | 2012-11-16 | 1 | -1/+14 |