Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Add `internal` attribute to routes | Jon Moss | 2016-02-22 | 4 | -4/+30 | |
* | | | | Make sure we unregister the mime type before registering | Rafael Mendonça França | 2016-02-22 | 1 | -10/+22 | |
* | | | | Transform the mime object to symbol when registering the parsers | Rafael Mendonça França | 2016-02-22 | 3 | -5/+15 | |
* | | | | Use symbol of mime type instead of object to get correct parser | Mehmet Emin İNAÇ | 2016-02-22 | 4 | -6/+22 | |
* | | | | Make per form token work when method is not provided | Rafael Mendonça França | 2016-02-22 | 1 | -2/+16 | |
* | | | | Merge pull request #23752 from vipulnsward/23524-fix-button_to_delete | Rafael Mendonça França | 2016-02-22 | 1 | -48/+60 | |
|\ \ \ \ | ||||||
| * | | | | Refactored Request Forgery CSRF PerFormTokensController tests and DRY'ed them... | Vipul A M | 2016-02-22 | 1 | -70/+38 | |
| * | | | | Fixed passing of delete method on button_to tag, creating wrong form csrf token | Vipul A M | 2016-02-21 | 1 | -0/+44 | |
* | | | | | Fix typographical error | Gustavo Villa | 2016-02-22 | 1 | -1/+1 | |
* | | | | | Merge pull request #23682 from ShikChen/fast_strxor | Santiago Pastorino | 2016-02-21 | 1 | -1/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | Improve the performance of string xor operation | shik | 2016-02-15 | 1 | -1/+2 | |
* | | | | | | Merge pull request #23695 from kaspth/remove-automatic-collection-caching | Kasper Timm Hansen | 2016-02-20 | 2 | -17/+6 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Make collection caching explicit. | Kasper Timm Hansen | 2016-02-20 | 2 | -17/+6 | |
* | | | | | | Deprecate AC::Parameters#== with a Hash | Benjamin Quorning | 2016-02-19 | 2 | -11/+18 | |
* | | | | | | Fix AC::Parameters#== with other AC::Parameters | Benjamin Quorning | 2016-02-19 | 2 | -3/+37 | |
* | | | | | | Tests for AC::Parameters#== | Benjamin Quorning | 2016-02-19 | 1 | -0/+6 | |
* | | | | | | Fix master build | Jon Moss | 2016-02-18 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | fields_for_style needs to test for AC::Parameters | Aaron Patterson | 2016-02-17 | 2 | -1/+22 | |
* | | | | | partially revert 69009f4473637a44ade26d954ef5ddea6ff903f2 | Aaron Patterson | 2016-02-17 | 1 | -4/+1 | |
* | | | | | Implement ActionController::Parameters#inspect | Benjamin Quorning | 2016-02-17 | 2 | -1/+14 | |
* | | | | | Merge pull request #23729 from maclover7/rm-unused-journey | Rafael França | 2016-02-17 | 2 | -8/+0 | |
|\ \ \ \ \ | ||||||
| * | | | | | Remove unused Journey code | Jon Moss | 2016-02-17 | 2 | -8/+0 | |
* | | | | | | Fix typo | Rafael Mendonça França | 2016-02-17 | 1 | -1/+1 | |
* | | | | | | Merge pull request #23712 from bf4/incorrect_to_accept_json_api_and_not_rende... | Rafael França | 2016-02-17 | 2 | -10/+3 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | The JSON API media type should only work wih a JSON API handler | Benjamin Fleischer | 2016-02-16 | 2 | -10/+3 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Fix code style | Rafael Mendonça França | 2016-02-17 | 1 | -3/+4 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Merge pull request #23661 from meinac/add_gzip_mime_type | Richard Schneeman | 2016-02-16 | 3 | -1/+6 | |
|\ \ \ \ \ | ||||||
| * | | | | | application/gzip added as default mime type into mime type list | Mehmet Emin İNAÇ | 2016-02-13 | 3 | -1/+6 | |
* | | | | | | Merge pull request #23203 from vipulnsward/22979-show-tags-on-exception | Richard Schneeman | 2016-02-16 | 1 | -7/+11 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | WIP: Errors in logs should show log tags as well. | Vipul A M | 2016-02-12 | 1 | -7/+11 | |
* | | | | | | Merge pull request #23692 from abhishekjain16/docs | Yves Senn | 2016-02-16 | 3 | -3/+3 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Use a URL instead of an URL everywhere | Abhishek Jain | 2016-02-15 | 3 | -3/+3 | |
* | | | | | | | Remove unused test controller action | Andrew White | 2016-02-16 | 1 | -5/+0 | |
* | | | | | | | Join values using '; ' as per RFC spec | Andrew White | 2016-02-16 | 1 | -1/+1 | |
* | | | | | | | Add require and move escape to private method | Andrew White | 2016-02-16 | 1 | -1/+6 | |
* | | | | | | | Move test for #22828 into it's own test | Andrew White | 2016-02-16 | 1 | -2/+10 | |
* | | | | | | | Merge branch 'should-escape-cookie' of https://github.com/ma2gedev/rails into... | Andrew White | 2016-02-16 | 2 | -1/+8 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | Escape cookie's key and value in ActionController::TestCase | Takayuki Matsubara | 2015-12-30 | 2 | -1/+8 | |
* | | | | | | | Corrected secret_key_base | vs4vijay | 2016-02-15 | 1 | -1/+1 | |
| |_|_|_|/ / |/| | | | | | ||||||
* | | | | | | Remove `const_missing` which fallback to deprecated `NEVER_UNPERMITTED_PARAMS` | Ryuta Kamizono | 2016-02-15 | 2 | -16/+0 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | Only write to collection cache if we have a callable cache key. | Kasper Timm Hansen | 2016-02-12 | 1 | -15/+8 | |
* | | | | | Check `partial_rendered_times` to clarify expectations. | Kasper Timm Hansen | 2016-02-12 | 1 | -1/+4 | |
* | | | | | Test collection caching with callable cache key. | Kasper Timm Hansen | 2016-02-12 | 1 | -0/+25 | |
| |/ / / |/| | | | ||||||
* | | | | Merge pull request #23611 from abhishekjain16/routes_options | Kasper Timm Hansen | 2016-02-12 | 1 | -2/+3 | |
|\ \ \ \ | ||||||
| * | | | | Fixes routes to match verbs and path with -g option | Abhishek Jain | 2016-02-11 | 1 | -2/+3 | |
* | | | | | Add fixes accidentally removed. | Kasper Timm Hansen | 2016-02-12 | 3 | -3/+4 | |
* | | | | | Flesh out request encoding + response parsing changelog entry. | Kasper Timm Hansen | 2016-02-12 | 1 | -2/+11 | |
* | | | | | use rails instead of rake | Gaurav Sharma | 2016-02-12 | 1 | -2/+2 | |
| |_|/ / |/| | | | ||||||
* | | | | Merge pull request #23612 from vipulnsward/23561-fix-routes-args | Kasper Timm Hansen | 2016-02-12 | 2 | -4/+2 | |
|\ \ \ \ | ||||||
| * | | | | - Fixed and removed long arguments to rake routes | Vipul A M | 2016-02-12 | 2 | -4/+2 |