Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BilalBudhani/RailsBooster
⚡️ Ruby On Rails Boilerplate For Instant Productivity
https://github.com/BilalBudhani/RailsBooster
boilerplate rails ruby ruby-on-rails tailwindcss
Last synced: 2 months ago
JSON representation
⚡️ Ruby On Rails Boilerplate For Instant Productivity
- Host: GitHub
- URL: https://github.com/BilalBudhani/RailsBooster
- Owner: BilalBudhani
- License: mit
- Created: 2019-11-11T10:19:39.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-27T10:46:40.000Z (over 1 year ago)
- Last Synced: 2024-08-02T05:14:37.309Z (5 months ago)
- Topics: boilerplate, rails, ruby, ruby-on-rails, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 392 KB
- Stars: 23
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚀 RailsBooster
Pre-Configured Ruby On Rails Boilerplate To Provide Instant Productivity ⚡️
## 🤓 Motivation behind the project
I regularly keep experimenting with ideas and problems to solve with Ruby On Rails as my choice of tech stack. However, I find myself configuring Rails as per my preference with every new project to reach to a stage where I can start working on the actual business logic.
RailsBooster is an attempt to put together all the common configurations, gems and best practices in one place which will eliminate the need of all prerequisites and immediately enables working on the actual business logic.
## 🛠 How to use
Run
```bash
rails new blog --skip-javascript --skip-webpacker -d postgresql -m https://raw.githubusercontent.com/BilalBudhani/RailsBooster/main/template.rb
```### LICENSE
RailsBooster is licensed under the MIT license. (opensource.org/licenses/MIT)