Y
Hacker News
new
|
ask
|
show
|
jobs
by
lukeasrodgers
394 days 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.
1 comments
ljm
394 days ago
Spring and bootsnap muddy the waters. You do not have hermetic dev and test environments in Rails.
link