Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)