| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Merge pull request #24929 from rosenfeld/patch-6 | Santiago Pastorino | 2016-05-09 | 1 | -1/+18 |
|\ |
|
| * | Improve AV changelog with regards to default RAW handler | Rodrigo Rosenfeld Rosas | 2016-05-09 | 1 | -1/+18 |
* | | Extract resolver cache disabling to a method. | Kasper Timm Hansen | 2016-05-09 | 1 | -22/+23 |
* | | No need to call `remove_template`. | Kasper Timm Hansen | 2016-05-09 | 1 | -1/+0 |
|/ |
|
* | Preparing for 5.0.0.rc1 release | Rafael Mendonça França | 2016-05-06 | 2 | -2/+7 |
* | Push action_view.collection_caching to be called towards the end, since it de... | Vipul A M | 2016-04-28 | 1 | -4/+4 |
* | Prep Rails 5 beta 4 | eileencodes | 2016-04-27 | 2 | -1/+3 |
* | Respect gospel of Railties Gods: no on_load with after. | Kasper Timm Hansen | 2016-04-27 | 1 | -3/+1 |
* | make the collection_caching initializer run after the Action Controller confi... | Lachlan Sylvester | 2016-04-27 | 1 | -1/+1 |
* | Fix example for css_class_attribute and fix indentation | Prathamesh Sonpatki | 2016-04-20 | 1 | -6/+6 |
* | [ci skip] Small grammar fix | Abhishek Jain | 2016-04-20 | 1 | -1/+1 |
* | Merge pull request #20625 from Envek/add_country_zones_method | Jeremy Daer | 2016-04-19 | 1 | -4/+5 |
|\ |
|
* \ | Merge pull request #24225 from neumayr/date_select_helper_with_css_classes_ac... | Rafael Mendonça França | 2016-04-20 | 3 | -3/+439 |
|\ \ |
|
| * | | date_select helper with_css_classes option also accept a hash | neumayr | 2016-04-05 | 3 | -3/+439 |
* | | | Add CHANGELOG entry for #23869 | Rafael Mendonça França | 2016-04-20 | 1 | -0/+4 |
* | | | Merge pull request #23869 from oreoshake/to-sentence-html-safety | Rafael França | 2016-04-20 | 2 | -0/+85 |
|\ \ \ |
|
| * | | | mimic ActiveSupport's Array#to_sentence in an html_safe-aware way | Neil Matatall | 2016-03-15 | 2 | -0/+85 |
* | | | | Ensure Cache#inspect doesn't block concurrent cache writes | Jeremy Daer | 2016-04-19 | 2 | -0/+11 |
| |_|/
|/| | |
|
* | | | Add render allows unicode text name in partials - 🍣 | Vipul A M | 2016-04-17 | 2 | -0/+5 |
* | | | Improved ActionView flows.rb documention [ci skip] | Alex Mirkhaydarov | 2016-04-11 | 1 | -5/+4 |
| |/
|/| |
|
* | | `number_to_phone` formats number with regexp | Pan GaoYong | 2016-04-02 | 1 | -1/+8 |
* | | Merge pull request #24379 from Gaurav2728/sanitizer-helper-update-doc | Kasper Timm Hansen | 2016-03-31 | 1 | -1/+1 |
|\ \ |
|
| * | | sanitiser helper may be remove in 5.1, update doc [ci skip] | Gaurav Sharma | 2016-03-31 | 1 | -1/+1 |