| Commit message (Expand) | Author | Age | Files | Lines |
* | Add allocations to template renderer subscription | Eileen Uchitelle | 2018-10-10 | 2 | -7/+7 |
* | Merge pull request #33324 from Jcambass/fix-only-path-option-in-url-for-with-... | Ryuta Kamizono | 2018-10-08 | 1 | -0/+9 |
|\ |
|
| * | respect path_only option when an array is passed into url_for | Joel Ambass | 2018-10-01 | 1 | -0/+9 |
* | | Merge pull request #32031 from yahonda/remove_redundant_freeze | Ryuta Kamizono | 2018-10-01 | 1 | -2/+2 |
|\ \ |
|
| * | | Add `Style/RedundantFreeze` to remove redudant `.freeze` | Yasuo Honda | 2018-09-29 | 1 | -2/+2 |
| |/ |
|
* / | make actionview templates marshalable so that they can be serialized during t... | lsylvester | 2018-09-30 | 1 | -0/+7 |
|/ |
|
* | Do not enable disabled elements for XHR redirects | Patrik Bóna | 2018-09-27 | 3 | -1/+27 |
* | Merge pull request #33975 from JuanitoFatas/jf.fix-test-name | Rafael França | 2018-09-25 | 1 | -1/+1 |
|\ |
|
| * | Fix a content_for test description | Juanito Fatas | 2018-09-25 | 1 | -1/+1 |
* | | Fix more offences | Rafael Mendonça França | 2018-09-25 | 3 | -3/+3 |
* | | Change the empty block style to have space inside of the block | Rafael Mendonça França | 2018-09-25 | 6 | -19/+19 |
* | | Merge pull request #33973 from rails/remove-catch-all | Aaron Patterson | 2018-09-25 | 17 | -78/+290 |
|\ \ |
|
| * | | make bot happy | Aaron Patterson | 2018-09-24 | 4 | -9/+9 |
| * | | Remove deprecated catch-all route in the AV tests | Aaron Patterson | 2018-09-24 | 17 | -78/+290 |
| |/ |
|
* | | Merge pull request #33949 from sjain1107/no-private-def | Kasper Timm Hansen | 2018-09-23 | 2 | -14/+18 |
|\ \ |
|
| * | | Remove private def | Sakshi Jain | 2018-09-23 | 2 | -14/+18 |
* | | | Enable `Performance/UnfreezeString` cop | yuuji.yaginuma | 2018-09-23 | 11 | -209/+209 |
|/ / |
|
* | | Merge pull request #33564 from avit/escape_javascript_casting | Rafael França | 2018-09-21 | 1 | -0/+4 |
|\ \
| |/
|/| |
|
| * | Let escape_javascript handle conversion to string | Andrew Vit | 2018-09-21 | 1 | -0/+4 |
* | | Don’t allocate array on no args | schneems | 2018-09-07 | 2 | -2/+2 |
* | | Merge pull request #33547 from Ana06/patch-1 | Matthew Draper | 2018-08-23 | 1 | -1/+14 |
|\ \ |
|
| * | | Add tests for privates methods in view's helpers | Ana María Martínez Gómez | 2018-08-08 | 1 | -1/+14 |
| |/ |
|
* / | Enable Style/ParenthesesAroundCondition cop | Ryuta Kamizono | 2018-08-19 | 1 | -1/+1 |
|/ |
|
* | Turn on performance based cops | Dillon Welch | 2018-07-23 | 2 | -2/+4 |
* | Fix leaking special form_with attributes into html attributes | Yurii Cherniavskyi | 2018-07-20 | 1 | -0/+17 |
* | Fix issue with `button_to`'s `to_form_params` | Georgi Georgiev | 2018-07-16 | 1 | -1/+8 |
* | Merge pull request #32361 from ph3t/safe-html-translation-arrays | Kasper Timm Hansen | 2018-07-03 | 1 | -2/+5 |
|\ |
|
| * | Add safe html support to arrays of translations | Juan Broullon | 2018-07-03 | 1 | -2/+5 |
* | | Add `year_format` option to date_select tag. This option makes it possible to... | Koki Ryu | 2018-06-10 | 1 | -0/+9 |
* | | Remove unnecessary `with_default_enforce_utf8` method | yuuji.yaginuma | 2018-05-28 | 1 | -9/+0 |
* | | Fix `CustomCops/AssertNot` to allow it to have failure message | Ryuta Kamizono | 2018-05-13 | 1 | -2/+2 |
* | | Merge pull request #30647 from droptheplot/render-partials-string-locals | Rafael França | 2018-04-27 | 1 | -0/+9 |
|\ \ |
|
| * | | Allow usage of strings as locals for partial renderer | Sergey Novikov | 2017-09-18 | 1 | -0/+9 |
* | | | Merge pull request #32574 from DmytroVasin/rails-ujs-stoppable-events | Rafael França | 2018-04-19 | 8 | -60/+67 |
|\ \ \ |
|
| * | | | Fix stoppable events in tests and docs. | Dmytro Vasin | 2018-04-14 | 8 | -60/+67 |
* | | | | Replace `assert !` with `assert_not` | Daniel Colson | 2018-04-19 | 4 | -21/+21 |
* | | | | Add the `nonce: true` option for `javascript_include_tag` helper. | Yaroslav Markin | 2018-04-17 | 1 | -0/+8 |
|/ / / |
|
* | | | Remove RecordTagHelper | Yoshiyuki Hirano | 2018-04-07 | 1 | -33/+0 |
* | | | Merge pull request #32404 from mathieumahe/master | Guillermo Iguaran | 2018-04-02 | 1 | -0/+26 |
|\ \ \ |
|
| * | | | Extract the confirm call in its own, overridable method in rails_ujs | Mathieu | 2018-04-01 | 1 | -0/+26 |
| | |/
| |/| |
|
* | | | Fix typo in rails-ujs HTML content test | Raymond Zhou | 2018-04-01 | 1 | -1/+1 |
* | | | Merge pull request #32287 from razh/fix-rails-ujs-html-content | Kasper Timm Hansen | 2018-04-01 | 1 | -0/+11 |
|\ \ \
| |/ /
|/| | |
|
| * | | Pass HTML responses as plain-text in rails-ujs | Raymond Zhou | 2018-03-19 | 1 | -0/+11 |
* | | | Fix digesting templates with mixed formats | Javan Makhmali | 2018-03-20 | 2 | -0/+13 |
|/ / |
|
* | | Only preload misses on multifetch cache | Lachlan Sylvester | 2018-03-06 | 1 | -0/+35 |
* | | Merge pull request #32165 from bogdanvlviv/fix-occurrences-Fixnum-Bignum | Ryuta Kamizono | 2018-03-05 | 1 | -3/+3 |
|\ \ |
|
| * | | Fix occurrences Fixnum|Bignum | bogdanvlviv | 2018-03-04 | 1 | -3/+3 |
* | | | Fix actionview tests execution | bogdanvlviv | 2018-03-04 | 1 | -7/+8 |
|/ / |
|
* | | Let select render default selected option for required field | Serj Prikhodko | 2018-02-27 | 1 | -0/+10 |
* | | Don't enforce UTF-8 by default | Andrew White | 2018-02-27 | 3 | -0/+129 |