Hacker News new | ask | show | jobs
by prognostikos 5447 days ago
You can do 95% of this (excluding Apache configuration) automatically with Rails templates.

My example is here https://github.com/prognostikos/rails_templates/blob/master/... and if you search github you can find many more.

Use with 'rails new yourapp --template=path/to/template'

1 comments

@prognostikos - thanks man. I saw your template and came across a few others. I came across this gem (https://github.com/kfaustino/rails-templater) I might give it a go. I understand about 85% of your script so I am definitely going to try and create my own from all this inspiration.