ryanb / nifty-generators

A collection of useful Rails generator scripts.
MIT License
1.98k stars 283 forks source link

Use standard Rails 3 option for template engine definition #45

Open semaperepelitsa opened 14 years ago

semaperepelitsa commented 14 years ago

Rails 3 uses --template-engine option to define template engine. It also can be set in application configuration.

ryanb commented 14 years ago

I hope to add support for Rails 3's generator modularity in the near future. However I'm still unsure of the best way to do it. If anyone has ideas that would be appreciated.