| Commit message (Expand) | Author | Age | Files | Lines |
* | Save a string allocation inside loop | Benjamin Quorning | 2015-08-02 | 1 | -3/+8 |
* | zOMG 37 objects saved | schneems | 2015-07-30 | 1 | -1/+1 |
* | Don't allocate array when not necessary | schneems | 2015-07-30 | 1 | -5/+6 |
* | Cut string allocations in content_tag_string | schneems | 2015-07-29 | 6 | -20/+20 |
* | Cut string ActionView template allocations | schneems | 2015-07-29 | 1 | -2/+7 |
* | Optimize hash key | schneems | 2015-07-29 | 1 | -1/+1 |
* | Decrease string allocation in content_tag_string | schneems | 2015-07-29 | 1 | -6/+7 |
* | Merge pull request #20904 from kaspth/wildcard-template-dependencies | Kasper Timm Hansen | 2015-07-27 | 9 | -12/+121 |
|\ |
|
| * | Add wildcard template dependencies. | Kasper Timm Hansen | 2015-07-26 | 9 | -12/+121 |
* | | Encode the email address as prescribed in RFC 6068 section 2. | Clayton Smith | 2015-07-23 | 2 | -1/+9 |
|/ |
|
* | Merge pull request #20895 from brian-davis/brian-davis | Sean Griffin | 2015-07-20 | 1 | -1/+1 |
|\ |
|
| * | grammar fix to content_for method documentation in capture_helper.rb | Brian Davis | 2015-07-15 | 1 | -1/+1 |
* | | Merge pull request #20384 from kaspth/per-request-cache | David Heinemeier Hansson | 2015-07-20 | 3 | -17/+19 |
|\ \ |
|
| * | | Remove unused persistent option. | Kasper Timm Hansen | 2015-07-18 | 1 | -3/+3 |
| * | | Make digest cache work in development. | Kasper Timm Hansen | 2015-07-18 | 3 | -14/+16 |
* | | | Freeze string literals when not mutated. | schneems | 2015-07-19 | 5 | -11/+11 |
* | | | Stop using deprecated `render :text` in test | Prem Sichanugrist | 2015-07-17 | 5 | -23/+25 |
* | | | [skip ci] Lookup can be a noun but it is not a verb | Jon Atack | 2015-07-17 | 4 | -9/+10 |
| |/
|/| |
|
* | | Make AC::Parameters not inherited from Hash | Prem Sichanugrist | 2015-07-15 | 1 | -0/+10 |
* | | Change AC::TestResponse to AD::TestResponse | Prem Sichanugrist | 2015-07-14 | 2 | -2/+2 |
|/ |
|
* | Merge pull request #20813 from noniq/locale-argument-for-pluralize-helper | Kasper Timm Hansen | 2015-07-09 | 2 | -2/+22 |
|\ |
|
| * | Allow `pluralize` helper to take a locale. | Stefan Daschek | 2015-07-09 | 2 | -2/+22 |
* | | use new constructor. (Oops! :bomb:) | Aaron Patterson | 2015-07-08 | 2 | -2/+2 |
* | | Support explicit defintion of resouce name for collection caching. | Dov Murik | 2015-07-07 | 5 | -9/+47 |
|/ |
|
* | changes names in guides to better reflect diversity [ci-skip] | Thomas Osborn | 2015-07-02 | 1 | -6/+6 |
* | Merge pull request #20669 from akolomiychuk/image-path | Yves Senn | 2015-06-29 | 3 | -0/+11 |
|\ |
|
| * | Add nil check in asset_path | Anton Kolomiychuk | 2015-06-29 | 2 | -0/+7 |
* | | Fix cache issue when different partials use the same collection | Roque Pinel | 2015-06-28 | 4 | -16/+36 |
* | | Merge pull request #20417 from dubek/fix-template-cache-call-pattern | Kasper Timm Hansen | 2015-06-26 | 3 | -1/+36 |
|\ \ |
|
| * | | Improve detection of partial templates eligible for collection caching. | Dov Murik | 2015-06-22 | 3 | -1/+36 |
* | | | A few documentation fixes [ci skip] | Robin Dupret | 2015-06-23 | 1 | -6/+6 |
|/ / |
|
* | | Merge pull request #20654 from repinel/remove-duplicate-private | Richard Schneeman | 2015-06-21 | 1 | -2/+0 |
|\ \ |
|
| * | | Remove duplicate private statement | Roque Pinel | 2015-06-21 | 1 | -2/+0 |
* | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-06-21 | 5 | -6/+6 |
|\ \ \
| |/ /
|/| | |
|
| * | | [ci skip] Fix to Fixed-width Font | yui-knk | 2015-06-14 | 3 | -4/+4 |
| * | | [ci skip] Add '.' | yui-knk | 2015-06-14 | 1 | -1/+1 |
| * | | [ci skip] Fix minutes to seconds in `select_second` | yui-knk | 2015-06-09 | 1 | -1/+1 |
* | | | applies project style guidelines | Xavier Noria | 2015-06-20 | 1 | -7/+7 |
* | | | removes unnecessary backslashes in regexps | Xavier Noria | 2015-06-20 | 1 | -3/+3 |
| |/
|/| |
|
* | | Nitpick :nail_care: [ci skip] | Zachary Scott | 2015-06-18 | 1 | -1/+2 |
* | | Merge pull request #20549 from maurogeorge/distance_of_time_in_words-rdoc | Zachary Scott | 2015-06-18 | 1 | -0/+20 |
|\ \ |
|
| * | | Add RDoc about scope option on distance_of_time_in_words | Mauro George | 2015-06-18 | 1 | -0/+20 |
* | | | Merge pull request #20108 from akshay-vishnoi/button-tag | Arthur Nogueira Neves | 2015-06-15 | 2 | -2/+22 |
|\ \ \ |
|
| * | | | Add missing spec and documentation for button_tag helper | Akshay Vishnoi | 2015-05-24 | 2 | -2/+22 |
* | | | | Merge pull request #20107 from ankit8898/av_refac_record_tag_helper | Arthur Nogueira Neves | 2015-06-15 | 1 | -2/+1 |
|\ \ \ \ |
|
| * | | | | Removed not needed includes, As record_tag_helper is moved to a gem we are not | Ankit Gupta | 2015-05-10 | 1 | -2/+1 |
| |/ / / |
|
* | | | | Merge pull request #20548 from maurogeorge/collection_check_boxes-rdoc-gotcha | Zachary Scott | 2015-06-14 | 1 | -0/+21 |
|\ \ \ \ |
|
| * | | | | Add gotcha to RDoc of collection_check_boxes | Mauro George | 2015-06-13 | 1 | -0/+21 |
| | |/ /
| |/| | |
|
* / | | | Revert "revises a test to account for case-insensitive file systems" | Matthew Draper | 2015-06-14 | 1 | -18/+2 |
|/ / / |
|
* | | | Merge pull request #20480 from senny/test_runner | Yves Senn | 2015-06-12 | 1 | -0/+4 |
|\ \ \ |
|