提交 f2c72df1 编写于 作者: K Kite 提交者: KITE

Remove `version` argument in install.rb

上级 9c0b4081
version = ARGV.pop
# Usage: ruby install.rb
if version.nil?
puts "Usage: ruby install.rb version"
exit(64)
end
version = File.read(File.expand_path('../RAILS_VERSION', __FILE__)).strip
%w( activesupport activemodel activerecord actionpack actionview actionmailer railties activejob ).each do |framework|
puts "Installing #{framework}..."
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册