An open API service indexing awesome lists of open source software.

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

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
```