rails new appname -d=postgresql -j=esbuild -T -c=tailwind

https://davidteren.medium.com/ruby-on-rails-7-high-performance-frontend-with-esbuild-rollup-vite-7712dea1917e

More gems: https://gemfile.directory/gemfiles/7a8af9c7-a3f8-467e-9a98-c27908bf1a55

Gems

Generate config file with command:

rubocop —init

require:
  - rubocop-rails
  - rubocop-rspec
  - rubocop-performance

AllCops:
  NewCops: enable
  Exclude:
    - "app/assets/**/*"
    - "tmp/**/*"
    - "bin/**/*"
    - "log/**/*"
    - "db/*"
    - "public/**/*"
    - "vendor/**/*"
    
    
Style/Documentation:
  Enabled: false