Re: By what means does the Heroku Toolbelt update my PATH?

2013-09-09 Thread ebdb
Ok, cool. Thanks for the info.


On Sunday, September 8, 2013 5:14:37 PM UTC-7, David Dollar wrote:

 The OSX toolbelt attempts to add itself to one of your startup scripts 
 based on which shell you're running:

 https://github.com/heroku/heroku/blob/master/dist/resources/pkg/postinstall


 On Sun, Sep 8, 2013 at 8:05 PM, ebdb moc...@gmail.com javascript:wrote:

 D'oh! Sorry.

 OS X.


 On Sunday, September 8, 2013 3:25:02 PM UTC-7, Daniel Farina wrote:

 On Sun, Sep 8, 2013 at 3:06 PM, ebdb moc...@gmail.com wrote: 
  I just installed the Heroku Toolbelt from here... 
  
  https://toolbelt.heroku.com/ 
  
  At the bottom of the page it says... 
  
  Technical details 
  
  The heroku command line client will be installed into 
 /usr/local/heroku and 
  /usr/local/heroku/bin will be added to your PATH. 
  
  I'm wondering how that all gets set up. 
  [...] 
  Where did the installer make changes? 

 What platform; e.g. Mac, Linux, Windows... 

  -- 
 -- 
 You received this message because you are subscribed to the Google
 Groups Heroku group.
  
 To unsubscribe from this group, send email to
 heroku+un...@googlegroups.com javascript:
 For more options, visit this group at
 http://groups.google.com/group/heroku?hl=en_US?hl=en
  
 --- 
 You received this message because you are subscribed to the Google Groups 
 Heroku Community group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to heroku+un...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
-- 
You received this message because you are subscribed to the Google
Groups Heroku group.

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_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
Heroku Community group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to heroku+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


By what means does the Heroku Toolbelt update my PATH?

2013-09-08 Thread ebdb
I just installed the Heroku Toolbelt from here...

https://toolbelt.heroku.com/

At the bottom of the page it says...

*Technical details*
*
*
*The heroku command line client will be installed into /usr/local/heroku 
and /usr/local/heroku/bin will be added to your PATH.*

I'm wondering how that all gets set up.

I'm not finding any changes to any of my shell config files.

My $PATH doesn't have the Heroku dir in it.

The heroku command does seem to be available, so that's cool.

But what effect did installing Heroku have on my machine?

Where did the installer make changes?

-- 
-- 
You received this message because you are subscribed to the Google
Groups Heroku group.

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_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
Heroku Community group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to heroku+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: By what means does the Heroku Toolbelt update my PATH?

2013-09-08 Thread ebdb
D'oh! Sorry.

OS X.


On Sunday, September 8, 2013 3:25:02 PM UTC-7, Daniel Farina wrote:

 On Sun, Sep 8, 2013 at 3:06 PM, ebdb moc...@gmail.com javascript: 
 wrote: 
  I just installed the Heroku Toolbelt from here... 
  
  https://toolbelt.heroku.com/ 
  
  At the bottom of the page it says... 
  
  Technical details 
  
  The heroku command line client will be installed into /usr/local/heroku 
 and 
  /usr/local/heroku/bin will be added to your PATH. 
  
  I'm wondering how that all gets set up. 
  [...] 
  Where did the installer make changes? 

 What platform; e.g. Mac, Linux, Windows... 


-- 
-- 
You received this message because you are subscribed to the Google
Groups Heroku group.

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_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
Heroku Community group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to heroku+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Do add-ons apply to more than one application in an account?

2013-09-03 Thread ebdb
On Tuesday, September 3, 2013 9:32:03 AM UTC-7, Troy Davis wrote:

 Even if add-ons don't fit your situation perfectly, the Heroku platform 
 and/or those services may. Add-ons cover most cases, but (rightly) don't 
 try to cover every last situation.


Thanks for the response. I hope I didn't say anything to suggest that I 
expected Heroku's add-ons to cover every last situation.

I think maybe I wasn't clear enough in phrasing my original question.

Let me try again...

Let's say I deployed two apps on Heroku, and (for example) both need Sphinx 
Search, which of the following is true?

CASE A: I pay for the Flying Sphinx add-on ONCE. (I've purchased it 
generally, for my whole Heroku account and everything running on it.)

CASE B: I pay for the Flying Sphinx add-on TWICE. (Once for each app.)

It isn't clear to me from the add-ons page which one is true.

If an add-on isn't a good fit, you can usually provision the service 
 separately (at the expense of SSO, Heroku-managed collaborators, and 
 centralized billing).


 Troy

 -- 
 @troyd



-- 
-- 
You received this message because you are subscribed to the Google
Groups Heroku group.

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_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
Heroku Community group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to heroku+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Do add-ons apply to more than one application in an account?

2013-09-03 Thread ebdb
Awesome -- thanks for clearing that up. I appreciate the help.

Where else did I look for an answer?

That was yesterday, but I'll do my best to remember...

I know read through the getting started guide ( 
https://devcenter.heroku.com/articles/quickstart ) and then the Rails 
section ( https://devcenter.heroku.com/articles/rails3 ).

I know I read the individual pages for (at least) the ClearDB MySQL add-on 
( https://addons.heroku.com/cleardb ).

I definitely looked at the pricing page ( https://www.heroku.com/pricing ).

Hope that helps.

E


On Tuesday, September 3, 2013 3:22:14 PM UTC-7, Robbie wrote:

 Hi, Robbie from Heroku Add-ons here.

 It's case *B.*
 *
 *
 This isn't super clear from the add-ons page you're right. In the interest 
 of making our product clearer can I ask if you looked anywhere else on our 
 site? Or if you searched and google and what those searches were?


 On Tue, Sep 3, 2013 at 2:57 PM, ebdb moc...@gmail.com javascript:wrote:

 On Tuesday, September 3, 2013 9:32:03 AM UTC-7, Troy Davis wrote:

 Even if add-ons don't fit your situation perfectly, the Heroku platform 
 and/or those services may. Add-ons cover most cases, but (rightly) don't 
 try to cover every last situation.


 Thanks for the response. I hope I didn't say anything to suggest that I 
 expected Heroku's add-ons to cover every last situation.

 I think maybe I wasn't clear enough in phrasing my original question.

 Let me try again...

 Let's say I deployed two apps on Heroku, and (for example) both need 
 Sphinx Search, which of the following is true?

 CASE A: I pay for the Flying Sphinx add-on ONCE. (I've purchased it 
 generally, for my whole Heroku account and everything running on it.)

 CASE B: I pay for the Flying Sphinx add-on TWICE. (Once for each app.)

 It isn't clear to me from the add-ons page which one is true.

  If an add-on isn't a good fit, you can usually provision the service 
 separately (at the expense of SSO, Heroku-managed collaborators, and 
 centralized billing).


 Troy

 -- 
 @troyd

  -- 
 -- 
 You received this message because you are subscribed to the Google
 Groups Heroku group.
  
 To unsubscribe from this group, send email to
 heroku+un...@googlegroups.com javascript:
 For more options, visit this group at
 http://groups.google.com/group/heroku?hl=en_US?hl=en
  
 --- 
 You received this message because you are subscribed to the Google Groups 
 Heroku Community group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to heroku+un...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
-- 
You received this message because you are subscribed to the Google
Groups Heroku group.

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_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
Heroku Community group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to heroku+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Do I have this cost breakdown right?

2013-09-02 Thread ebdb
I'm considering deploying a small Rails project to Heroku,

I want to double-check that I'm understanding the pricing correctly.

I'd have 2 dynos (to start). So that's $34.50.

I'll need a MySQL DB, not PostgreSQL -- so that's one add-on. I can 
probably get away with the Punch level for now, so that's $10.
I need Sphinx search. I think I can probably get by with the wooden 
option, so that's another $12.

I'll need some kind of caching solution. I guess the free Memcachier might 
work to start out.

I'll definitely need SSL, so that's $20/month.
 
So that's 76.50 / month for one website. Ok, that might work for this 
starter project.

Are there any other likely costs I should be aware of before I dive in?

One other question -- knowing that Heroku has historically been pretty 
committed to PostgreSQL, is their MySQL offering production ready? And will 
I be able to hook Flying Sphinx up to it without a lot of hassle?

I mean is that a known and traveled path in Heroku? Or would I be doing 
something weird and not well supported?

Thanks,

E

-- 
-- 
You received this message because you are subscribed to the Google
Groups Heroku group.

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_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
Heroku Community group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to heroku+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Do I have this cost breakdown right?

2013-09-02 Thread ebdb
Ok, great. Thanks a lot for the reply.


On Monday, September 2, 2013 7:38:13 AM UTC-7, Jamu Kakar wrote:

 Hi,

 I'm on the billing team at Heroku and your analysis of the pricing is 
 correct.  All of our products are pro-rated to the second, so you could try 
 the MySQL addon, for example, for a couple of days and do some load testing 
 to make sure it meets your needs.  We'll only charge you for the time 
 you've used.  If it turns out that it doesn't meet your needs you can 
 deprovision it and we'll stop charging you for it.  Also, we don't offer 
 MySQL directly, it's provided by a third-party addon provider.  I'm not 
 up-to-speed about the quality of their service, so I can't give you any 
 advice there.

 Thanks,
 J.



 On Mon, Sep 2, 2013 at 12:24 AM, ebdb moc...@gmail.com javascript:wrote:

 I'm considering deploying a small Rails project to Heroku,

 I want to double-check that I'm understanding the pricing correctly.

 I'd have 2 dynos (to start). So that's $34.50.

 I'll need a MySQL DB, not PostgreSQL -- so that's one add-on. I can 
 probably get away with the Punch level for now, so that's $10.
 I need Sphinx search. I think I can probably get by with the wooden 
 option, so that's another $12.

 I'll need some kind of caching solution. I guess the free Memcachier 
 might work to start out.

 I'll definitely need SSL, so that's $20/month.
  
 So that's 76.50 / month for one website. Ok, that might work for this 
 starter project.

 Are there any other likely costs I should be aware of before I dive in?

 One other question -- knowing that Heroku has historically been pretty 
 committed to PostgreSQL, is their MySQL offering production ready? And will 
 I be able to hook Flying Sphinx up to it without a lot of hassle?

 I mean is that a known and traveled path in Heroku? Or would I be doing 
 something weird and not well supported?

 Thanks,

 E

 -- 
 -- 
 You received this message because you are subscribed to the Google
 Groups Heroku group.
  
 To unsubscribe from this group, send email to
 heroku+un...@googlegroups.com javascript:
 For more options, visit this group at
 http://groups.google.com/group/heroku?hl=en_US?hl=en
  
 --- 
 You received this message because you are subscribed to the Google Groups 
 Heroku Community group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to heroku+un...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
-- 
You received this message because you are subscribed to the Google
Groups Heroku group.

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_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
Heroku Community group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to heroku+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Do add-ons apply to more than one application in an account?

2013-09-02 Thread ebdb
Ok, still evaluating whether Heroku is going to work for me.

I'm likely to have multiple Rails Web apps.

All the apps will probably need these add-ons...

- Clear DB MySQL database.

- Flying Sphinx.

- SSL

If I buy an add-on, does it apply to every app I'm running, or do I need to 
buy a separate copy for each app?

-- 
-- 
You received this message because you are subscribed to the Google
Groups Heroku group.

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_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
Heroku Community group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to heroku+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


What version of PostgreSQL does Heroku use?

2011-09-23 Thread ebdb
Hi. I'm just setting up my account and dev machine. I'd like to try to
get my PostgreSQL version on my dev machine as close as possible to
what's on Heroku.

What version would that be?

Thanks!

E

-- 
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: Is Heroku Going to Work?

2008-04-10 Thread ebdb

 I definitely see Heroku as a useful tool and am prepared to endure the
 growing pains.

I agree that the idea behind Heroku is awesome and I did invest
significant time in developing an app on Heroku up until about a month
ago. However, at that point, I decided I couldn't work with
limitations and growing pains and I moved my efforts back to a
conventional VPS deployment setup.

I've been keeping an eye on Heroku ever since though, hoping they'll
bust out with a new release that's more happening. Morph
morphexchange.com and now Google are working on solving the same
problem. No one is quite there yet, but it will be interesting to see
who comes forward with something that's actually usable.

E
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: Is Heroku Going to Work?

2008-04-10 Thread ebdb

On Apr 10, 2:59 pm, ChessMess [EMAIL PROTECTED] wrote:
 I have to wonder how mod_rails will change the landscape when its
 released.

 I'm rooting for Heroku though, its a great thing for the community and
 they provide some unique and superb services.

Heroku is super cool, no question, but it isn't unique.
morphexchange.com provides a very similar service, minus the online
Rails dev environment. And Google has just announced a service based
on the same general concept, though using Python instead of Ruby.

E
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: gems and plugins dirs at top level

2008-03-08 Thread ebdb

On Mar 8, 6:37 pm, Adam Wiggins [EMAIL PROTECTED] wrote:
 On 3/8/08, ebdb [EMAIL PROTECTED] wrote:

   I've noticed that there were directories gems and plugins as well
   as rails at the top level of my app. I'm using to seeing those
   underneath vendor.

 Yeah, those shouldn't be there.  Is this locally, or in the web
 editor?  Either way, let me know the app name and I can look at it.

 Adam

Just locally. Weird.

molecule.heroku.com

Thanks,

Ethan
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: Error using API

2008-03-05 Thread ebdb

On Mar 5, 8:33 pm, John Barnette [EMAIL PROTECTED] wrote:
 On Wed, Mar 5, 2008 at 7:16 PM, holczer [EMAIL PROTECTED] wrote:

   When I try to use the API to get a local copy of my app, I get an
   error. Below is the output of the command heroku clone dash:

   Initialized empty Git repository in /Users/mike/ruby/dash/.git/
   Permission denied (publickey).
   fatal: The remote end hung up unexpectedly
   fetch-pack from '[EMAIL PROTECTED]:dash.git' failed.

   Anyone know what I am doing wrong?

 Do you possibly use a DSA key with SSH normally? When I first started
 playing with the gem, I didn't have an RSA key. After I generated (and
 uploaded) one, All my connections failed in the same way. I assume
 that authentication was trying my DSA key first and failing.

I found success by generating an rsa key instead of my usual dsa.

$ ssh-keygen -t rsa

Hope that helps.

Ethan
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: ror hosting

2008-03-05 Thread ebdb

On Mar 5, 2:38 pm, Dan Dorman [EMAIL PROTECTED] wrote:
 http://heroku.com/+1

Is Heroku shared hosting? Do the apps share server instances? I
thought they each have their own EC2 VM.

Ethan
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---