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

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

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -