A rapid Rails 6 application template for personal use.
- Tested Rails Version gem
'rails', '~> 6.0.3'
- Tested Ruby Versions ruby
'2.7.1'
Inspired heavily by Jumpstart from Chris Oliver and kickoff_tailwind from Justalever. Credits to him for a bunch here
Included gems:
- devise
- draper
- friendly_id
- kaminari
- name_of_person
- sidekiq
- slim-rails
- annotate
- brakeman
- database_cleaner
- dotenv-rails
- factory_bot_rails
- faker
- pry-rails
- pry-byebug
- rspec-rails
- rubocop
- rubocop-performance
- rubocop-rails
With Rails 6 we have webpacker by default now. Bootstrap 4.5.3 installed using yarn package.
$ rails new sample_app -d postgresql -m template.rb
or
$ rails new sample_app -d postgresql -m https://github.com/nandhasuhendra/Blueprint-Rails/template.rb (On progress)
$ rails server
Run foreman start
. Head to locahost:5000
to see your app. You'll have hot reloading on js
and css
and scss/sass
files by default. Feel free to configure to look for more to compile reload as your app scales.