Skip to content

robzolkos/rails-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Put this in your .bashrc (or whatever bash config file is on your system)

function railsapp {
  appname=$1
  shift 1
  rails new $appname T --skip-bundle -m https://github.com/robzolkos/rails-template/raw/master/apptemplate.rb $@
}

Then to create a new Rails app :

railsapp appname

About

Rails application template for new projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages