Skip to content

Commit

Permalink
Fix the install task
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Oct 23, 2013
1 parent b91f81c commit b7a495a
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Rakefile
Expand Up @@ -36,15 +36,7 @@ task :smoke do
end end


desc "Install gems for all projects." desc "Install gems for all projects."
task :install => :build do task :install => "all:install"
version = File.read("RAILS_VERSION").strip
(PROJECTS - ["railties"]).each do |project|
puts "INSTALLING #{project}"
system("gem install #{project}/pkg/#{project}-#{version}.gem --local --no-ri --no-rdoc")
end
system("gem install railties/pkg/railties-#{version}.gem --local --no-ri --no-rdoc")
system("gem install pkg/rails-#{version}.gem --local --no-ri --no-rdoc")
end


desc "Generate documentation for the Rails framework" desc "Generate documentation for the Rails framework"
if ENV['EDGE'] if ENV['EDGE']
Expand Down

0 comments on commit b7a495a

Please sign in to comment.