Skip to content

brunow/rails-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rails template generator for jquery, mysql, mongoid, sqlite and rspec

To use these generator copy this in your .bash_profile

function railsapp {
  appname=$1
  shift 2
  rails new $appname -m https://github.com/brunow/rails-templates/raw/master/app.rb -TJ $@
}

So you can use this command in your shell instead of rails new

railsapp app_name  

Bash function from https://github.com/ryanb/rails-templates/

About

Rails template script for creating rails app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages