issues
search
rubocop
/
rails-style-guide
A community-driven Ruby on Rails style guide
http://rails.rubystyle.guide
6.48k
stars
1.06k
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Enum: better styling
#361
pirj
opened
3 days ago
0
Un-break PragProg links
#360
arielkirkwood
closed
1 week ago
2
Add a style guide to suggest to pass a string literal as a URL to http method calls
#359
moznion
opened
2 months ago
7
Add find-by-memoization section
#358
r7kamura
opened
2 months ago
1
Add time comparison guideline
#357
pirj
opened
3 months ago
0
Add "Positional arguments" subsection
#356
maxprokopiev
closed
8 months ago
0
Add "Nested Transactions" section
#355
wata727
opened
8 months ago
2
Bump actions/setup-python from 4 to 5
#354
dependabot[bot]
closed
10 months ago
0
Add Action Filters Order section
#353
ydakuka
opened
10 months ago
4
Fix code in the "Prefer using squiggly heredoc over strip_heredoc" section
#352
ydakuka
closed
11 months ago
4
Cop idea: Prefer `assert_raises` over `assert_raise`
#351
Earlopain
opened
1 year ago
10
Cop idea: merge `.first` || `.create!` into `.first_or_create!`
#350
ydakuka
closed
6 months ago
6
Add word that failed in CI's spell check to the whitelist
#349
masato-bkn
closed
1 year ago
3
Add note to redundant-all section about `all` receiver being an association
#348
masato-bkn
closed
11 months ago
3
"Redundant `all`" is too naive
#347
zverok
opened
1 year ago
10
Add the update_only option to accepts_nested_attributes_for attributes writers
#346
olivier-thatch
opened
1 year ago
0
Add receiver subsection for Duration Arithmetic
#345
aeroastro
opened
1 year ago
6
Bump actions/checkout from 3 to 4
#344
dependabot[bot]
closed
1 year ago
0
Suggestion: 3-state booleans don't require a default
#343
joerixaop
opened
1 year ago
3
Fix typo in the Beware Skip Model Validations section
#342
ydakuka
opened
1 year ago
0
Suggestion: don't divide `.where.not` into two lines
#341
ydakuka
opened
1 year ago
0
Add section for redundant `all`
#340
masato-bkn
closed
1 year ago
3
Suggestion: Add description about Active Record redundant `all`
#339
masato-bkn
closed
1 year ago
1
Suggestion: Add notes about returned value of ActiveRecord transaction
#338
ydakuka
opened
1 year ago
0
Suggestion: Add notes about `.none()`
#337
ydakuka
opened
1 year ago
1
Are blank routes preferred or routes with `/`
#336
arianf
opened
1 year ago
0
Cop idea: prefer symbol proc to `if:` and `unless:` filter lambdas
#335
vlad-pisanov
opened
1 year ago
2
avoiding the use of the StandardError exception
#331
MaximilianoGarciaRoe
opened
1 year ago
5
Add delete_all to the list of methods that skip model validations
#332
etherbob
opened
1 year ago
2
Bump actions/setup-python from 2 to 4
#330
dependabot[bot]
closed
1 year ago
0
Added dependabot for GitHub Actions
#329
ydah
closed
1 year ago
0
Suggestion: Use string literals instead of named routes or URL helpers in tests
#328
ohbarye
opened
2 years ago
7
Suggestion: Avoid `render ... and return`
#327
andyw8
opened
2 years ago
4
Clarify why model[] is preferred over read_attribute
#326
MarcPer
opened
2 years ago
3
Description of Single Attribute Validations seems wrong.
#325
onkeld
closed
2 years ago
1
Remove definite article from title
#324
andyw8
closed
2 years ago
0
Add code loading best practices
#323
bdewater
opened
2 years ago
0
Correct endless range example and provide some clarity
#322
justindell
closed
2 years ago
2
Where with Ranges: "good" vs "bad" are not equivalent
#321
justindell
closed
2 years ago
3
Add "Finding missing relationship records" rule
#320
ydah
closed
2 years ago
4
Add new "Prefer `all_(day|week|month|quarter|year)` over range of date/time" rule
#319
koic
closed
2 years ago
2
Add "Prefer `freeze_time` over `travel_to` with an argument of the current time" rule
#318
ydah
closed
2 years ago
2
Add "Prefer using squiggly heredoc over `strip_heredoc`" rule
#317
koic
closed
2 years ago
0
Recommend using `where` with ranges
#316
pirj
closed
2 years ago
1
Update links that make use of deprecated git.io
#315
ydah
closed
2 years ago
0
Add "Prefer `to_fs`" rule
#314
koic
closed
2 years ago
0
Better docs for `dependent: :destroy`
#313
arianf
closed
2 years ago
1
Fix bad link syntax for 'Three-valued_logic'
#312
andyw8
closed
2 years ago
0
Fix links
#311
pirj
closed
2 years ago
1
Replace references to `ActiveRecord::Base` with `ApplicationRecord`
#310
andyw8
closed
2 years ago
0
Next