You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rails new blog --css tailwind
cd blog
bin/rails generate scaffold Post title:string body:text
bin/rails db:migrate
bin/rails test:system
Results:
Results if --css tailwind is omitted:
Running 4 tests in a single process (parallelization threshold is 50)
Run options: --seed 22878
# Running:
Capybara starting Puma...
* Version 6.6.0, codename: Return to Forever
* Min threads: 0, max threads: 4
* Listening on http://127.0.0.1:50646
....
Finished in 1.903383s, 2.1015 runs/s, 2.1015 assertions/s.
4 runs, 4 assertions, 0 failures, 0 errors, 0 skips