| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|/ / |
|
* | | Revert "Merge pull request #17973 from maurogeorge/file_field_hidden_field" | eileencodes | 2016-06-21 | 3 | -53/+5 |
* | | Change the raw template handler to render html-safe strings | eileencodes | 2016-06-21 | 3 | -1/+19 |
* | | Add test for nested html dependencies with same logical name as templates for... | Javan Makhmali | 2016-06-15 | 1 | -2/+6 |
* | | Move and rename test | Javan Makhmali | 2016-06-15 | 1 | -7/+7 |
* | | Fix finding templates for digesting for */* requests that render a non-defaul... | Javan Makhmali | 2016-06-15 | 4 | -3/+30 |
* | | Explicity find with the rendered format to handle searching multiple view pat... | Javan Makhmali | 2016-06-15 | 3 | -4/+2 |
* | | Fix digesting templates with identical logical names when requesting a format... | Javan Makhmali | 2016-06-15 | 3 | -4/+18 |
* | | Explicitly require `acts_like` in AV | Sean Griffin | 2016-06-13 | 1 | -0/+1 |
* | | remove deprecated `:prefix` option from doc [ci skip] | yuuji.yaginuma | 2016-06-09 | 1 | -2/+0 |
* | | Merge pull request #25079 from jeffkreeftmeijer/send_file-halts-request-cycle | Sean Griffin | 2016-06-07 | 1 | -5/+0 |
|\ \ |
|
| * | | Delete bad test | Sean Griffin | 2016-06-07 | 1 | -5/+0 |
| |/ |
|
* / | Fix a typo in `time_field` [ci skip] | Jake Worth | 2016-06-05 | 1 | -1/+1 |
|/ |
|
* | Fix debug helper test | Ryuta Kamizono | 2016-06-03 | 1 | -1/+4 |
* | Remove package:clean task | Javan Makhmali | 2016-05-24 | 1 | -1/+0 |
* | Remove space, properly italicize | Jon Moss | 2016-05-21 | 1 | -5/+5 |
* | Confirm with the specification when generating emtpy option for select with `... | Vipul A M | 2016-05-21 | 3 | -6/+25 |
* | Revert "Make sure the cache is always populated" | Rafael Mendonça França | 2016-05-20 | 1 | -1/+1 |
* | Add more test coverage to layouts | Rafael Mendonça França | 2016-05-20 | 1 | -4/+152 |
* | Make sure the cache is always populated | Aaron Patterson | 2016-05-20 | 1 | -1/+1 |
* | Merge pull request #25041 from maclover7/jm-actionview | Aaron Patterson | 2016-05-20 | 1 | -9/+3 |
|\ |
|
| * | [Action View] Don't create middleman `DetailsKey` instance | Jon Moss | 2016-05-16 | 1 | -9/+3 |
* | | Support for unified Integer class in Ruby 2.4+ | Jeremy Daer | 2016-05-18 | 1 | -1/+1 |
* | | `md5` --> `MD5` | Jon Moss | 2016-05-17 | 1 | -3/+3 |
* | | keep layouts + locals from bloating the cache | Aaron Patterson | 2016-05-17 | 3 | -3/+39 |
* | | locals can be accessed from templates rendered in the controller | Aaron Patterson | 2016-05-17 | 1 | -0/+16 |
|/ |
|
* | Remove extranous spaces from assignment. | Kasper Timm Hansen | 2016-05-16 | 1 | -1/+1 |
* | Replace middleware with executor callback. | Kasper Timm Hansen | 2016-05-16 | 2 | -8/+1 |
* | Start Rails 5.1 development :tada: | Rafael Mendonça França | 2016-05-10 | 2 | -344/+3 |
* | Update rails-dom-testing gem to 2.0 | Connor Shea | 2016-05-09 | 1 | -1/+1 |