Skip to content

yama23/rails-application-templates_y

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Rails Application Templates

My Rails application templates

Usage

mkdir YOUR_RAILS_PROJECT && cd YOUR_RAILS_PROJECT
bundle init # And Remove rails gem comment
bundle install --path vendor/bundle --jobs=4

for postgres

bundle exec rails new . --database=postgresql --skip-test-unit --skip-turbolinks -m https://gitlab.fusic.co.jp/team-fake/rails-application-templates/raw/master/rails4_template.rb

for mysql

bundle exec rails new . --database=mysql --skip-test-unit --skip-turbolinks -m https://gitlab.fusic.co.jp/team-fake/rails-application-templates/raw/master/rails4_template.rb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages