| Commit message (Expand) | Author | Age | Files | Lines |
* | Use frozen string literal in actionpack/ | Kir Shatrov | 2017-07-29 | 12 | -0/+24 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 21 | -21/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 21 | -0/+21 |
* | Use recyclable cache keys (#29092) | David Heinemeier Hansson | 2017-05-18 | 4 | -4/+4 |
* | Fix all style guides violations | Rafael Mendonça França | 2017-04-19 | 6 | -6/+6 |
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -1/+1 |
* | Remove mona lisa image from the tests | Rafael Mendonça França | 2016-10-25 | 2 | -0/+0 |
* | Fix deadlock that can occur when child live thread tries to load a constant a... | Alex Chinn | 2016-08-15 | 1 | -0/+2 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 4 | -4/+3 |
* | applies new string literal convention in actionpack/test | Xavier Noria | 2016-08-06 | 3 | -3/+3 |
* | Fix adding implicitly rendered namespaced template digests to ETags | Javan Makhmali | 2016-07-13 | 1 | -0/+1 |
* | Fix adding implicitly rendered template digests to ETags | Javan Makhmali | 2016-06-28 | 1 | -0/+1 |
* | Properly verify that cache accepts and user `expires` value. | Vipul A M | 2016-04-17 | 1 | -1/+1 |
* | Additional review of 6b31761. | Kasper Timm Hansen | 2016-02-25 | 1 | -1/+0 |
* | Lock down new `ImplicitRender` behavior for 5.0 RC | Godfrey Chan | 2016-02-25 | 4 | -0/+3 |
* | Make collection caching explicit. | Kasper Timm Hansen | 2016-02-20 | 1 | -1/+1 |
* | Merge pull request #22800 from dgynn/pr_cache_helper_options | Rafael Mendonça França | 2016-01-29 | 1 | -0/+3 |
|\ |
|
| * | restore ability to pass extra options to cache stores | Dave Gynn | 2015-12-26 | 1 | -0/+3 |
|/ |
|
* | Add failing spec on utf8 filename with percent character | Kohei Suzuki | 2015-08-04 | 1 | -0/+10 |
* | Merge pull request #20138 from tgxworld/deprecated_assert_template | Rafael Mendonça França | 2015-06-01 | 1 | -1/+1 |
|\ |
|
| * | Remove `assigns` and `assert_template`. | Guo Xiang Tan | 2015-05-30 | 1 | -1/+1 |
* | | Merge pull request #20284 from kaspth/fix-caching-test | Rafael Mendonça França | 2015-06-01 | 2 | -0/+2 |
|\ \
| |/
|/| |
|
| * | Replace expectation with state check. | Kasper Timm Hansen | 2015-05-30 | 2 | -0/+2 |
* | | config.static_index configures directory index "index.html" filename | Eliot Sykes | 2015-05-28 | 4 | -0/+4 |
|/ |
|
* | Merge pull request #18948 from kaspth/automatic-collection-caching | Rafael Mendonça França | 2015-02-25 | 3 | -0/+8 |
|\ |
|
| * | Collections automatically cache and fetch partials. | Kasper Timm Hansen | 2015-02-21 | 3 | -0/+8 |
* | | Removing unused template | Thiago Pradi | 2015-02-22 | 1 | -5/+0 |
|/ |
|
* | Typo: Hello = Guten Tag (in German) | Tu Hoang | 2014-12-05 | 1 | -1/+1 |
* | give a better error message for misspelled helpers | Xavier Noria | 2014-10-25 | 1 | -0/+5 |
* | Refactor out Dir.glob from ActionDispatch::Static | schneems | 2014-08-27 | 4 | -0/+4 |
* | Address comments on Gzip implementation | schneems | 2014-08-24 | 4 | -0/+8 |
* | Enable gzip compression by default | schneems | 2014-08-20 | 4 | -0/+8 |
* | Remove more references to respond_with | José Valim | 2014-08-17 | 7 | -6/+0 |
* | Remove unused fixtures | Rafael Mendonça França | 2014-07-16 | 60 | -98/+0 |
* | Ensure LookupContext in Digestor selects correct variant | Piotr Chmolowski | 2014-03-09 | 1 | -0/+3 |
* | Merge pull request #13470 from strzalek/variants-all-any | David Heinemeier Hansson | 2013-12-31 | 2 | -0/+2 |
|\ |
|
| * | Add any/all support for variants | Łukasz Strzałkowski | 2013-12-26 | 2 | -0/+2 |
* | | Fix Encoding::CompatibilityError when public path is UTF-8 | Andrew White | 2013-12-29 | 5 | -0/+7 |
|/ |
|
* | Inline variants syntax | Łukasz Strzałkowski | 2013-12-10 | 1 | -0/+1 |
* | Variants can be declared without a block to signify their presence in the con... | David Heinemeier Hansson | 2013-12-07 | 1 | -0/+1 |
* | Action Pack Variants | Łukasz Strzałkowski | 2013-12-04 | 1 | -0/+1 |
* | Fix header Content-Type: #<Mime::NullType:...> in localized template | Angelo capilleri | 2013-12-03 | 1 | -0/+1 |
* | Fixing repond_with working directly on the options hash | BlueHotDog | 2013-10-09 | 1 | -0/+0 |
* | Remove HelperyTestHelper not used in any test | claudiob | 2013-09-14 | 1 | -5/+0 |
* | Remove helper fixtures not used in any test | claudiob | 2013-09-09 | 1 | -2/+0 |
* | Move abstract's controller tests to AV | Łukasz Strzałkowski | 2013-08-25 | 1 | -5/+0 |
* | Move remaining layouts tests to AV | Łukasz Strzałkowski | 2013-08-25 | 9 | -8/+0 |
* | Remove unused fixtures and models from AP tests | Łukasz Strzałkowski | 2013-08-25 | 6 | -6/+0 |
* | Move view_paths from AP to AV | Łukasz Strzałkowski | 2013-08-25 | 2 | -2/+0 |
* | Show real LoadError on helpers require | Piotr Niełacny | 2013-07-10 | 1 | -0/+5 |