Why do I see generators for frameworks I have removed from a Rails 3 project? -


when comment out lines require active record , test unit railties in config/application.rb , rails generate in project root folder, still see tasks above frameworks in list of generators.

% rails generate  ... activerecord:   active_record:migration   active_record:model ... 

is expected behavior? if not, do remove these list of available generators?

it doesn't make or break anything, it's annoying!

are gems still in gemfile? that's candidate.


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -