Permalink
Cannot retrieve contributors at this time
Switch branches/tags
1-2-stable
2-0-stable
2-1-stable
2-2-stable
2-3-stable
3-0-stable
3-1-stable
3-2-stable
actionview-extraction
cat-gemfile-test
compressor
deps_refactor
encoding
helpers-order-fixes
integrate-strong_parameters
master
opt_routes
possible-railties-fix
sass-cleanup
serializers
Nothing to show
v3.2.6
v3.2.5
v3.2.4
v3.2.4.rc1
v3.2.3
v3.2.3.rc2
v3.2.3.rc1
v3.2.2
v3.2.2.rc1
v3.2.1
v3.2.0
v3.2.0.rc2
v3.2.0.rc1
v3.1.6
v3.1.5
v3.1.5.rc1
v3.1.4
v3.1.4.rc1
v3.1.3
v3.1.2
v3.1.2.rc2
v3.1.2.rc1
v3.1.1
v3.1.1.rc3
v3.1.1.rc2
v3.1.1.rc1
v3.1.0
v3.1.0.rc8
v3.1.0.rc7
v3.1.0.rc6
v3.1.0.rc5
v3.1.0.rc4
v3.1.0.rc3
v3.1.0.rc2
v3.1.0.rc1
v3.1.0.beta1
v3.0.15
v3.0.14
v3.0.13
v3.0.13.rc1
v3.0.12
v3.0.12.rc1
v3.0.11
v3.0.10
v3.0.10.rc1
v3.0.9
v3.0.9.rc5
v3.0.9.rc4
v3.0.9.rc3
v3.0.9.rc2
v3.0.9.rc1
v3.0.8
v3.0.8.rc4
v3.0.8.rc3
v3.0.8.rc2
v3.0.8.rc1
v3.0.7
v3.0.7.rc2
v3.0.7.rc1
v3.0.6
v3.0.6.rc2
v3.0.6.rc1
v3.0.5
v3.0.5.rc1
v3.0.4
v3.0.4.rc1
v3.0.3
v3.0.2
v3.0.1
v3.0.0
v3.0.0.beta4
v3.0.0.beta.3
v3.0.0.beta3
v3.0.0.beta.2
v3.0.0.beta2
v3.0.0.beta1
v3.0.0_RC2
v3.0.0_RC
v2.3.14
v2.3.13
v2.3.12
v2.3.11
v2.3.10
v2.3.9
v2.3.9.pre
v2.3.8
v2.3.7
v2.3.6
v2.3.5
v2.3.4
v2.3.3.1
v2.3.3
v2.3.2.1
v2.3.2
v2.3.1
v2.3.0
v2.2.3
v2.2.2
v2.2.1
v2.2.0
Nothing to show
Find file
Copy path
rails/install.rb
Fetching contributors…

version = ARGV.pop | |
%w( activesupport activemodel activerecord actionpack actionmailer railties ).each do |framework| | |
puts "Installing #{framework}..." | |
`cd #{framework} && gem build #{framework}.gemspec && gem install #{framework}-#{version}.gem --no-ri --no-rdoc && rm #{framework}-#{version}.gem` | |
end | |
puts "Installing Rails..." | |
`gem build rails.gemspec` | |
`gem install rails-#{version}.gem --no-ri --no-rdoc ` | |
`rm rails-#{version}.gem` |
Copy lines Copy permalink - View git blame