mirror of https://github.com/rails/rails
actionview should be able to install using install.rb [ci skip]
This commit is contained in:
parent
070cff713e
commit
e80844505a
|
@ -5,7 +5,7 @@ if version.nil?
|
|||
exit(64)
|
||||
end
|
||||
|
||||
%w( activesupport activemodel activerecord actionpack actionmailer railties ).each do |framework|
|
||||
%w( activesupport activemodel activerecord actionpack actionview 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
|
||||
|
|
Loading…
Reference in New Issue