A Rails e-commerce app must comply with PCI DSS Requirement 6.4 by separating dev/test and production environments. Which Rails mechanism enforces this?
-
A
Rails.env checks in initializers
-
B
config/environments/ directory with per-environment files
-
C
DATABASE_URL environment variable scoping
-
D
Gemfile group :production separation