gem requires rack, fails to install

2009-07-08 Thread Sarah Allen

Hi,

I have an app that uses a few gems that I am trying to deploy on
heroku.  I created a .gem file which installs some gems with no
problem, but fails to install one:

my .gem file has:
xoopit-cloudquery --source gems.github.com

I get this failure:
- Installing gem xoopit-cloudquery from http://gems.github.com
   ERROR:  Error installing xoopit-cloudquery:
xoopit-cloudquery requires rack (= 1.0, runtime)
   Building native extensions.  This could take a while...


error: hooks/pre-receive exited with error code 1
To g...@heroku.com:sharp-dusk-60.git
 ! [remote rejected] master - master (pre-receive hook declined)

The gem comes from here:  http://github.com/nbio/cloudquery/tree/master

Do I need to do something special to install rack?  I thought that
came with Rails 2.3...

Confused,
Sarah



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Easy install on Heroku for El Dorado, my open source app

2009-07-08 Thread Trevor Turk

I just finished getting my open source forum/blog/chat app working on
Heroku last night. I included deployment instructions in the README:

http://github.com/trevorturk/eldorado/tree/master

I'm really impressed with Heroku so far. There's a _huge_ difference
between a Heroku deployment and setting up your own VPS at Slicehost
or what have you. I don't think that knowledgeable Ruby/Rails
developers realize how complicated deployment can be, even with recent
improvements like Passenger. I've had people bail on this app because
of deployment hassles and use Drupal instead. That's just not cool ;)

I did some stuff to make installation and deployment as easy as
possible, so please do check the app out and let me know what you
think. I'd be interested to hear if other people have different
strategies for making Heroku deployment even easier.

The only things that stand out as a pain are the s3 and email
constraints, but even those are just minor inconveniences. It's much
easier to set up an s3 account than it is to install ruby enterprise,
passenger, etc etc etc.

- Trevor
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: gem requires rack, fails to install

2009-07-08 Thread Ryan Tomayko

On Wed, Jul 8, 2009 at 5:49 AM, Sarah Allensa...@ultrasaurus.com wrote:
 Hi,

 I have an app that uses a few gems that I am trying to deploy on
 heroku.  I created a .gem file which installs some gems with no
 problem, but fails to install one:

 my .gem file has:
 xoopit-cloudquery --source gems.github.com

 I get this failure:
 - Installing gem xoopit-cloudquery from http://gems.github.com
       ERROR:  Error installing xoopit-cloudquery:
        xoopit-cloudquery requires rack (= 1.0, runtime)
       Building native extensions.  This could take a while...


 error: hooks/pre-receive exited with error code 1
 To g...@heroku.com:sharp-dusk-60.git
  ! [remote rejected] master - master (pre-receive hook declined)

 The gem comes from here:  http://github.com/nbio/cloudquery/tree/master

 Do I need to do something special to install rack?  I thought that
 came with Rails 2.3...

Hi Sarah,

Try:

xoopit-cloudquery --source gems.github.com --source gems.rubyforge.org

The issue here is that rubygems is attempting to obtain all dependent
gems from gems.github.com. Adding gems.rubyforge.org as an additional
source should allow all dependencies to be resolved correctly.

We've considered adding gems.rubyforge.org as a default source but
that can create issues when you're installing gems from a private
repository and the same gems exist in both repositories and rubyforge
has a newer version.

Thanks,
Ryan

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: Uploading Data in Herokugarden

2009-07-08 Thread Tashfeen Ekram
http://www.linux-archive.org/kubuntu-user/312327-kubuntu-9-04-sony-vaio-vgn-ns11s-part-ii-microphone-problem.html
http://ubuntufs.wordpress.com/2006/06/08/trouble-with-your-microphone/
http://ubuntuforums.org/showthread.php?p=4502727

On Mon, Jul 6, 2009 at 11:09 AM, tashfeen.ekram tashfeen.ek...@gmail.comwrote:

 I have uploaded my data.yml file into the db file. I open up the rake
 console window and try to load the data. It begins but it times out
 and gives me the error of refresh failed. The data then is not
 loaded. This is on herokugarden.

 Thanks

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---