Y
Hacker News
new
|
ask
|
show
|
jobs
by
ljm
401 days ago
Locally you’d have all the dependencies installed. In production you’d leave out development and test dependencies.
1 comments
lukeasrodgers
401 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.
link
ljm
400 days ago
Spring and bootsnap muddy the waters. You do not have hermetic dev and test environments in Rails.
link