Patrick Dockhorn
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Created How do I run a Rails7 app including the js and css watchers in Rubymine ?
I've set up a skeleton Rails 7 app using `esbuild` and `bootstrap` via rails new mojoknows7 -j esbuild -css bootstrap I used ruby 3.1.0 and after a bit of wrangling I got the app to work. It is sup...