Skip to content

ichigo-inc/rails6-minimal

Repository files navigation

README

Software Versions

  • bundler: 2.3.16
  • ruby: 2.7.4
  • rails: 6.1.7.3
  • yarn: 1.22.18

Run below commands for first time after cloning the repo

bundle install --path=vendor/bundle
bundle exec rails webpacker:install 
yarn install --check-files

Generate new app

rbenv local 2.7.4
# rbenv exec gem install bundler
rbenv rehash
bundle init
# Add gem 'rails', '~>6' to Gemfile 
bundle install --path=vendor/bundle
bundle exec rails new . --skip-bundle
bundle install
bundle exec rails webpacker:install 
yarn install --check-files

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published