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
Post a Comment