You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update documentation to fix Rubocop errors in 'rails generate' command
Previously, the 'rails generate' command would send unsupported files to
Rubocop, causing errors and failures in the process.
To fix this, we added a filter that only sends parsable
files to Rubocop.
This commit updates the documentation to reflect this change,
helping users avoid errors and complete
'rails generate' command successfully.
Follow-up to #961 and #956
0 commit comments