Skip to content

tynmarket/rails-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

rbenv local 3.3.0
touch .gitigore

bundle init
bundle config set path 'vendor/bundle'
bundle install

bundle exec rails new . --database=mysql --skip-action-mailbox --skip-action-text --skip-action-cable --skip-sprockets --skip-javascript --skip-hotwire --skip-jbuilder --skip-bundle
bundle install

docker-compose build
docker-compose run --rm web bundle install
docker-compose up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published