| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #17978 from kommen/fixed-pr-14903 | Rafael Mendonça França | 2015-01-02 | 1 | -0/+20 |
|\ |
|
| * | Ensure append_info_to_payload is called even if an exception is raised. | Dieter Komendera | 2014-12-10 | 1 | -0/+20 |
* | | Integration requests should work in contexts without setup and teardown | brainopia | 2015-01-02 | 1 | -0/+24 |
* | | Correctly use the response's status code calling head | Robin Dupret | 2014-12-31 | 1 | -0/+17 |
* | | Remove single space response body for head request | Prathamesh Sonpatki | 2014-12-30 | 1 | -3/+3 |
* | | Use released rack | Godfrey Chan | 2014-12-19 | 1 | -1/+1 |
* | | Merge pull request #17995 from jethroo/fix/assert_template_with_unsupported_l... | Rafael Mendonça França | 2014-12-16 | 1 | -0/+7 |
|\ \ |
|
| * | | adding that assert_template with :layout will raise ArgumentError for unknown... | Carsten Wirth | 2014-12-16 | 1 | -0/+7 |
| |/ |
|
* | | Merge pull request #18052 from timoschilling/reset_variants | Rafael Mendonça França | 2014-12-16 | 1 | -0/+7 |
|\ \ |
|
| * | | allow reseting of request variants | Timo Schilling | 2014-12-16 | 1 | -0/+7 |
* | | | Remove misleading test: around_action return false | claudiob | 2014-12-15 | 1 | -19/+1 |
|/ / |
|
* | | 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 |
* | | Add AC::Parameters#to_unsafe_h | Prem Sichanugrist | 2014-12-12 | 1 | -0/+6 |
|/ |
|
* | Mounted Rack apps should have default named routes based on app name | T.J. Schuck | 2014-12-06 | 1 | -11/+33 |
* | Typo: Hello = Guten Tag (in German) | Tu Hoang | 2014-12-05 | 2 | -3/+3 |
* | 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 |
* | | Merge pull request #17873 from kirs/refactor-debug-erb | Rafael Mendonça França | 2014-12-02 | 1 | -0/+23 |
|\ \ |
|
| * | | Refactor debug view | Kir Shatrov | 2014-12-02 | 1 | -0/+23 |
* | | | Merge pull request #17862 from lucasmazza/lm-hide-action | Rafael Mendonça França | 2014-12-02 | 1 | -1/+2 |
|/ / |
|
* | | Merge pull request #17827 from rkh/rkh-fix-or-pattern | Aaron Patterson | 2014-12-01 | 1 | -0/+2 |
|\ \ |
|
| * | | make OR in journey patterns compile to a valid regular expression | Konstantin Haase | 2014-11-29 | 1 | -0/+2 |
* | | | 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 | 4 | -8/+8 |
|/ / |
|
* | | Merge pull request #17186 from tgxworld/header_authentication_token | Matthew Draper | 2014-11-27 | 1 | -2/+21 |
|\ \ |
|
| * | | Allow authentication header to not have to specify 'token=' key. | Guo Xiang Tan | 2014-10-10 | 1 | -2/+21 |
* | | | Merge pull request #17733 from yuki24/do-not-rescue-exception-in-params-parser | Rafael Mendonça França | 2014-11-25 | 1 | -0/+10 |
|\ \ \ |
|
| * | | | Do not rescue Exception in ParamsParser | Yuki Nishijima | 2014-11-23 | 1 | -0/+10 |
* | | | | Merge branch 'nil_script_name' | Santiago Pastorino | 2014-11-25 | 1 | -0/+7 |
|\ \ \ \ |
|
| * | | | | Add regression test case to ensure script_name as nil is not used anymore in ... | Santiago Pastorino | 2014-11-25 | 1 | -0/+7 |
|/ / / / |
|
* | | | | 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 |
| |/ / / |
|
* | | | | Merge pull request #17747 from gsamokovarov/missing-template-backtrace | David Heinemeier Hansson | 2014-11-24 | 1 | -0/+27 |
|\ \ \ \ |
|
| * | | | | Show source view and backtrace on missing template errors | Genadi Samokovarov | 2014-11-24 | 1 | -0/+27 |
| |/ / / |
|
* | | | | Deprecate `use_route` in controller tests | Godfrey Chan | 2014-11-23 | 1 | -2/+2 |
* | | | | Fix cases where the wrong name is passed to `Formatter#generate` | Godfrey Chan | 2014-11-23 | 2 | -2/+2 |
|/ / / |
|
* | | | Test using `ActionController::TestCase` with engines | Godfrey Chan | 2014-11-23 | 1 | -0/+52 |
* | | | Anchor should not be appended when set to nil/false. | Guo Xiang Tan | 2014-11-23 | 2 | -0/+17 |
* | | | Make sure assert_select can assert body tag | Rafael Mendonça França | 2014-11-18 | 2 | -3/+24 |
* | | | 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 |