rails/railties/test/fixtures
Andrew Novoselac c90a8701e5
Generate a .devcontainer folder and its contents when creating a new app.
The .devcontainer folder includes everything needed to boot the app and do development in a remote container.

The container setup includes:
 - A redis container for Kredis, ActionCable etc.
 - A database (SQLite, Postgres, MySQL or MariaDB)
 - A Headless chrome container for system tests
 - Active Storage configured to use the local disk and with preview features working

If any of these options are skipped in the app setup they will not be included in the container configuration.

These files can be skipped using the `--no-devcontainer` option.

Co-authored-by: Rafael Mendonça França <rafael@franca.dev>
2024-02-14 20:59:48 +00:00
..
.devcontainer Generate a .devcontainer folder and its contents when creating a new app. 2024-02-14 20:59:48 +00: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