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
{{ message }}
This repository has been archived by the owner on May 11, 2021. It is now read-only.
On complexity I'd suggest exploring extracting components from the view into ruby objects - here's an interesting library used by GitHub and looks due for rails 6.1 https://github.com/github/actionview-component
Might still need a switch or similar in the view but components could be a useful refactoring/learning opp nonetheless.
On complexity I'd suggest exploring extracting components from the view into ruby objects - here's an interesting library used by GitHub and looks due for rails 6.1 https://github.com/github/actionview-component
Might still need a switch or similar in the view but components could be a useful refactoring/learning opp nonetheless.
Originally posted by @suninthesky in #194
The text was updated successfully, but these errors were encountered: