Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge pull request #22263 from mastahyeti/csrf-origin-check | Rafael França | 2015-11-26 | 3 | -4/+75 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add option to verify Origin header in CSRF checks | Ben Toews | 2015-11-25 | 3 | -4/+75 | |
* | | | | | | | Merge pull request #22172 from tijmenb/fix-source-in-show-exception | Rafael França | 2015-11-24 | 3 | -0/+16 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add text template for source code | Tijmen Brommet | 2015-11-03 | 3 | -0/+16 | |
* | | | | | | | | Merge pull request #17928 from sergey-alekseev/remove-unused-form-data-method | Sean Griffin | 2015-11-23 | 2 | -3/+29 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | write a test for `#form_data?` | Sergey Alekseev | 2015-03-31 | 2 | -1/+29 | |
* | | | | | | | | | Clearer comment and variable name on IP spoofing | Grey Baker | 2015-11-22 | 1 | -7/+15 | |
| |_|_|_|/ / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #22353 from Bounga/doc_for_cookies_encrypted | Claudio B | 2015-11-20 | 1 | -0/+7 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add missing example for cookies.encrypted [ci skip] | Nicolas Cavigneaux | 2015-11-20 | 1 | -0/+7 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* / | | | | | | | Remove arity check for `RouteSet#draw` | yui-knk | 2015-11-21 | 2 | -10/+0 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-11-15 | 1 | -5/+5 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | adding missing `.` | Gaurav Sharma | 2015-11-15 | 1 | -5/+5 | |
* | | | | | | | | [ci skip] Fix <tt> in doc | claudiob | 2015-11-15 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #22277 from jwworth/pull-request/fix-typo-1447344392 | Rafael França | 2015-11-12 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix typo [ci skip] | Jake Worth | 2015-11-12 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #22259 from daisuko/remove_compiled_root_from_static_rb | Yves Senn | 2015-11-12 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | remove unnecessary @compiled_root from static.rb | daisuko | 2015-11-11 | 1 | -1/+0 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* / | | | | | | | Show middleware classes on /rails/info/properties | claudiob | 2015-11-11 | 1 | -1/+5 | |
|/ / / / / / / | ||||||
* | | | | | | | Require only necessary concurrent-ruby classes. | Jerry D'Antonio | 2015-11-04 | 2 | -2/+2 | |
* | | | | | | | tests, test should not care wether 9ms or 11ms have passed. | Yves Senn | 2015-11-04 | 1 | -1/+1 | |
* | | | | | | | Move `static_cache_contorl` deprecation changelog entry to Railties. | Kasper Timm Hansen | 2015-11-04 | 1 | -5/+0 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | Deprecate exception#original_exception in favor of exception#cause | Yuki Nishijima | 2015-11-03 | 14 | -42/+85 | |
* | | | | | | remove present? call; we do not need it | Aaron Patterson | 2015-11-02 | 1 | -1/+1 | |
* | | | | | | Fix double word 'string' [ci skip] | Jake Worth | 2015-11-01 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-10-31 | 3 | -13/+13 | |
|\ \ \ \ \ | ||||||
| * | | | | | Improved readability of Assertion docs, replaced ‘Assert’ -> ‘Assertsâ€... | amitkumarsuroliya | 2015-10-09 | 3 | -12/+12 | |
| * | | | | | Fixed wording in Assertion docs, changed ‘Assert’ -> ‘Asserts’ | Ronak Jangir | 2015-10-07 | 1 | -1/+1 | |
* | | | | | | Merge pull request #21251 from rodzyn/more_param_parser_tests | Sean Griffin | 2015-10-30 | 1 | -0/+14 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | Add test for parsing application/vnd.api+json | Marcin Olichwirowicz | 2015-08-21 | 1 | -0/+14 | |
* | | | | | | Revert "ActionController::Base#process() now only takes an action name" | Aaron Patterson | 2015-10-29 | 3 | -6/+22 | |
* | | | | | | ActionController::Base#process() now only takes an action name | Aaron Patterson | 2015-10-29 | 3 | -22/+6 | |
* | | | | | | switch to JSON.dump to avoid infinite recursion | Aaron Patterson | 2015-10-29 | 1 | -1/+1 | |
* | | | | | | use `dispatch` instead of `process` to run requests though | eileencodes | 2015-10-29 | 2 | -8/+8 | |
* | | | | | | Remove unnecessary method | eileencodes | 2015-10-29 | 1 | -3/+0 | |
* | | | | | | specify deprecated waring, follow the standard conventions | Gaurav Sharma | 2015-10-28 | 2 | -6/+6 | |
* | | | | | | Write the cookie jar it was not committed in TestCase | Rafael Mendonça França | 2015-10-28 | 2 | -2/+2 | |
* | | | | | | Remove dead code | Rafael Mendonça França | 2015-10-28 | 1 | -5/+0 | |
* | | | | | | Remove skipped JRuby tests that are passing on 9.0.3.0. | Guo Xiang Tan | 2015-10-27 | 3 | -6/+0 | |
* | | | | | | Merge pull request #22060 from sebmck/tweak-wording | Claudio B | 2015-10-25 | 1 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Tweaked wording used in some tests. | Sebastian McKenzie | 2015-10-25 | 1 | -2/+2 | |
* | | | | | | | fix rdoc markup [ci skip] | yuuji.yaginuma | 2015-10-25 | 1 | -4/+4 | |
|/ / / / / / | ||||||
* | | | | | | Remove skip on tests that have been fixed. | Guo Xiang Tan | 2015-10-24 | 1 | -4/+0 | |
* | | | | | | Catch invalid UTF-8 querystring values and respond with BadRequest | Grey Baker | 2015-10-23 | 4 | -7/+37 | |
* | | | | | | FIX: Randomly failing test when running without GIL. | Guo Xiang Tan | 2015-10-23 | 1 | -0/+6 | |
* | | | | | | Merge pull request #22029 from yui-knk/fixup_content_type_regexp | Rafael Mendonça França | 2015-10-22 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Use sufficient a regexp anchor to check `@response.content_type.to_s` | yui-knk | 2015-10-22 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #19327 from rousisk/master | Sean Griffin | 2015-10-22 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Change Integer#year to return a Fixnum instead of a Float to improve consistency | Konstantinos Rousis | 2015-10-22 | 1 | -2/+2 | |
* | | | | | | | Suppress warnings (warnings about AD::IntegrationTest HTTP request) | yui-knk | 2015-10-22 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | remove unnecessary forwardable require | Timo Schilling | 2015-10-21 | 1 | -1/+0 |