| Commit message (Expand) | Author | Age | Files | Lines |
* | split DELEGATION_RESERVED_METHOD_NAMES in half | Toshimaru | 2016-12-09 | 1 | -4/+10 |
* | Enable `block` variable in view | Toshimaru | 2016-12-09 | 1 | -0/+4 |
* | Remove unused argument | Rafael Mendonça França | 2016-12-02 | 1 | -12/+2 |
* | Add form_with to unify form_tag/form_for. (#26976) | Kasper Timm Hansen | 2016-11-21 | 1 | -0/+2134 |
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 8 | -122/+122 |
* | Merge pull request #26810 from maclover7/jm-fix-26802 | Rafael Mendonça França | 2016-10-22 | 1 | -0/+27 |
|\ |
|
| * | Convert ActionController::Parameters to a hash in button_to | Jon Moss | 2016-10-17 | 1 | -0/+16 |
|/ |
|
* | Merge pull request #26578 from jeremy/undeprecate-plural-positional-arg | Rafael França | 2016-10-10 | 1 | -6/+2 |
|\ |
|
| * | Undeprecate plural positional argument | Jeremy Daer | 2016-09-21 | 1 | -6/+2 |
* | | Remove deprecated support to :text in render | Rafael Mendonça França | 2016-10-10 | 2 | -2/+2 |
* | | Change render to support any hash keys in locals | Peter Schilling | 2016-10-02 | 1 | -0/+19 |
|/ |
|
* | Merge pull request #26516 from grosser/grosser/assert | Rafael França | 2016-09-16 | 4 | -11/+11 |
|\ |
|
| * | improve error message when include assertions fail | Michael Grosser | 2016-09-16 | 4 | -11/+11 |
* | | Rename test to match what it does | claudiob | 2016-09-15 | 1 | -1/+1 |
|/ |
|
* | fix RuboCop errors re \xFC | Xavier Noria | 2016-09-02 | 1 | -2/+4 |
* | fixes remaining RuboCop issues [Vipul A M, Xavier Noria] | Xavier Noria | 2016-09-01 | 1 | -2/+2 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 18 | -96/+96 |
* | Ensure values are strings before calling gsub | Mike Virata-Stone | 2016-08-12 | 1 | -0/+8 |
* | ensure tag/content_tag escapes " in attribute vals | Andrew Carpenter | 2016-08-11 | 1 | -0/+10 |
* | Fix broken alignments caused by auto-correct commit 411ccbd | Ryuta Kamizono | 2016-08-10 | 1 | -3/+6 |
* | code gardening: removes redundant selfs | Xavier Noria | 2016-08-08 | 3 | -4/+4 |
* | Extract common view cache dependency setup. | Kasper Timm Hansen | 2016-08-07 | 1 | -8/+9 |
* | Modify LogSubscriber for single partial's cache message. | Stan Lo | 2016-08-08 | 1 | -6/+53 |
* | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines | Ryuta Kamizono | 2016-08-07 | 4 | -5/+0 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 8 | -15/+7 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 6 | -109/+109 |
* | remove redundant curlies from hash arguments | Xavier Noria | 2016-08-06 | 10 | -65/+59 |
* | modernizes hash syntax in actionview | Xavier Noria | 2016-08-06 | 26 | -840/+840 |
* | applies new string literal convention in actionview/test | Xavier Noria | 2016-08-06 | 38 | -1033/+1033 |
* | 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 | 1 | -0/+8 |
* | Merge pull request #25520 from st0012/fix-current-page | Rafael França | 2016-07-20 | 1 | -0/+6 |
|\ |
|
| * | Fix ActionView::Helpers#current_page? with issue in https://github.com/rails/... | Stan Lo | 2016-07-20 | 1 | -0/+6 |
* | | - Added select tag test for verifying passing html options to f.select helper | Vipul A M | 2016-06-28 | 1 | -1/+10 |
* | | Bring Boolean Attributes list for AV Tags helper upto speed with current spec. | Vipul A M | 2016-06-28 | 2 | -6/+2 |
* | | New syntax for tag helpers i.e. tag.br instead of tag(br) #25195 | Marek | 2016-06-27 | 1 | -4/+160 |
* | | Merge pull request #25287 from marekkirejczyk/fix_25267 | Godfrey Chan | 2016-06-25 | 1 | -0/+7 |
|\ \
| |/
|/| |
|
| * | Make select_year work with include_position: true option, fix #25267 | Marek | 2016-06-05 | 1 | -0/+7 |
* | | Change datetime to datetime-local helper tag | Herminio Torres | 2016-06-21 | 2 | -84/+20 |
* | | Revert "Merge pull request #17973 from maurogeorge/file_field_hidden_field" | eileencodes | 2016-06-21 | 1 | -20/+5 |
* | | Change the raw template handler to render html-safe strings | eileencodes | 2016-06-21 | 1 | -0/+7 |
* | | 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 | 1 | -0/+22 |
* | | Explicity find with the rendered format to handle searching multiple view pat... | Javan Makhmali | 2016-06-15 | 1 | -1/+1 |
* | | Fix digesting templates with identical logical names when requesting a format... | Javan Makhmali | 2016-06-15 | 1 | -1/+11 |
|/ |
|
* | Confirm with the specification when generating emtpy option for select with `... | Vipul A M | 2016-05-21 | 1 | -5/+5 |
* | Support for unified Integer class in Ruby 2.4+ | Jeremy Daer | 2016-05-18 | 1 | -1/+1 |
* | 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 |