https://github.com/remy727/rails_application_templates
Rails Application Templates
https://github.com/remy727/rails_application_templates
Last synced: 3 months ago
JSON representation
Rails Application Templates
- Host: GitHub
- URL: https://github.com/remy727/rails_application_templates
- Owner: remy727
- Created: 2023-07-05T18:47:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T13:03:14.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T11:42:02.826Z (5 months ago)
- Language: Ruby
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rails Application Templates
### [Base](./base.rb)
Run this command in your Rails app directory in the terminal:
```bash
bin/rails app:template LOCATION=https://raw.githubusercontent.com/remy727/rails_application_templates/main/base.rb
```
### [Vite Rails](./vite_rails.rb)
Run this command in your Rails app directory in the terminal:
```bash
bin/rails app:template LOCATION=https://raw.githubusercontent.com/remy727/rails_application_templates/main/vite_rails.rb
```
### [Sidekiq](./sidekiq.rb)
Run this command in your Rails app directory in the terminal:```bash
bin/rails app:template LOCATION=https://raw.githubusercontent.com/remy727/rails_application_templates/main/sidekiq.rb
```