projects
/
depot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Froze rails gems
[depot.git]
/
vendor
/
rails
/
railties
/
lib
/
commands
/
generate.rb
1
require
"#{RAILS_ROOT}/config/environment"
2
require
'rails_generator'
3
require
'rails_generator/scripts/generate'
4
5
ARGV
.
shift
if
[
'--help'
,
'-h'
].
include
?(
ARGV
[
0
])
6
Rails
::Generator::Scripts::Generate
.
new
.
run
(
ARGV
)