Rails Application Templateを使ってみた
やろうやろうと先延ばしにしていたRails Application Templateを使ってみました。
rails newの後に毎回同じことをやらなくて済むように効率化していきたいです。
hilotter / rails-application-template
使い方は新規作成の場合は(アプリケーション名sample)
rails new sample -m https://raw.github.com/hilotter/rails-application-template/master/app_template.rb -d mysqlアプリ作成後に適用する場合は
./bin/rake rails:template LOCATION=https://raw.github.com/hilotter/rails-application-template/master/app_template.rbでできます。
少しづつ育てていきたい。