ryan-hunter-pc / quickstart

Rails application template used by RH Productions
2 stars 0 forks source link

Upgrade to Rails 6 and related #5

Closed ryan-hunter-pc closed 2 years ago

ryan-hunter-pc commented 3 years ago

Also upgrades to Webpacker 6, which isn't the default yet, and required some research

Useful articles: https://dev.to/andrewmcodes/webpacker-6-tutorial-setup-281k https://dev.to/andrewmcodes/webpacker-6-tailwind-css-2-0-integration-3oe6

Also switches from Clearance to Devise (still need to customize layout/views/etc), just using defaults now.

Also removes administrate.

And probably more I'm forgetting, this was basically a rewrite for a lot of it...

TODO:

ryan-hunter-pc commented 2 years ago

We didn't quite perfect the Rails 6 + Webpacker 6 + Tailwind 2 setup here, but we're going to close this and move on to getting everything working with Inertia JS + Svelte for the view layer.