| Commit message (Expand) | Author | Age | Files | Lines |
* | Add allocations to template renderer subscription | Eileen Uchitelle | 2018-10-10 | 1 | -5/+5 |
* | Fix more offences | Rafael Mendonça França | 2018-09-25 | 1 | -1/+1 |
* | Change the empty block style to have space inside of the block | Rafael Mendonça França | 2018-09-25 | 1 | -1/+1 |
* | Merge pull request #33973 from rails/remove-catch-all | Aaron Patterson | 2018-09-25 | 5 | -1/+39 |
|\ |
|
| * | make bot happy | Aaron Patterson | 2018-09-24 | 1 | -1/+1 |
| * | Remove deprecated catch-all route in the AV tests | Aaron Patterson | 2018-09-24 | 5 | -1/+39 |
* | | Enable `Performance/UnfreezeString` cop | yuuji.yaginuma | 2018-09-23 | 1 | -2/+2 |
|/ |
|
* | Don’t allocate array on no args | schneems | 2018-09-07 | 1 | -1/+1 |
* | Only preload misses on multifetch cache | Lachlan Sylvester | 2018-03-06 | 1 | -0/+35 |
* | Remove unused methods from `RenderPartialWithRecordIdentificationController` | yuuji.yaginuma | 2017-09-30 | 1 | -10/+0 |
* | Use frozen string literal in actionview/ | Kir Shatrov | 2017-07-24 | 6 | -0/+12 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 6 | -6/+0 |
* | Merge pull request #29540 from kirs/rubocop-frozen-string | Matthew Draper | 2017-07-02 | 6 | -0/+6 |
|\ |
|
| * | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 6 | -0/+6 |
* | | Make ActionView frozen string literal friendly. | Pat Allan | 2017-06-20 | 1 | -2/+2 |
|/ |
|
* | Merge pull request https://github.com/rails/rails/pull/28637 from st0012/fix-... | Kasper Timm Hansen | 2017-06-08 | 1 | -2/+5 |
* | Use a hash to record every partial's cache hit status instead of sharing a bo... | Stan Lo | 2017-06-08 | 1 | -0/+1 |
* | Use recyclable cache keys (#29092) | David Heinemeier Hansson | 2017-05-18 | 1 | -1/+1 |
* | Should escape meta characters in regexp | Ryuta Kamizono | 2017-05-07 | 1 | -1/+1 |
* | Always use original url_for when generating direct routes | Andrew White | 2017-03-17 | 1 | -0/+46 |
* | Add assertion to polymorphic_routes_test.rb | bogdanvlviv | 2017-02-20 | 1 | -2/+1 |
* | module Blog; class Post appears twice in AV tests | Akira Matsuda | 2017-02-02 | 1 | -3/+3 |
* | class Foo < Struct.new(:x) creates an extra unneeded anonymous class | Akira Matsuda | 2017-01-13 | 1 | -1/+1 |
* | Reduce string objects by using \ instead of + or << for concatenating strings | Akira Matsuda | 2017-01-12 | 1 | -1/+1 |
* | `self.` is not needed when calling its own instance method | Akira Matsuda | 2017-01-05 | 1 | -1/+1 |
* | Privatize unneededly protected methods in Action View tests | Akira Matsuda | 2016-12-23 | 1 | -1/+1 |
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -1/+1 |
* | Fix broken comments indentation caused by rubocop auto-correct [ci skip] | Ryuta Kamizono | 2016-09-14 | 1 | -1/+1 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 2 | -2/+2 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 1 | -1/+0 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -24/+24 |
* | remove redundant curlies from hash arguments | Xavier Noria | 2016-08-06 | 1 | -3/+3 |
* | modernizes hash syntax in actionview | Xavier Noria | 2016-08-06 | 4 | -37/+37 |
* | applies new string literal convention in actionview/test | Xavier Noria | 2016-08-06 | 6 | -44/+44 |
* | Store the old logger before calling super | Rafael Mendonça França | 2016-07-17 | 1 | -1/+1 |
* | Fix debug helper test | Ryuta Kamizono | 2016-06-03 | 1 | -1/+4 |
* | Fix calling cache helper with a relation | Lachlan Sylvester | 2015-08-28 | 1 | -0/+18 |
* | Remove `assigns` and `assert_template`. | Guo Xiang Tan | 2015-05-30 | 1 | -16/+2 |
* | :put_litter_in_its_place: Unused methods | Akira Matsuda | 2015-04-25 | 1 | -4/+0 |
* | don't need to rescue Exception in this case | Aaron Patterson | 2015-03-05 | 1 | -0/+6 |
* | Avoid accurate assertions on error messages | Robin Dupret | 2015-03-02 | 1 | -1/+1 |
* | Make the helpers a required argument | Evan Phoenix | 2015-02-19 | 1 | -1/+1 |
* | Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846 | robertomiranda | 2015-01-31 | 1 | -1/+1 |
* | Fix form_for to work with objects that implement to_model | Travis Grathwell | 2014-12-29 | 1 | -5/+15 |
* | Move test that depends on ActiveRecord | claudiob | 2014-11-21 | 1 | -0/+8 |
* | Remove internal options from query string of paths | Gert Goet | 2014-09-25 | 1 | -0/+9 |
* | Remove warning | Rafael Mendonça França | 2014-09-01 | 1 | -2/+2 |
* | Allow polymorphic routes with nil when a route can still be drawn | Sammy Larbi | 2014-08-31 | 1 | -2/+34 |
* | Removed warning | Rafael Mendonça França | 2014-08-18 | 1 | -1/+1 |
* | Merge pull request #15889 from carnesmedia/model-name | Rafael Mendonça França | 2014-08-17 | 1 | -2/+2 |
|\ |
|