ryan-hunter-pc / quickstart

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

Update to use Webpacker 6 and remove view helpers #7

Closed ryan-hunter-pc closed 3 years ago

ryan-hunter-pc commented 3 years ago

This PR is a foundational step toward supporting Inertia JS easily (but not forcing it, yet).

The result of running this template now is:

To make it easier to choose any view layer architecture, this PR changes it so we don't really do any view setup for you any more. All you get is a very basic (empty) layout with a couple example pages, which is a very neutral starting point which is "ready" for any view layer architecture -- InertiaJS, Hotwire, vanilla Rails views, etc.