Discussion:
Error with localhost, then with gems
Chaz
2007-12-05 05:03:33 UTC
Permalink
Tried to add an existing project, it would
always say localhost server not found. I typed "mongrel_rails start" into
terminal and it suggested that I update my gems. I tri

/Applications/Locomotive2/Bundles/
standardRailsMar2007.locobundle/i386/
lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require': no such file to load -- aws/s3 (MissingSourceFile)
Justin Case Schilder
2007-12-06 22:09:44 UTC
Permalink
Adding/running a new project from scratch not created in locomotive works
fine? When you get the update error, you did do "gem update"? OS version?
Intel/PPC?

My apologies if this mail messes up some threading in the list, having
some mail issues.

=========
On Dec 5, 2007, at 06:03, Chaz wrote:
=========
Tried to add an existing project, it would
always say localhost server not found. I typed "mongrel_rails start" into
terminal and it suggested that I update my gems. I tri

/Applications/Locomotive2/Bundles/
standardRailsMar2007.locobundle/i386/
lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require': no such file to load -- aws/s3 (MissingSourceFile)
Nathan Hyde
2007-12-07 17:15:12 UTC
Permalink
Chaz,

It appears that your app requires the Amazon Web Services - S3 gem. You can either unpack it into your application's plugins directory or install it into the locomotive bundle your app runs in.

To install it in the Locomotive bundle, right-click the application in Locomotive's app list and select to "Open in Terminal". (This will load the bundle's environment in a new Terminal window.) Then, at the prompt, type: sudo gem install aws-s3

BTW, I find tailing the development and mongrel logs to be quite helpful in debugging why an app won't start.

HTH

Nathan
_____

Date: Thu, 6 Dec 2007 23:09:44 +0100 (CET)
From: "Justin Case Schilder" <justin-***@public.gmane.org>
Subject: Re: [Locomotive-users] Error with localhost, then with gems
To: locomotive-users-***@public.gmane.org
Message-ID: <50085.83.84.170.200.1196978984.squirrel-J3r+***@public.gmane.org>
Content-Type: text/plain;charset=iso-8859-1

Adding/running a new project from scratch not created in locomotive works
fine? When you get the update error, you did do "gem update"? OS version?
Intel/PPC?

My apologies if this mail messes up some threading in the list, having
some mail issues.

=========
On Dec 5, 2007, at 06:03, Chaz wrote:
=========
Tried to add an existing project, it would
always say localhost server not found. I typed "mongrel_rails start" into
terminal and it suggested that I update my gems. I tri

/Applications/Locomotive2/Bundles/
standardRailsMar2007.locobundle/i386/
lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require': no such file to load -- aws/s3 (MissingSourceFile)
Loading...