michelson / rails-ui

A collection of components based on Ruby ViewComponent & Stimulus, heavily inspired by shadcn/ui
https://rails-ui-9389388c40ad.herokuapp.com/rails_ui
MIT License
19 stars 2 forks source link

dummy app is not a fresh rails-new app #3

Open silva96 opened 1 day ago

silva96 commented 1 day ago

I can see you took some other app from somewhere else and pasted it in the test/dummy folder.

For example:

database: <%= ENV.fetch('POSTGRES_DATABASE', 'chaskiq-prod-local') %>

I guess we should delete the dummy app and create a new one

rails new dummy -a propshaft -j esbuild --database sqlite3 --skip-test --css tailwind
michelson commented 1 day ago

It is generated by Rails New. I changed the database.yml at some point, as Heroku requires pg. We probably just need to change the config. In any case, we are not using active records at all.