Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | Fix AC::Parameters not being sanitized for query methods. | Guo Xiang Tan | 2015-10-02 | 4 | -7/+64 | |
| | |_|_|/ / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | 💣 | Sean Griffin | 2015-10-02 | 1 | -1/+1 | |
* | | | | | | | | | | | | Fix test failures on MySQL | Sean Griffin | 2015-10-02 | 3 | -3/+7 | |
* | | | | | | | | | | | | Further encapsulate dirty checking on `Attribute` | Sean Griffin | 2015-10-02 | 6 | -51/+99 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #21838 from jeremy/response-add-header | Jeremy Daer | 2015-10-01 | 2 | -0/+79 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Response#add_header for adding to multi-valued headers like Vary | Jeremy Daer | 2015-10-01 | 2 | -0/+79 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #21836 from jeremy/no-nil-set-cookie-headers | Jeremy Daer | 2015-10-01 | 2 | -75/+96 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Don't set a nil Set-Cookie header when there aren't any cookies. Omit the hea... | Jeremy Daer | 2015-10-01 | 2 | -75/+96 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #21757 from Gaurav2728/gaurav-adding_x_frame_test | Kasper Timm Hansen | 2015-10-01 | 1 | -1/+11 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | adding test for content type with default charset | Gaurav Sharma | 2015-10-02 | 1 | -1/+11 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #20599 from aliaksandrb/regex_fix_for_mattr_accessor | Arthur Nogueira Neves | 2015-10-01 | 2 | -2/+16 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Regex fix for mattr_accessor validation | Aliaksandr Buhayeu | 2015-10-01 | 2 | -2/+16 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #21760 from repinel/refactor-as-callbacks-halt-config | Kasper Timm Hansen | 2015-10-01 | 9 | -36/+38 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Refactor AS::Callbacks halt config and fix the documentation | Roque Pinel | 2015-10-01 | 9 | -36/+38 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #21823 from prakashlaxkar/test_cases | Kasper Timm Hansen | 2015-10-01 | 1 | -0/+12 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Add test cases for checkbox_tag | Prakash Laxkar | 2015-10-01 | 1 | -0/+12 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | make sure exceptions are marshalable when returning test results | Aaron Patterson | 2015-09-30 | 1 | -1/+17 | |
* | | | | | | | | | | Merge pull request #21821 from akshay-vishnoi/fix-test-cases | Kasper Timm Hansen | 2015-09-30 | 1 | -1/+7 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Add test case for text_field_tag | Akshay Vishnoi | 2015-10-01 | 1 | -1/+7 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | only construct one request in an engine | Aaron Patterson | 2015-09-30 | 2 | -14/+17 | |
* | | | | | | | | | | run against edge sass to eliminate circular require warnings | Aaron Patterson | 2015-09-30 | 3 | -7/+11 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #20574 from repinel/fix-db-fixtures-load | Yves Senn | 2015-09-30 | 8 | -14/+130 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Allow fixtures YAML files to set the model class in the file itself | Roque Pinel | 2015-09-11 | 9 | -12/+130 | |
* | | | | | | | | | | Merge pull request #21817 from jdantonio/clear-concurrent-ruby-warnings | Kasper Timm Hansen | 2015-09-30 | 3 | -6/+6 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fixed concurrent-ruby warnings. | Jerry D'Antonio | 2015-09-29 | 3 | -6/+6 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Bump concurrent-ruby to shush circular require warning | Jeremy Daer | 2015-09-29 | 1 | -1/+1 | |
* | | | | | | | | | | call `default_middleware_stack` before merging stacks | Aaron Patterson | 2015-09-29 | 1 | -1/+2 | |
* | | | | | | | | | | Engines get different middleware than apps | Aaron Patterson | 2015-09-29 | 3 | -4/+29 | |
* | | | | | | | | | | Merge pull request #21794 from jeremy/sprockets/move-asset-manifest-from-topl... | Jeremy Daer | 2015-09-29 | 11 | -191/+262 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Eliminate overlapping `app/assets` load path | Jeremy Daer | 2015-09-29 | 11 | -191/+262 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Make app building threadsafe | eileencodes | 2015-09-29 | 1 | -4/+8 | |
* | | | | | | | | | | Stop modifying global variables | eileencodes | 2015-09-29 | 3 | -8/+4 | |
* | | | | | | | | | | Merge pull request #21813 from prakashlaxkar/doc_changes | Rafael Mendonça França | 2015-09-29 | 6 | -6/+6 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Improve readability of docs by using code tag [ci skip] | Prakash Laxkar | 2015-09-29 | 6 | -6/+6 | |
* | | | | | | | | | | | Merge pull request #21816 from nburkley/has-many-documentation | Arthur Nogueira Neves | 2015-09-29 | 1 | -1/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Fix documentation for has_many dependant options. | Niall Burkley | 2015-09-29 | 1 | -1/+4 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #21430 from kaspth/test-runner-fail-fast | Kasper Timm Hansen | 2015-09-29 | 5 | -6/+197 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Add fail fast to test runner. | Kasper Timm Hansen | 2015-09-29 | 5 | -0/+84 | |
| * | | | | | | | | | | Add inline failure reporting to test runner. | Kasper Timm Hansen | 2015-09-28 | 5 | -6/+113 | |
* | | | | | | | | | | | Merge pull request #21661 from akshay-vishnoi/submit_tag_tests | Rafael Mendonça França | 2015-09-29 | 2 | -1/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Fix - Prevent adding of `data-disable-with` option twice in html. | Akshay Vishnoi | 2015-09-18 | 2 | -1/+9 | |
* | | | | | | | | | | | | Merge pull request #21811 from akihiro17/remove-unused-test-code | Rafael Mendonça França | 2015-09-29 | 1 | -11/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Remove TestRouter#add_routes | akihiro17 | 2015-09-29 | 1 | -11/+0 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #21810 from akshay-vishnoi/form-tag-tests | Rafael Mendonça França | 2015-09-29 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Fix names of test cases | Akshay Vishnoi | 2015-09-29 | 1 | -3/+3 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #21807 from ronakjangir47/fix_formatted_offset_docs | Rafael Mendonça França | 2015-09-29 | 3 | -3/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Update docs for `formatted_offset` | Ronak Jangir | 2015-09-29 | 3 | -3/+10 | |
* | | | | | | | | | | | | remove useless method | Aaron Patterson | 2015-09-28 | 1 | -4/+0 | |
* | | | | | | | | | | | | Separate `dup` from `deep_dup` in the attributes hash | Sean Griffin | 2015-09-28 | 5 | -6/+36 | |
* | | | | | | | | | | | | Inline `Attribute#original_value` | Sean Griffin | 2015-09-28 | 1 | -5/+1 |