This project is archived and is in readonly mode.

#3509 ✓invalid
seban

Rails template should allow to specify framework parts

Reported by seban | November 24th, 2009 @ 07:54 PM

Rails template should allow to specify without which parts generate application.
For example. I don't want to use ActiveRecord so I could write in template
without_framework :active_record

And in app generated with such a template in config/environment.rb I will have
config.frameworks -= [ :active_record ]

I tried to do some workaround for it but I can't find Rails::TemplateRunner class in rails master git repo.

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

Pages