Re: New Ruby gems - how to install?

2009-02-10 Thread srinivas iyer
Hi martin , Edit your project .In project you could see the structure . Go to yourproject-vendors , there you could see the option called Gems and plugins . click on it a window will popup , you search for the repository for the gem your application requires it . Install it from the available

Mini_exiftool gem

2009-02-10 Thread lostsync
So I'm working on an app for a photographer. We want EXIF data displayed with his photos. There's a gem called mini_exiftool which allows this but it is dependent on on a cli utility called exiftool, which heroku(garden) doesn't seem to have. What can I do about this?

Re: multiple subdomains pointing at the same heroku instance

2009-02-10 Thread Paul Leader
I would like to be able to do this as well. The inability to handle subdomains is a really handicap for many apps. Paul On Feb 9, 6:52 pm, Jeremy Lightsmith jeremy.lightsm...@gmail.com wrote: There was a post about this a while back, but I have an app, atwww.doinlists.com, and it uses

Re: New Ruby gems - how to install?

2009-02-10 Thread GreenAsJade
More thanks! Wow - that one is a well kept, well hidden secret eh!? --~--~-~--~~~---~--~~ 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

Code editor key bindings

2009-02-10 Thread GreenAsJade
Where can I find out what the key bindings for the code editor are? I just typed C-w (emacs binding for cut) and it closed my browser window :S I tried C-x (windows binding for cut) and it did nothing. It can't be vi bindings, because it starts in insert mode, and ESC doesn't do anything (In

Re: multiple subdomains pointing at the same heroku instance

2009-02-10 Thread Jeremy Lightsmith
thanks, that totally helps! On Tue, Feb 10, 2009 at 2:37 PM, Keenan Brock kee...@thebrocks.net wrote: There is a Heroku and Herokugarden gem. They look similar but are different. Waiting for Adam to Github them so we can merge On Feb 10, 2009, at 4:52 PM, S. Brent Faulkner