bootstrap-ruby / bootstrap_form

Official repository of the bootstrap_form gem, a Rails form builder that makes it super easy to create beautiful-looking forms using Bootstrap 5.
MIT License
1.64k stars 352 forks source link

Demo 7.0 #624

Closed lcreid closed 2 years ago

lcreid commented 2 years ago

Make the demo app run under 7.0.

The demo app seemed to have fallen into disrepair. I could get it to run in any of the earlier incarnations.

Since asset management has so many variables, I focussed on getting the demo app running with Rails 7 and the out-of-the-box JavaScript and CSS bundlers, with SASS.

The app doesn't appear to find the source map, or perhaps it isn't being generated. You will see messages saying:

ActionController::RoutingError (No route matches [GET] "/assets/application.js-c6c0edbd68f05cffd0e2495198bfbc4bf42be8a11b76eecbfade30a8036b6b87.map")

but this doesn't seem to affect how the app runs.