| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use Encoding::UTF_8 constant for default_{internal,external} in the tests | Akira Matsuda | 2017-01-11 | 1 | -2/+2 |
* | Remove unneeded Deprecation silence | Rafael Mendonça França | 2017-01-06 | 1 | -5/+3 |
* | `self.` is not needed when calling its own instance method | Akira Matsuda | 2017-01-05 | 1 | -1/+1 |
* | 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 |
* | | Generate indexed names in input even when objects are not persisted | Rafael Mendonça França | 2017-01-03 | 1 | -4/+4 |
* | | 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 | 5 | -25/+24 |
|/ |
|
* | 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 | 5 | -5/+5 |
* | 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 | 3 | -5/+11 |
* | Enable `block` variable in view | Toshimaru | 2016-12-09 | 2 | -0/+5 |
* | Merge pull request #27258 from y-yagi/stop_using_removed_render_text | Kasper Timm Hansen | 2016-12-03 | 1 | -1/+1 |
|\ |
|
| * | stop using removed `render :text` | yuuji.yaginuma | 2016-12-03 | 1 | -1/+1 |
* | | Remove unused argument | Rafael Mendonça França | 2016-12-02 | 1 | -12/+2 |
|/ |
|
* | use `Gem.win_platform?` to check windows Ruby platforms | yuuji.yaginuma | 2016-11-30 | 1 | -1/+1 |
* | Add UJS tests | Guillermo Iguaran | 2016-11-26 | 20 | -0/+5266 |
* | Fix `require_dependency` message format | Ryuta Kamizono | 2016-11-25 | 1 | -1/+1 |
* | 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 | 11 | -127/+127 |
* | let Regexp#match? be globally available | Xavier Noria | 2016-10-27 | 1 | -1/+0 |
* | 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 | 4 | -0/+22 |
|/ |
|
* | 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 broken comments indentation caused by rubocop auto-correct [ci skip] | Ryuta Kamizono | 2016-09-14 | 3 | -3/+3 |
* | 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 | 25 | -111/+111 |
* | 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 actionview test failure | Ryuta Kamizono | 2016-08-11 | 1 | -2/+2 |
* | Fix broken alignments caused by auto-correct commit 411ccbd | Ryuta Kamizono | 2016-08-10 | 2 | -4/+7 |
* | code gardening: removes redundant selfs | Xavier Noria | 2016-08-08 | 5 | -6/+6 |
* | 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 |