| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix style | schneems | 2016-08-30 | 1 | -5/+5 |
* | Better keyword argument name | schneems | 2016-08-30 | 1 | -3/+3 |
* | Address comment via @dhh, better option naming | schneems | 2016-08-30 | 2 | -19/+19 |
* | Document public_poster_folder option | schneems | 2016-08-29 | 1 | -0/+4 |
* | Address doc style comments from @robin850 | schneems | 2016-08-29 | 1 | -9/+9 |
* | Fully document asset_path. | schneems | 2016-08-29 | 1 | -7/+58 |
* | Do not deprecate using assets with leading slash | schneems | 2016-08-29 | 1 | -10/+5 |
* | Missed 2 public_* methods in cleanup | schneems | 2016-08-29 | 1 | -16/+0 |
* | Favor `public_folder: true` over `public_*` | schneems | 2016-08-29 | 2 | -144/+3 |
* | Fix formatting | schneems | 2016-08-29 | 2 | -23/+22 |
* | Add `public_*` helpers to all the `_tag` methods. | schneems | 2016-08-29 | 1 | -10/+58 |
* | Match method signature | schneems | 2016-08-29 | 1 | -3/+3 |
* | Add docs to `public_*_path` methods & fix comments | schneems | 2016-08-29 | 1 | -15/+36 |
* | Add public URL helpers | schneems | 2016-08-29 | 1 | -0/+56 |
* | Add descriptive comment | schneems | 2016-08-29 | 1 | -7/+7 |
* | Make sure routes don't interfere with paths | schneems | 2016-08-29 | 1 | -0/+11 |
* | Allow a more explicit public behavior | schneems | 2016-08-29 | 1 | -2/+37 |
* | Add load hooks to all tests classes | Rafael Mendonça França | 2016-08-25 | 1 | -0/+1 |
* | kick different instrumentation method | Aaron Patterson | 2016-08-24 | 1 | -8/+12 |
* | remove useless freeze | Aaron Patterson | 2016-08-24 | 1 | -1/+1 |
* | Simplify cache hit logging | Aaron Patterson | 2016-08-24 | 2 | -5/+5 |
* | Improve TagHelper#tag_option performance | Amadeus Folego | 2016-08-22 | 1 | -2/+2 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 40 | -145/+145 |
* | Merge pull request #26100 from vipulnsward/changelogs | Rafael França | 2016-08-12 | 1 | -1/+1 |
|\ |
|
| * | Pass over changelogs [ci skip] | Vipul A M | 2016-08-10 | 1 | -1/+1 |
* | | Ensure values are strings before calling gsub | Mike Virata-Stone | 2016-08-12 | 2 | -1/+9 |
* | | ensure tag/content_tag escapes " in attribute vals | Andrew Carpenter | 2016-08-11 | 2 | -1/+11 |
* | | Fix actionview test failure | Ryuta Kamizono | 2016-08-11 | 2 | -3/+3 |
* | | prefer __dir__ over __FILE__ in File.expand_path | Xavier Noria | 2016-08-11 | 1 | -1/+3 |
* | | Fix broken alignments caused by auto-correct commit 411ccbd | Ryuta Kamizono | 2016-08-10 | 2 | -4/+7 |
|/ |
|
* | revises more Lint/EndAlignment offenses | Xavier Noria | 2016-08-08 | 1 | -9/+9 |
* | code gardening: removes redundant selfs | Xavier Noria | 2016-08-08 | 7 | -9/+8 |
* | Extract common view cache dependency setup. | Kasper Timm Hansen | 2016-08-07 | 1 | -8/+9 |
* | Move CHANGELOG entry to the top. | Kasper Timm Hansen | 2016-08-07 | 1 | -11/+11 |
* | Modify LogSubscriber for single partial's cache message. | Stan Lo | 2016-08-08 | 5 | -23/+119 |
* | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines | Ryuta Kamizono | 2016-08-07 | 6 | -7/+0 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 25 | -125/+99 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 36 | -853/+852 |
* | remove redundant curlies from hash arguments | Xavier Noria | 2016-08-06 | 13 | -72/+64 |
* | modernizes hash syntax in actionview | Xavier Noria | 2016-08-06 | 68 | -1123/+1123 |
* | applies new string literal convention to the rest of the project | Xavier Noria | 2016-08-06 | 1 | -9/+9 |
* | applies new string literal convention in the gemspecs | Xavier Noria | 2016-08-06 | 1 | -18/+18 |
* | applies new string literal convention in actionview/test | Xavier Noria | 2016-08-06 | 57 | -1207/+1207 |
* | applies new string literal convention in actionview/lib | Xavier Noria | 2016-08-06 | 55 | -271/+271 |
* | Use to_a to pre-buffer the collection | Steven Harman | 2016-07-26 | 2 | -8/+7 |
* | Default to an empty collection if falsey given | Steven Harman | 2016-07-26 | 1 | -1/+1 |
* | Use Ruby >= 1.9 hash syntax as is the preference | Steven Harman | 2016-07-26 | 1 | -1/+1 |
* | Fix collection_from_options to allow Enumerators | Steven Harman | 2016-07-26 | 3 | -1/+21 |
* | systematic revision of =~ usage in AV | Xavier Noria | 2016-07-25 | 11 | -28/+39 |
* | Explain meaning of the code very well and Remove confusion. [ci skip] | Santosh Wadghule | 2016-07-23 | 1 | -4/+4 |