Skip to content

Commit 3ca504c

Browse files
committed
Removed remaining old generators files.
1 parent de68cf7 commit 3ca504c

18 files changed

+10
-1810
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ activesupport/pkg
1414
railties/pkg
1515
railties/test/500.html
1616
railties/test/fixtures/tmp
17+
railties/test/initializer/root/log
1718
railties/doc/guides/html/images
1819
railties/doc/guides/html/stylesheets
1920
benches

railties/lib/generators.rb

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ module Generators
2121
# Generators load paths. First search on generators in the RAILS_ROOT, then
2222
# look for them in rails generators.
2323
#
24+
# TODO Add plugins, gems and frozen gems to load path.
25+
#
2426
def self.load_path
2527
@@load_path ||= begin
2628
paths = []

railties/lib/rails_generator.rb

-38
This file was deleted.

railties/lib/rails_generator/base.rb

-266
This file was deleted.

0 commit comments

Comments
 (0)