@@ -16,12 +16,14 @@ based on the https://rails.rubystyle.guide/[Rails Style Guide].
16
16
17
17
=== Department xref:cops_rails.adoc[Rails]
18
18
19
+ * xref:cops_rails.adoc#railsactioncontrollerflashbeforerender[Rails/ActionControllerFlashBeforeRender]
19
20
* xref:cops_rails.adoc#railsactioncontrollertestcase[Rails/ActionControllerTestCase]
20
21
* xref:cops_rails.adoc#railsactionfilter[Rails/ActionFilter]
21
22
* xref:cops_rails.adoc#railsactiverecordaliases[Rails/ActiveRecordAliases]
22
23
* xref:cops_rails.adoc#railsactiverecordcallbacksorder[Rails/ActiveRecordCallbacksOrder]
23
24
* xref:cops_rails.adoc#railsactiverecordoverride[Rails/ActiveRecordOverride]
24
25
* xref:cops_rails.adoc#railsactivesupportaliases[Rails/ActiveSupportAliases]
26
+ * xref:cops_rails.adoc#railsactivesupportonload[Rails/ActiveSupportOnLoad]
25
27
* xref:cops_rails.adoc#railsaddcolumnindex[Rails/AddColumnIndex]
26
28
* xref:cops_rails.adoc#railsaftercommitoverride[Rails/AfterCommitOverride]
27
29
* xref:cops_rails.adoc#railsapplicationcontroller[Rails/ApplicationController]
@@ -58,6 +60,7 @@ based on the https://rails.rubystyle.guide/[Rails Style Guide].
58
60
* xref:cops_rails.adoc#railsfindby[Rails/FindBy]
59
61
* xref:cops_rails.adoc#railsfindbyid[Rails/FindById]
60
62
* xref:cops_rails.adoc#railsfindeach[Rails/FindEach]
63
+ * xref:cops_rails.adoc#railsfreezetime[Rails/FreezeTime]
61
64
* xref:cops_rails.adoc#railshasandbelongstomany[Rails/HasAndBelongsToMany]
62
65
* xref:cops_rails.adoc#railshasmanyorhasonedependent[Rails/HasManyOrHasOneDependent]
63
66
* xref:cops_rails.adoc#railshelperinstancevariable[Rails/HelperInstanceVariable]
@@ -105,6 +108,7 @@ based on the https://rails.rubystyle.guide/[Rails Style Guide].
105
108
* xref:cops_rails.adoc#railsreversiblemigration[Rails/ReversibleMigration]
106
109
* xref:cops_rails.adoc#railsreversiblemigrationmethoddefinition[Rails/ReversibleMigrationMethodDefinition]
107
110
* xref:cops_rails.adoc#railsrootjoinchain[Rails/RootJoinChain]
111
+ * xref:cops_rails.adoc#railsrootpathnamemethods[Rails/RootPathnameMethods]
108
112
* xref:cops_rails.adoc#railsrootpublicpath[Rails/RootPublicPath]
109
113
* xref:cops_rails.adoc#railssafenavigation[Rails/SafeNavigation]
110
114
* xref:cops_rails.adoc#railssafenavigationwithblank[Rails/SafeNavigationWithBlank]
@@ -119,6 +123,8 @@ based on the https://rails.rubystyle.guide/[Rails Style Guide].
119
123
* xref:cops_rails.adoc#railstimezone[Rails/TimeZone]
120
124
* xref:cops_rails.adoc#railstimezoneassignment[Rails/TimeZoneAssignment]
121
125
* xref:cops_rails.adoc#railstoformatteds[Rails/ToFormattedS]
126
+ * xref:cops_rails.adoc#railstoswithargument[Rails/ToSWithArgument]
127
+ * xref:cops_rails.adoc#railstoplevelhashwithindifferentaccess[Rails/TopLevelHashWithIndifferentAccess]
122
128
* xref:cops_rails.adoc#railstransactionexitstatement[Rails/TransactionExitStatement]
123
129
* xref:cops_rails.adoc#railsuniqbeforepluck[Rails/UniqBeforePluck]
124
130
* xref:cops_rails.adoc#railsuniquevalidationwithoutindex[Rails/UniqueValidationWithoutIndex]
@@ -127,6 +133,7 @@ based on the https://rails.rubystyle.guide/[Rails Style Guide].
127
133
* xref:cops_rails.adoc#railsvalidation[Rails/Validation]
128
134
* xref:cops_rails.adoc#railswhereequals[Rails/WhereEquals]
129
135
* xref:cops_rails.adoc#railswhereexists[Rails/WhereExists]
136
+ * xref:cops_rails.adoc#railswheremissing[Rails/WhereMissing]
130
137
* xref:cops_rails.adoc#railswherenot[Rails/WhereNot]
131
138
132
139
// END_COP_LIST
0 commit comments