| Commit message (Expand) | Author | Age | Files | Lines |
* | class Foo < Struct.new(:x) creates an extra unneeded anonymous class | Akira Matsuda | 2017-01-13 | 3 | -4/+3 |
* | Reduce string objects by using \ instead of + or << for concatenating strings | Akira Matsuda | 2017-01-12 | 5 | -522/+522 |
* | Remove unneeded Deprecation silence | Rafael Mendonça França | 2017-01-06 | 1 | -5/+3 |
* | Merge pull request #27549 from mpugach/consider_params_in_current_page | Rafael França | 2017-01-04 | 1 | -0/+9 |
|\ |
|
| * | Add `check_parameters` option to `current_page?` | Maksym Pugach | 2017-01-04 | 1 | -0/+9 |
* | | Fix typo s/permited/permitted/ | Ryuta Kamizono | 2017-01-04 | 1 | -2/+2 |
* | | Prevent duplicate data-disable-with attributes | Tyler Hunt | 2017-01-03 | 1 | -0/+7 |
|/ |
|
* | Merge pull request #27463 from y-yagi/fix_26931 | Rafael França | 2016-12-28 | 1 | -1/+3 |
|\ |
|
| * | do not mutate `object_name` of class in `fields_for` | yuuji.yaginuma | 2016-12-27 | 1 | -1/+3 |
* | | Fix Rubocop violations and fix documentation visibility | Rafael Mendonça França | 2016-12-28 | 3 | -10/+9 |
|/ |
|
* | assert_equal takes expectation first | Akira Matsuda | 2016-12-26 | 1 | -5/+5 |
* | "Use assert_nil if expecting nil. This will fail in minitest 6." | Akira Matsuda | 2016-12-25 | 4 | -16/+16 |
* | Privatize unneededly protected methods in Action View tests | Akira Matsuda | 2016-12-23 | 3 | -3/+3 |
* | Unneeded attr_accessor with side effects | Akira Matsuda | 2016-12-23 | 2 | -8/+0 |
* | fields: support attributes not on model. | Kasper Timm Hansen | 2016-12-18 | 1 | -0/+35 |
* | form_with: allow methods outside the model. | Kasper Timm Hansen | 2016-12-18 | 1 | -12/+69 |
* | Avoid invalid attribute on local forms generated by `form_with` | George Claghorn | 2016-12-15 | 1 | -0/+10 |
* | form_with/fields: Don't output ids by default | Kasper Timm Hansen | 2016-12-13 | 1 | -200/+200 |
* | 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 |
|\ |
|