| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Bring back support for callable cache_key on collection rendering | Ignatius Reza | 2016-07-21 | 2 | -4/+19 |
* | Merge pull request #25520 from st0012/fix-current-page | Rafael França | 2016-07-20 | 2 | -0/+8 |
|\ |
|
| * | Fix ActionView::Helpers#current_page? with issue in https://github.com/rails/... | Stan Lo | 2016-07-20 | 2 | -0/+8 |
* | | Fix docs in collection_radio_buttons | claudiob | 2016-07-18 | 1 | -3/+3 |
* | | Store the old logger before calling super | Rafael Mendonça França | 2016-07-17 | 1 | -1/+1 |
* | | Merge pull request #25850 from ojab/layout_doc_fix | Rafael Mendonça França | 2016-07-17 | 1 | -1/+4 |
|\ \ |
|
| * | | Mention that layout can call a Proc [ci skip] | ojab | 2016-07-15 | 1 | -1/+4 |
|/ / |
|
* | | Eliminate extra template lookup in ActionView::Digestor | Javan Makhmali | 2016-07-14 | 1 | -2/+1 |
* | | Tiny documentation fixes [ci skip] | Robin Dupret | 2016-07-04 | 1 | -4/+9 |
* | | `partial` option on the digest method is no more needed [ci skip]: | Edouard CHIN | 2016-07-02 | 1 | -1/+0 |
* | | Merge pull request #25553 from vipulnsward/25543-docs-follow-up | Vipul A M | 2016-06-30 | 1 | -16/+7 |
|\ \ |
|
| * | | - Tone down documentation | Vipul A M | 2016-06-28 | 1 | -16/+7 |
* | | | [ci skip] Update formatting in ActionView::Base documentation | Alex Kitchens | 2016-06-29 | 1 | -6/+6 |
* | | | - Added select tag test for verifying passing html options to f.select helper | Vipul A M | 2016-06-28 | 1 | -1/+10 |
* | | | Add dup leftover from 26710ab. | Kasper Timm Hansen | 2016-06-28 | 1 | -1/+1 |
* | | | Default to frozen string literals in TagHelper. | Kasper Timm Hansen | 2016-06-28 | 1 | -5/+7 |
* | | | Merge pull request #25555 from vipulnsward/boolean-attributes-update | Rafael França | 2016-06-28 | 4 | -14/+13 |
|\ \ \ |
|
| * | | | Bring Boolean Attributes list for AV Tags helper upto speed with current spec. | Vipul A M | 2016-06-28 | 4 | -14/+13 |
| |/ / |
|
* | | | Merge pull request #25551 from vipulnsward/25543-follow-up | Kasper Timm Hansen | 2016-06-28 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Expand list of void elements to match spec from https://html.spec.whatwg.org/... | Vipul A M | 2016-06-28 | 1 | -1/+1 |
| |/ / |
|
* / / | Freeze string for default content for tag_strings, which later goes on to cre... | Vipul A M | 2016-06-28 | 1 | -1/+1 |
|/ / |
|
* | | Document `simple_format` handling of `\r` | Derek Prior | 2016-06-27 | 1 | -4/+5 |
* | | New syntax for tag helpers i.e. tag.br instead of tag(br) #25195 | Marek | 2016-06-27 | 6 | -63/+364 |
* | | Fix typo in exception class name | Cédric Félizard | 2016-06-26 | 1 | -1/+1 |
* | | Merge pull request #25287 from marekkirejczyk/fix_25267 | Godfrey Chan | 2016-06-25 | 2 | -1/+8 |
|\ \
| |/
|/| |
|
| * | Make select_year work with include_position: true option, fix #25267 | Marek | 2016-06-05 | 2 | -1/+8 |
* | | English fix | George Millo | 2016-06-23 | 1 | -1/+1 |
* | | Merge pull request #25469 from herminiotorres/update-datetime-to-datetime-loc... | Rafael Mendonça França | 2016-06-22 | 6 | -139/+39 |
|\ \ |
|
| * | | Change datetime to datetime-local helper tag | Herminio Torres | 2016-06-21 | 6 | -139/+39 |
|/ / |
|