alobato / rails-templates

My rails templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template solution suggested by Ryan Bates

function railsapp { template=$1 appname=$2 shift 2 rails $appname -m http://github.com/jnstq/rails-templates/raw/master/$template.rb $@ }

About

My rails templates