rails7-startkit
rails7-startkit copied to clipboard
Launch Rails with 1 shell command!
``` Cloning into 'rails7-startkit'... remote: Enumerating objects: 2519, done. remote: Counting objects: 100% (608/608), done. remote: Compressing objects: 100% (95/95), done. remote: Total 2519 (delta 534), reused 514 (delta 513),...
https://medium.com/@grzegorz.smajdor/hotreload-with-ruby-on-rails-7-cbca367500fe So the page will reload on file changes during development.
https://github.com/rails/sass-rails?tab=readme-ov-file#features In app/assets/stylesheets/sass/application.scss, I added @import "components/*"; but getting error. I'm not sure if the glob feature should work or not.
Otherwise, the .env will get pushed to the production environment and override the environment variables if they are not defined. Also, we may have accidentally pushed the .env to the...
I don't see `import "@hotwired/turbo-rails"` anywhere in the JavaScript. Do I need to set up the hotwire myself? Can we enable it by default? Thank you for the package. I...
Could you add the necessary files and gems to use Kamal? Thank you for the startkit!
This branch is for checking Tailwind CSS framework Can be merged into the master branch any time. **Conclustions** 1. TW is not so original. I used atomic css approach many...
### Adding Sidekiq Ui It this PR I add web UI for `sidekiq` which is placed in a container - [x] PR has the only feature - [x] PR has...
### Adding PgAdmin4 It this PR I add `PgAdmin4` and provide an additional way to manage application's database https://www.pgadmin.org/ - [x] PR has the only feature - [x] PR has...
Greetings! I've been trying to setup a new instance of this today, I have a few other instances that have deployed without a hitch. today I am receiveing this though,...