| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Add a failing test demonstrating regression with HEAD requests to Rack apps, ... | Jeremy Kemper | 2015-02-24 | 1 | -3/+9 |
|/ |
|
* | Prefer request_id over uuid and test the alias | Rafael Mendonça França | 2015-02-20 | 1 | -4/+8 |
* | Merge pull request #18218 from brainopia/fix_match_shorthand_in_routes | Rafael Mendonça França | 2015-02-20 | 1 | -0/+9 |
|\ |
|
| * | Improve shorthand matching for routes | brainopia | 2015-01-25 | 1 | -0/+9 |
* | | lazily create the integration session | Aaron Patterson | 2015-02-12 | 1 | -4/+0 |
* | | Explicitly ignored wildcard verbs from head_routes | Terence Sun | 2015-02-08 | 1 | -0/+12 |
* | | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on... | Vipul A M | 2015-02-03 | 2 | -2/+0 |
* | | Show proper traces on Windows for the error pages | Genadi Samokovarov | 2015-02-01 | 1 | -0/+17 |
* | | Consistent usage of spaces in hashes across our codebase | Rafael Mendonça França | 2015-01-29 | 11 | -53/+53 |
* | | Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration | Kir Shatrov | 2015-01-29 | 13 | -80/+81 |
|/ |
|
* | Fix name_for_action in routing | rono23 | 2015-01-19 | 1 | -0/+38 |
* | No need of requiring `rbconfig`, it is by-default loaded | Kuldeep Aggarwal | 2015-01-10 | 1 | -1/+0 |
* | Remove deprecated usage of string keys in URL helpers | Rafael Mendonça França | 2015-01-04 | 1 | -20/+0 |
* | Remove deprecated `only_path` option on `*_path` helpers | Rafael Mendonça França | 2015-01-04 | 1 | -44/+0 |
* | Remove deprecated support to define routes with `:to` option that | Rafael Mendonça França | 2015-01-04 | 1 | -30/+4 |
* | Remove deprecated `ActionDispatch::Response#to_ary` | Rafael Mendonça França | 2015-01-04 | 1 | -16/+2 |
* | Merge pull request #10380 from JonRowe/test_all_domain_2_letter_tld | Rafael Mendonça França | 2015-01-02 | 1 | -0/+7 |
|\ |
|
| * | add test asserting that 2 letter tlds with 3 letter domain names work when op... | Jon Rowe | 2013-04-30 | 1 | -0/+7 |
* | | Use released rack | Godfrey Chan | 2014-12-19 | 1 | -1/+1 |
* | | allow reseting of request variants | Timo Schilling | 2014-12-16 | 1 | -0/+7 |
* | | Don't convert empty arrays to nils when deep munging params | Chris Sinjakli | 2014-12-15 | 2 | -4/+4 |
* | | Merge pull request #18022 from agrobbin/url-helpers-optional-scopes | Santiago Pastorino | 2014-12-13 | 1 | -0/+12 |
|\ \ |
|
| * | | allow URL helpers to work with optional scopes | Alex Robbin | 2014-12-13 | 1 | -0/+12 |
* | | | ParameterFilter shouldn't try to dup symbol keys | Nate Berkopec | 2014-12-13 | 1 | -2/+2 |
|/ / |
|
* | | Fix handling of positional url helper arguments when format is false | Tatiana Soukiassian | 2014-12-13 | 1 | -0/+28 |
* | | Mounted Rack apps should have default named routes based on app name | T.J. Schuck | 2014-12-06 | 1 | -11/+33 |
* | | Merge pull request #17792 from rockrep/master | Rafael Mendonça França | 2014-12-04 | 1 | -0/+10 |
|\ \ |
|
| * | | allow 'all' for :domain option in addition to :all | rockrep | 2014-11-26 | 1 | -0/+10 |
* | | | Remove "rescue" clause around "require 'openssl'" | claudiob | 2014-12-03 | 1 | -10/+1 |
* | | | Fix "nonexistent" typo in tests | Melissa Xie | 2014-12-02 | 1 | -2/+2 |
* | | | Refactor debug view | Kir Shatrov | 2014-12-02 | 1 | -0/+23 |
* | | | Merge pull request #17823 from byroot/fix-mount-rack-apps-with-as | Sean Griffin | 2014-11-29 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Pure rack apps can be mounted with a name | Jean Boussier | 2014-11-29 | 1 | -1/+1 |
* | | | | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 1 | -2/+2 |
|/ / / |
|
* | | | Merge branch 'deprecate-string-options-in-url-helpers' | Sean Griffin | 2014-11-24 | 1 | -0/+20 |
|\ \ \ |
|
| * | | | Deprecate string options in URL helpers | Melanie Gilman | 2014-11-24 | 1 | -0/+20 |
* | | | | Show source view and backtrace on missing template errors | Genadi Samokovarov | 2014-11-24 | 1 | -0/+27 |
|/ / / |
|
* | | | Merge pull request #17642 from tgxworld/fix_template_assertion_on_assigns | Rafael Mendonça França | 2014-11-17 | 1 | -1/+13 |
|\ \ \ |
|
| * | | | Fix for assigns(:..) resetting template assertions | Calvin Correli | 2014-11-17 | 1 | -1/+13 |
* | | | | Rename #source_extract to #source_extracts in ExceptionWrapper | Genadi Samokovarov | 2014-11-16 | 1 | -2/+2 |
* | | | | Don't let #{application,framework,full}_trace be nil | Genadi Samokovarov | 2014-11-16 | 1 | -0/+31 |
* | | | | Add basic tests for ActionDispatch::ExceptionWrapper | Genadi Samokovarov | 2014-11-13 | 1 | -0/+66 |
|/ / / |
|
* | | | Merge branch 'master-sec' | Aaron Patterson | 2014-10-30 | 1 | -2/+20 |
|\ \ \ |
|
| * | | | FileHandler should not be called for files outside the root | Aaron Patterson | 2014-10-10 | 1 | -2/+20 |
* | | | | Deprecate the `only_path` option on `*_path` helpers. | Godfrey Chan | 2014-10-28 | 1 | -0/+80 |
* | | | | Show the user’s application in the source window and select the correct tra... | Byron Bischoff | 2014-10-23 | 1 | -1/+41 |
* | | | | fix small typo in routing test | Accessd | 2014-10-21 | 1 | -1/+1 |
|/ / / |
|
* | | | Request#check_method no longer breaks when :en is not available locale | Stefan Henzen | 2014-10-09 | 1 | -0/+16 |
* | | | Use Hash#each_key instead of Hash#keys.each | Erik Michaels-Ober | 2014-09-29 | 1 | -1/+1 |
* | | | Revert "Merge pull request #16966 from why-el/symbolize-path-params" | Rafael Mendonça França | 2014-09-25 | 1 | -8/+0 |