mirror of https://github.com/rails/rails
Added activejob to install.rb
This commit is contained in:
parent
3ed69cd5f5
commit
2e2d9f9d46
|
@ -5,7 +5,7 @@ if version.nil?
|
|||
exit(64)
|
||||
end
|
||||
|
||||
%w( activesupport activemodel activerecord actionpack actionview actionmailer railties ).each do |framework|
|
||||
%w( activesupport activemodel activerecord actionpack actionview actionmailer railties activejob ).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