Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | 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 | |
* | | | | | | | Merge pull request #17614 from gsamokovarov/exception-wrapper-basic-tests | Santiago Pastorino | 2014-11-14 | 1 | -0/+66 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Add basic tests for ActionDispatch::ExceptionWrapper | Genadi Samokovarov | 2014-11-13 | 1 | -0/+66 | |
* | | | | | | | Make FlashHash#key? work with symbol and string | Rafael Mendonça França | 2014-11-11 | 1 | -0/+9 | |
* | | | | | | | Remove useless `only_path: true` in path helpers | Godfrey Chan | 2014-11-10 | 1 | -3/+2 | |
* | | | | | | | Pass the route name explicitly | Godfrey Chan | 2014-11-10 | 1 | -0/+12 | |
|/ / / / / / | ||||||
* | | | | | | Remove session to allow `with_routing` to be called twice. | Guo Xiang Tan | 2014-11-05 | 2 | -0/+37 | |
* | | | | | | Merge pull request #17440 from claudiob/remove-yet-another-redundant-to-s | Xavier Noria | 2014-10-30 | 1 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove redundant `to_s` in interpolation | claudiob | 2014-10-30 | 1 | -2/+2 | |
* | | | | | | | 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 | |
* | | | | | | Merge pull request #17362 from bronzle/fix_debug_exceptions_app | Rafael Mendonça França | 2014-10-26 | 1 | -1/+41 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Show the user’s application in the source window and select the correct tra... | Byron Bischoff | 2014-10-23 | 1 | -1/+41 | |
* | | | | | | | give a better error message for misspelled helpers | Xavier Noria | 2014-10-25 | 2 | -0/+27 | |
|/ / / / / / | ||||||
* | | | | | | fix small typo in routing test | Accessd | 2014-10-21 | 1 | -1/+1 | |
* | | | | | | fix url generation error message | Accessd | 2014-10-21 | 1 | -0/+10 | |
* | | | | | | Improve Journey compliance to RFC 3986 | Nicolas Cavigneaux | 2014-10-14 | 1 | -6/+19 | |
* | | | | | | Add regression test for router was overwriting PATH_INFO | Arthur Neves | 2014-10-10 | 1 | -0/+8 | |
|/ / / / / | ||||||
* | | | | | Request#check_method no longer breaks when :en is not available locale | Stefan Henzen | 2014-10-09 | 1 | -0/+16 | |
* | | | | | Parse HTML as document fragment. | Kasper Timm Hansen | 2014-09-29 | 1 | -3/+3 | |
* | | | | | Use Hash#each_key instead of Hash#keys.each | Erik Michaels-Ober | 2014-09-29 | 3 | -8/+8 | |
* | | | | | Revert "Merge pull request #16966 from why-el/symbolize-path-params" | Rafael Mendonça França | 2014-09-25 | 1 | -8/+0 | |
* | | | | | Ensure named path params are symbols (Fixes #16958) | Mohamed Wael Khobalatte | 2014-09-25 | 1 | -0/+8 | |
* | | | | | Fix actionpack test cases broken by #16888 | Godfrey Chan | 2014-09-26 | 2 | -29/+9 | |
* | | | | | Rescue Rack::Utils::ParameterTypeError instead of TypeError | Yuki Nishijima | 2014-09-13 | 1 | -3/+3 |