getrailsui / railsui

Professionally designed templates and components for Ruby on Rails.
https://railsui.com
Other
389 stars 55 forks source link

starting with fresh app -> broken #45

Open parolkar opened 3 days ago

parolkar commented 3 days ago

I don't know what is going on but with latest rails 8.0.0 , rails new approach to railsui results in error. They might not be related to railsui but rails.

When I run "rails new my_shiny_rails8_app -c tailwind -j esbuild" , I get these:

Screenshot 2024-11-14 at 9 20 29 AM

This messes up everything for RailsUI.

then going into my project folder and manually running it attempts to fix it ( like "bin/rails solid_cache:install" etc)

not knowing this and continuing to install railsui will result in the frustration as the application js and other stuff is not setup currently because of the errors.

justalever commented 2 days ago

@parolkar see #44 and try once more with a rails new.