#1 new
graemeV9

gems being installed on db server

Reported by graemeV9 | September 16th, 2008 @ 02:51 PM

when using deprec on a multiple server set up (ie: 1 web/app server and 1 db server) rails gems and essentially the entire rails stack get installed on the db server as well as the web/app server. as a work around i gave added :roles => [:app, :web] to the lib\deprec\recipes\rails.rb line 93

  task :install_gems_for_project do
      if gems_for_project
        gems_for_project.each { |gem| gem2.install(gem) }
      end
  end

I am using the gem deprec-1.99.27 on a windows machine going to Ubuntu 8.04.1 machines

Comments and changes to this ticket

Please Login or create a free account to add a new comment.

You can update this ticket by sending an email to from your email client. (help)

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

Source available from github

The Git repository resides at http://github.com/mbailey

Check out the current development trunk with:

git clone git://github.com/mbailey/deprec.git

Creating a bug report

When creating a bug report, be sure to include as much relevant information as possible. Post the code sample that causes the problem. Preferably, alter the unit tests and show through either changed or added tests how the expected behavior is not occuring.

Security vulnerabilities should be reported via an email to mike@bailey.net.au, do not use lighthouse for reporting security vulnerabilities. All content in lighthouse is publicly available as soon as it is posted.

Then don't get your hopes up. Unless you have a "Code Red, Mission Critical, The World is Coming to an End" kinda bug, you're creating this ticket in the hope that others with the same problem will be able to collaborate with you on solving it. Do not expect that the ticket automatically will see any activity or that others will jump to fix it. Creating a ticket like this is mostly to help yourself start on the path of fixing the problem and for others to sign on to with a "I'm having this problem too".

(Wording copied from Rails lighthouse page)

People watching this ticket