4 ms·
Typically with rails applications, test dependencies are not used for local development (i.e. running the rails server on your local machine), they are separate
by lukeasrodgers 1y ago
Typically with rails applications, test dependencies are not used for local development (i.e. running the rails server on your local machine), they are separate groups in the Gemfile.
- ljm 1y agoSpring and bootsnap muddy the waters. You do not have hermetic dev and test environments in Rails.