rails/railties/test/fixtures
Andrew Novoselac 16afdbea70 Use devcontainer features for optional dependencies
We have created our own features for optional Rails dependencies needed for active storage, postgres and mysql. Features provide a bit better ergonomics for adding or removing these from the devcontainer, and previously we were always installing these dependencies via the devcontainer's dockerfile, whether the app was using them or not.

With this change, when we generate the app, we just add the features we need to the devcontainer.json. And also, we swap features in and out as need when doing db:system:change.
2024-04-12 10:13:42 -04:00
..
.devcontainer Use devcontainer features for optional dependencies 2024-04-12 10:13:42 -04:00
lib Populate ARGV with Rails::Command.invoke args 2021-04-03 10:12:52 -05:00
Dockerfile.test speedup docker build time 2024-02-13 20:26:14 +07:00
Rakefile Test Action Text install generator 2020-11-23 18:07:54 -06:00