This is a repo to quickly start up new projects.
Features can be added by simply using git. Some branch combinations may have some small conflicts, but you're a smart cookie.
After merging branches, you need you can use your favorite IDE to:
- Find and replace the following words to rename the project to what you want:
QuickStart
->ProjectName
quick-start
->project-name
quick_start
->project_name
- Then Update
secret_key_base
inconfig/secrets.yml
- Then Run
bundle install
,npm install
, or any alternative package manager - Lastly, ofc, remove this readme and
QUICK_START
folder.
Some branches include others and even require other branches to be merged before them. See list bellow.
List of these requirements are listed bellow:
Branch name | Branches included |
rails-6 | |
rails-6-pg | rails-6 |
rails-6-mysql | rails-6 |
rails-6-redis | rails-6 |
rails-6-redis-resque | rails-6, rails-6-redis |
rails-6-bootstrap | rails-6 |
rails-6-bootstrap-users | rails-6, rails-6-bootstrap |
rails-6-bootstrap-admin | rails-6, rails-6-bootstrap |
rails-6-bootstrap-admin-users | rails-6, rails-6-bootstrap, rails-6-bootstrap-admin, rails-6-bootstrap-users |