rails / cssbundling-rails

Bundle and process CSS in Rails with Tailwind, PostCSS, and Sass via Node.js.
MIT License
579 stars 83 forks source link

Fallback to `db:test:prepare` when `test:prepare` rake is not found #12

Closed WaKeMaTTa closed 3 years ago

WaKeMaTTa commented 3 years ago

The rake to prepare rails test in Rails 6 (and below) is bin/rails db:test:prepare.