Re: Custom domain and https on free tier application

2019-05-02 Thread Neil Middleton
Custom domains, yes. HTTPS for free? No. On Thu, May 2, 2019 at 8:41 AM Ludovico Fabbri wrote: > Hello everyone! > > Two questions about Heroku platform: > > >1. Is it possible to use a custom domain on a free tier application? >2. Is it possible to setup https on a free tier applicati

Re: Account suspended - why?

2019-04-11 Thread Neil Middleton
Did you email supp...@heroku.com from your account email address? On Thu, Apr 11, 2019 at 2:06 PM Olivér Atanaszov wrote: > hello! > > today I released an app for the National Poetry Day and I kept scaling up > my app horizontally to serve the increased load throughout the day. > after some time

Re: Recover data from deleted app

2019-04-03 Thread Neil Middleton
You’re out of luck there then. Recovery can normally be done on recently deleted non hobby DBs, but it’s not done on Hobbys. On Wed, 3 Apr 2019 at 22:52, Dérick Hogan Pimenta wrote: > Was a DEV PG on a free account. > > > Em 3 de abr de 2019, à(s) 18:22, Neil Middleton > esc

Re: Recover data from deleted app

2019-04-03 Thread Neil Middleton
Yeah, what type of PG? Hobby? Premium? On Wed, 3 Apr 2019 at 21:51, Dérick Hogan Pimenta wrote: > A PG database. The app was deleted a few hours ago > > > Em 3 de abr de 2019, à(s) 17:37, Neil Middleton > escreveu: > > What sort of database was it? How long ago? > &g

Re: Recover data from deleted app

2019-04-03 Thread Neil Middleton
What sort of database was it? How long ago? On Wed, 3 Apr 2019 at 21:23, Dérick Hogan Pimenta wrote: > Good afternoon. > > Accidentally, I deleted an app from my account, without considering that > it would also lose access to the database. Is there any way to get a backup > of the database for

Re: Automated testing in Heroku Pipelines

2017-08-07 Thread Neil Middleton
I use Heroku CI for this. It does everything in one go, and iirc only requires a simple link to the appropriate Github repo to work. On Mon, Aug 7, 2017 at 8:13 PM, Christopher Reichert wrote: > Hi all, my name is Chris and I'm new to the group. I co-founded an app > called Assertible (https://

Re: Account Suspended

2017-01-12 Thread Neil Middleton
our responses, all. > > Heroku was made aware of my issue via this mailing list, has reinstated my > account and is investigating the matter. > > Best, > > Pete > > > On Thursday, January 12, 2017 at 11:22:36 AM UTC-5, Neil Middleton wrote: > > Please don't.

Re: Account Suspended

2017-01-12 Thread Neil Middleton
Please don't. You'll need to create a new account with your regular email and send from that if you can't do it from your plussed address. On Thu, 12 Jan 2017, 16:21 Jason Fleetwood-Boldt, wrote: > How extraordinarily annoying. > > I will copy & paste the text of this email into support reque

Re: Overriding the policy.xml file for ImageMagick on HTTPS requests.

2016-12-10 Thread Neil Middleton
Nothing has changed in the last week that would have affected this. Are you sure there's no change in the app itself/ On Sat, Dec 10, 2016 at 9:28 PM Mike Johnson wrote: > I am using ImageMagick to read images from a partner server who just > changed their hosting from http:// to https:// and n

Re: Restrict certain URLs to certain IP addresses or ranges.

2016-12-06 Thread Neil Middleton
Sorry - but this is incorrect. Rack-timeout only ensures that requests that are hitting a predefined service time are killed off rather than being allowed to run on consuming resources. At the very minimum Rack Timeout should be installed with a setting of 30s, the same time that the Heroku route

Re: Restrict certain URLs to certain IP addresses or ranges.

2016-12-06 Thread Neil Middleton
This is something you need to do within your app. There's nothing that does this at the platform level. Saying that though, IP spoofing is dead easy so I would question the merit of doing this at all. On Tue, 6 Dec 2016, 10:31 Steve Button, wrote: > Hi, > > Been trying to google for this for a

Re: heroku nameserver info

2016-11-28 Thread Neil Middleton
On Mon, Nov 28, 2016 at 3:14 PM Jason Fleetwood-Boldt wrote: > > You will note that to achieve this, DNSimple reads Heroku's IP addresses *in > real time* and updates the DNS record in real time with fixed IP > addresses. > Not entirely true as there's a wedge of caching in there, but close enou

Re: heroku nameserver info

2016-11-28 Thread Neil Middleton
I would strongly suggest moving away from GoDaddy DNS, it causes all sorts of issues. DNSimple seems to be the best Heroku friendly DNS provider out there so if you can use them, then do. They support Apex aliasing along with everything else you need to get a decent properly configured setup. On

Re: Looking to support

2016-07-18 Thread Neil Middleton
Have you opened a ticket by going to help.heroku.com or emailing supp...@heroku.com? On Mon, Jul 18, 2016 at 5:28 PM Kapil Rana wrote: > I am unable to get to customer support through official/ non official > channels. Our app is down. Have made the payment today but it's still down. > Not getti

Re: Strange log sequence on Heroku

2015-04-21 Thread Neil Middleton
Check out the timestamps. Logging at Heroku is a vastly distributed system. Sometimes log lines do get mixed up. Ordering by the timestamps will sort this. On Tue, Apr 21, 2015 at 3:48 PM, Alan Alfredo Rojas Marroquin < alanroj...@gmail.com> wrote: > Hi everyone. > > I have a Java Play Framewo

Re: Reaching dynos from outside on assigned PORT

2014-11-24 Thread Neil Middleton
On Mon, Nov 24, 2014 at 11:39 AM, Raman Garg wrote: > Hi > > 1. Could someone share some ways on how to connect(using ssh/telnet etc) > to dynos remotely using $PORT. > I got reference from below link from heroku website. > *https://devcenter.heroku.com/articles/dynos* >

Re: Impossible to create an application to Eclipse

2014-05-30 Thread Neil Middleton
Hi, I'm pretty sure the eclipse plugin isn't supported any more. Neil On Fri, May 30, 2014 at 11:27 AM, Jonathan Jackson < jonathan.x.jack...@gmail.com> wrote: > I get the same problem and I believe it is because the Heroku/Eclipse > plugin is not persisting my He

Re: Transferring cost-less app ownership

2014-04-04 Thread Neil Middleton
What you're seeing here is the transfer of an app that has add-ons regardless of cost. Under the current rules, anything that has addons requires cc verification, just to check you're a real person etc. Therefore, the new owner needs to be 'verified' before they can receive the app. N On Fri,

Re: Is the server running on host "127.0.0.1"

2014-03-05 Thread Neil Middleton
uildpack, deploys of Rails apps should just work(tm) so you shouldn't see any issues. However, if you are using the Heroku buildpack (i.e not setting BUILDPACK_URL in your config), and are seeing issues, raise a ticket at help.heroku.com and the Ruby team can take a look. Neil On Wed, Ma

Re: Heroku not finding executables

2013-12-23 Thread Neil Middleton
Hi, (I answered the ticket) The problem here, as I described in the ticket isn’t a lack of Unicorn specifically, but I just mentioned that was a better option.  The issue here is missing binstubs for `rails` and `sidekiq`: 2013-12-23T16:35:50.012859+00:00 app[worker.1]: bundler: command not fo

Re: Letting the pager solve R14 Errors

2013-11-11 Thread Neil Middleton
Yeah, so R14 is more of a warning than an error - your app is still running, but much slower than normal. I would suggest looking at what you’re loading into memory during a worker run - I would guess that you’re loading your *entire* app and all it’s dependencies in order to do something that

Re: Issue with root domain

2013-10-14 Thread Neil Middleton
As always, you should be using the correct the correct DNS configuration as per our Custom Domains docs Neil On 14 October 2013 at 05:17:32, Prabhu Saitu (prabhu.sa...@gmail.com) wrote: hey i have a really dumb problem on my hands i have a rails app running on cedar stack... ive setup a cu

Re: dyno networking multile ports

2013-08-07 Thread Neil Middleton
You can still only connect from the outside world to the port specified in the $PORT environment variable On Wednesday, 7 August 2013, zka wrote: > Hi, > > As describe here : > https://blog.heroku.com/archives/2013/5/2/new_dyno_networking_model > > The new dyno networking model brings us closer t

Re: Changes in format from heroku logs -p?

2013-05-28 Thread Neil Middleton
Yeah, this looks like a bug in the logplex which will be fixed very soon. Sorry if it's caused any problems. Neil On Tue, May 28, 2013 at 2:27 PM, John Pignata wrote: > I've just opened a ticket for this same issue. Seems like a bug. > > On Tue, May 28, 2013 at 9:17 AM, d

Re: Changes in format from heroku logs -p?

2013-05-28 Thread Neil Middleton
Do you get the same locally when running under Foreman? On Tue, May 28, 2013 at 1:54 PM, Daniel Doubrovkine wrote: > It looks like the format of `heroku logs -p` has changed. > > ~/source/heroku-commander/dblock$ heroku logs -p run.4296 > 2013-05-28T12:48:21.372988+00:00 heroku[run.4296]: Starti

Re: Single app with multiple processes vs multiple apps with single process

2013-04-16 Thread Neil Middleton
Hi, I'm not entirely sure what issues you're trying to work around here. Sure, there's an argument for separation of concerns between two separate codebases/applications, but aside from that simplicity is a huge reason for keeping one app as one app. FWIW, I don't know of anyone using this techn

Re: heroku login error

2013-02-04 Thread Neil Middleton
Sounds to me like you have some sort of connectivity issues to the API then. Not sure what I can suggest. On Mon, Feb 4, 2013 at 3:28 PM, wrote: > Hi Neil Middleton, > I tried the following command > *ping api.heroku.com > *PING elb013951-2081682805.us-east-1.elb.amazonaws.com (

Re: heroku login error

2013-02-04 Thread Neil Middleton
Can you get to / ping / whatever api.heroku.com? On Mon, Feb 4, 2013 at 3:19 PM, wrote: > Hi Everyone! > > I'm new to heroku. When i execute the command *heroku login** *i get the > following error. I have cross verified my login credentials multiple times. > > Error Link: http://paste.ubuntu.c

Re: heroku push using netrc credentials

2013-01-29 Thread Neil Middleton
Out of interest, what are you looking to automate? On Tue, Jan 29, 2013 at 1:55 AM, Matthew Ueckerman wrote: > As part of automating heroku deployments, I'd ideally like to simplify my > configuration by having all my heroku crendentials in my .netrc file. > Consequently I'd like change my remot

Re: Google API server key IP ranges?

2013-01-17 Thread Neil Middleton
There's an addon that you can use that gives you a proxy with a fixed IP but the name escapes me at the moment. Proxima maybe? You could add the Amazon ranges but these are changing regularly and still leave you open to a large chunk of the Internet. Neil On Thursday, January 17,

Re: app transfer and billing

2013-01-09 Thread Neil Middleton
No need to email support. If you transfer ownership, the new owner needs a verified CC as the billing just moves over with it. heroku sharing:transfer b...@example.com -- Neil On Wednesday, 9 January 2013 at 14:42, Martin Moss wrote: > Just email support, and they'll sort it

Re: Ask a web dyno if it is currently up, from the outside?

2012-12-26 Thread Neil Middleton
Assume that if its taking more than a couple of seconds that this is the case? On Wednesday, December 26, 2012, Andrew Lorente wrote: > Hi, > > I'm writing a commandline client that consumes a web api that currently > lives in a single web dyno. I'd like the client to be able to tell the user > "

Re: postgres connection problems

2012-12-20 Thread Neil Middleton
I don't suppose you're using Resque are you? -- Neil On Thursday, 20 December 2012 at 14:16, Bradley wrote: > We're using a Crane database in one environment and a Ronin db in > another with Rails 3.2 and we are seeing these errors come in a few > times a week. (PG::

Re: RoR app with active_scaffold time column fails to deploy

2012-12-17 Thread Neil Middleton
ll get the same issue compiling assets locally in production mode), you can allow initialisation on precompile - it's just things will take a little longer. -- Neil On Monday, 17 December 2012 at 10:54, hagits wrote: > Hello, > > I'm trying to upload my ruby on rails app t

Re: Mixing languages for web & worker?

2012-12-15 Thread Neil Middleton
scale the processes to suit. -- Neil On Saturday, 15 December 2012 at 23:39, Brian wrote: > Hello! > > I've got a Rails site up now that let's people create PDF's. The web process > does a delayed_job to the worker to create the documents. This is fine, but > with t

Re: [ANN] heroku-forward: beat the 60s application boot timeout

2012-12-13 Thread Neil Middleton
Nowhere. Just wondering ;) On Thursday, December 13, 2012, Daniel Doubrovkine wrote: > Correct. Where did I say it prevents H20? :) > > On Thu, Dec 13, 2012 at 11:18 AM, Neil Middleton > wrote: > > So there is still the behaviour where your app is effectively down while > y

Re: [ANN] heroku-forward: beat the 60s application boot timeout

2012-12-13 Thread Neil Middleton
So there is still the behaviour where your app is effectively down while you're waiting for the dynos to spin up? It looks to me like this gets round the issue of preventing deploys from working due to R10 rather than preventing H20's? -- Neil On Thursday, 13 December 2012 at 16:

Re: [ANN] heroku-forward: beat the 60s application boot timeout

2012-12-13 Thread Neil Middleton
Interesting. Does using Heroku pre boot also achieve this or does the 60 second limit still apply? https://devcenter.heroku.com/articles/labs-preboot/ What happens to requests that get routed to the 'live' dyno before the app has started? -- Neil On Thursday, 13 December 201

Re: Database migration error

2012-12-05 Thread Neil Middleton
I've only seen this once before and found that removing the PG add-on and re-adding it worked. -- Neil On Wednesday, 5 December 2012 at 13:50, Harper wrote: > I'm deploying an app to Heroku for the first time and keep receiving an error > when trying to migrate my database

Re: How do you track your 503s?

2012-11-12 Thread Neil Middleton
data into NR, quite often the logging services will let you visualise the data somehow. -- Neil On Monday, 12 November 2012 at 22:38, Daniel Doubrovkine wrote: > Neil, thank you. > > Can you elaborate on this? Are you saying I can pull data I have in > papertrail right now into

Re: How do you track your 503s?

2012-11-12 Thread Neil Middleton
If you're using an add-on such as Papertrail you can pretty much track what you want via your own searches and alerts. I'm not sure of any way of doing it with NewRelic. N -- Neil On Monday, 12 November 2012 at 21:53, Jonathan Baudanza wrote: > I don't know of a way

Re: Heroku potentially overcharged for scheduler on Oct. 30

2012-11-08 Thread Neil Middleton
Have you ascertained that your scheduled tasks aren't taking longer than normal for some reason? Do you have maximum execution times set in your code to stop them running indefinitely? Neil On Thursday, November 8, 2012, Josh Cronemeyer wrote: > I've got access to two separate he

Re: Current Outage and our app

2012-10-22 Thread Neil Middleton
Indeed - I really doubt this is an all or nothing outage. Some people will be affected - some not. Out of three of my sites that I just checked, two were fine. FWIW, I wouldn't bother with a support ticket unless status.heroku.com is all green and your app is still down. Neil On 2

Re: publishing a static website on to Heroku

2012-08-21 Thread Neil Middleton
It's possible to CNAME an S3 bucket (for instance s3.www.yourdomain.com) and have the app on www.yourdomain.com and so on. Whilst you can't get an exact full domain match you can get pretty close. It depends on the cross domain policies you're using (e.g Flash vs AJAX and so

Re: publishing a static website on to Heroku

2012-08-21 Thread Neil Middleton
Assuming you want to use the Heroku domain for your app. A custom domain and some simple DNS config can go a very long way. -- Neil On Tuesday, 21 August 2012 at 10:17, Denis Volokhovski wrote: > Because of different domains. > Say, you app got growth and you felt need of server back

Re: New Postgress Plans

2012-08-08 Thread Neil Middleton
, priority over the shared stuff). -Neil On Tuesday, 7 August 2012 at 12:03, Neil Middleton wrote: > As everything is a VM on EC2, I'm not sure it being a 1 to 1 relationship > with an EC2 instance makes much difference. > > However, saying this, only Crane upwa

Re: Custom domain: Heroku | No such app

2012-07-19 Thread Neil Middleton
Have you added all the domains to the app itself? $ heroku domains N On Thursday, 19 July 2012 at 11:25, Łukasz Budnik wrote: > Hi guys, > > I have already used 1 custom domain in Heroku using Zerigo DNS and had no > problems at all. But now for last 2 days when I type in my domain in b

Re: Heroku Rails deploy gem cannot find Heroku credentials

2012-06-21 Thread Neil Middleton
Can you `heroku login`? On Thursday, 21 June 2012 at 16:47, planon wrote: > I am using Heroku Rails gem for deployment..or trying to. I just got this > computer and installed my app, and tried to deploy from here, but the gem > cannot find my Heroku credentials. > > I'm trying to figure out w

Re: Reverse Proxying

2012-06-20 Thread Neil Middleton
Is there a valid reason for wanting to avoid serving directly from blog.yourapp.com (i.e are 301's sufficient?) On Wednesday, 20 June 2012 at 16:27, Jeff Schmitz wrote: > I'd like to set up a reverse proxy, so that requests to myherokuapp.com/blog > (http://myherokuapp.com/blog) are served by b

Re: Diagnosing outage

2012-06-08 Thread Neil Middleton
You'll have trouble diagnosing this outage as the platform was at fault, not your application. The routing layer was having issues for a few minutes meaning that HTTP requests would not have been able to reach your application (and as this happens in a layer above your application would not sho

Re: How much dynos has been used so far?

2012-06-07 Thread Neil Middleton
May > 01 - June 01, 2012. What about June 01 - Today. That's what I want to see. I > don't like to get the surprise at the end of the month :) > > Regards > Linus > > > Den onsdagen den 6:e juni 2012 kl. 22:26:14 UTC+2 skrev Neil Middleton: > > The invoi

Re: How much dynos has been used so far?

2012-06-06 Thread Neil Middleton
The invoices are pretty much the most up to date data available - AFAIK they update around once a day. On Wednesday, 6 June 2012 at 21:24, Linus Pettersson wrote: > Hi! > > Is there a way to see how many dyno hours you have used so far this month on > Heroku? I know it's on the invoice you get

Re: memory quota exceeded error

2012-05-23 Thread Neil Middleton
Are you using unicorn by any chance? If so, drop the number of workers you're running. -Neil On Wednesday, 23 May 2012 at 21:05, Josh Coffman wrote: > I'm getting Error R14 fairly regularly on one rails app. Anyone have > suggestions on tracking this down and how to handle

Re: Installing the Heroku Commands

2012-05-23 Thread Neil Middleton
http://stackoverflow.com/questions/tagged/heroku Neil On Tuesday, 22 May 2012 at 20:16, Jeff SKI Kinsey wrote: > I don't know what post to "Stack Overflow" means.. > -- You received this message because you are subscribed to the Google Groups "Heroku" group.

Re: Scheduler Re-running Tasks?

2012-05-01 Thread Neil Middleton
> Suggestion for those with email jobs tied to scheduler. It maybe useful to > have some code to check that the email only get sent once. To be honest, this should probably be built into any code that causes problems if it runs more than once. For instance, in your case, it's bad if an emai

Re: Will my *.herokuapp.com app get indexed by Google and other search engines?

2012-04-30 Thread Neil Middleton
Same with any website out there - if there's a link to it that Google can discover the site through, and the robots.txt/headers allow, it'll get indexed. Neil On Saturday, 28 April 2012 at 01:31, sabhansali wrote: > Hey, I'm just wondering if my application that is hoste

Re: Imminent Death of the Heroku Google Group

2012-04-27 Thread Neil Middleton
Our of interest, what do people think is the ideal form of community support for something like Heroku? Lots use SO, and lots hang out here. -Neil On 27 Apr 2012, at 21:19, Justin Houk wrote: > That does seem the option that does the least harm to the existing community. > I am

Re: Imminent Death of the Heroku Google Group

2012-04-25 Thread Neil Middleton
the best place to go. 3) The StackOverflow tag on SO is remarkably active: http://stackoverflow.com/questions/tagged/heroku 3) Google have already done this with some success: https://groups.google.com/forum/?fromgroups#!topic/google-appengine/Z6XN_64cA7w Neil On Wednesday, 25 April 2012

Re: git tagging heroku releases

2012-04-23 Thread Neil Middleton
Something that tagged your Git repo with release information prior to a deploy would definitely be helpful to some people. Neil On Monday, 23 April 2012 at 16:07, david ignacio wrote: > Well that's embarrassing. Looks like when I found the need for this, > I had several issues in

Re: git tagging heroku releases

2012-04-23 Thread Neil Middleton
6d, or am I missing something obvious here? N Neil On Monday, 23 April 2012 at 02:08, david ignacio wrote: > Hey- > > So one thing that has got me about heroku is that there isn't > necessarily a good link between the git repo and heroku releases. By > this I mean that it

Re: issues with asset sync

2012-04-20 Thread Neil Middleton
up, 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 > -- Neil -- You received this message because you are subscribed to the Google Groups "Heroku" group. To unsubscribe from th

Re: confused about best practices for CNAME records

2012-04-03 Thread Neil Middleton
he-dangers-of-a-records-and-heroku/ Neil On Tuesday, 3 April 2012 at 01:24, Justin Collum wrote: > Hi, I have an app that's set up at http://gentle-wind-.herokuapp.com/. On > my hover.com (http://hover.com) account in the DNS I have two records: > > WWW CNAME www.gen

Re: H12 Request Timeout

2012-04-02 Thread Neil Middleton
're on Cedar. If so, you really need to think about getting those assets off of your dynos and onto something like S3 / CloudFront. Anything you can do to alleviate the HTTP requests onto they dynos is going to help. N -Neil On Monday, 2 April 2012 at 19:54, kowsik wrote: > Neil, >

Re: H12 Request Timeout

2012-04-02 Thread Neil Middleton
Kowsik, Are you seeing long queues or just the odd timeout? -Neil Sent with my tiny little Internet device. On Monday, 2 April 2012 at 19:22, Richard Schneeman wrote: > I do you have rack cache on your app? I recommend setting that up and using > memcache for the meta store. Also s

Re: How to save user responses on the server

2012-03-26 Thread Neil Middleton
t be a good start: http://guides.rubyonrails.org/getting_started.html Neil On Sunday, 25 March 2012 at 20:30, Anthony Fontanilla wrote: > I know how to use sqlite, but I feel totally lost on how to do this. > Is there an example or tutorial I can follow somewhere? > > On Mar 24, 5:19 am,

Re: Assets Precompile: Works Locally, Heroku Skips Some Files

2012-03-22 Thread Neil Middleton
Fwiw, I don't put a manifest.yml in git. -Neil On Thursday, 22 March 2012 at 18:17, Karl wrote: > Followup. > > First, allow me to extend my thanks to all the replies. > > > Production > Pushed to production today, and now it does not detect 'manifest.ym

Re: Assets Precompile: Works Locally, Heroku Skips Some Files

2012-03-21 Thread Neil Middleton
Is your staging app setup with a staging env? ie. RAILS_ENV and RACK_ENV are both staging? If not, you're going to be seeing some odd things with asset_sync. Neil On Wednesday, 21 March 2012 at 17:33, Karl wrote: > On Wednesday, March 21, 2012 9:18:26 AM UTC-7, Neil Middlet

Re: Assets Precompile: Works Locally, Heroku Skips Some Files

2012-03-21 Thread Neil Middleton
I wonder if you have an exception that's being swallowed somewhere along the line. - Have you tried running the assets:precompile with a --trace? - Have you tried the same code on a new Heroku app / S3 bucket to rule out anything there? -Neil On Wednesday, 21 March 2012 at 16:08, Karl

Re: External database connection via SSL

2012-03-20 Thread Neil Middleton
not tried it. -Neil On Monday, 19 March 2012 at 16:53, Nathan Wenneker wrote: > I'm running a Rails 3.2 app on the Cedar stack. > > I've successfully configured it to connect to an external Amazon RDS > database using the appropriate DATABASE_URL config variable. &g

Re: Thoughts about this Forum

2012-03-15 Thread Neil Middleton
fore pushing. As people push then discover the issue, it get's the 'Heroku problem' tag. I daren't guess what the Heroku support guys have to deal with here, it can only be ten times worse. For the what it's worth, most of the conversations I've seen on here sho

Re: heroku down (at least from Europe)

2012-03-15 Thread Neil Middleton
It seems EC2 went pop for a bit, all back now though. -Neil Sent with my tiny little Internet device. On Thursday, 15 March 2012 at 09:40, marius wrote: > Hello, > > For the past 5 minutes heroku (and sites hosted on it) is down from Europe: > $ ping heroku.com >

Re: Find out the name of the app I'm running on?

2012-03-14 Thread Neil Middleton
There's no direct way that I know of, however, if you're using NewRelic, you can see it in ENV["NEW_RELIC_APP_NAME"] (assuming you've not renamed since setting it up). The most foolproof way is exactly as you say, set your own key. -Neil On Wednesday, 14 March 2

Re: How can I save credentials for a subsequent heroku rake run?

2012-03-11 Thread Neil Middleton
The Heroku gem creates a credentials file in your home directory, so I'd start with replicating that. Neil On 11 Mar 2012, at 13:26, dblock wrote: > It seems that heroku rake wants more than just the SSH key setup on > the client. We want to use this in automation and we k

Re: Managing seperate gems locally and on heroku

2012-03-02 Thread Neil Middleton
ails.env.development? ? '/usr/local/bin/ ' : Rails.root.join('bin', 'wkhtmltopdf-amd64').to_s) } So, wkhtmltopdf-amd64' is committed into a local bin folder and used by wicked_pdf as the binary in anything other than development, where it uses the local path o

Re: Free 5Mb shared database. Limit and alternative option

2012-03-02 Thread Neil Middleton
I can't really comment on the pricing (although, for what it's worth I think it's reasonable), but I can say that the 5Mb is a soft limit, as most of Heroku's limits are. However, I don't know what happens when you start pushing 'soft', I would assume you&#

Re: Heroku Scheduler API ?

2012-02-22 Thread Neil Middleton
I don't know for sure, but given that the Heroku gem only manages to open the scheduler dashboard I would guess that there isn't a public API for it just yet. Neil On Wednesday, 22 February 2012 at 11:05, Michel Pigassou wrote: > Hi > Is there an API for the Heroku Sch

Re: Keeping your Heroku app awake

2012-02-20 Thread Neil Middleton
eta-y, try running on Ruby 1.9.3, this makes a massive difference to Rails. Other than this, I'm not really aware of any silver bullet, but I do know that lots of smaller more focused applications spin up better than one monolithic Rails app, which is why Unix is so good I guess. -Neil

Re: Keeping your Heroku app awake

2012-02-20 Thread Neil Middleton
ving a single dyno, which can still serve hundreds of thousands of requests a day /for free/ is a pretty good deal. I'm happy to pay $35 to double it. Neil On Friday, 17 February 2012 at 12:44, Nick wrote: > Peter, > > I take your points well. I don't mean to try and 'd

Re: Resque on Cedar

2012-02-07 Thread Neil Middleton
See the comment from @hone about half way down. This branch is working just fine for us in a few projects. -Neil Neil On Tuesday, 7 February 2012 at 17:30, kowsik wrote: > We are planning on running resque (1.19.0) on cedar and saw this > thread on orphaned workers: > https://g

Re: Change app root directory or Procfile name using config vars

2012-02-06 Thread Neil Middleton
with with custom build packs (unless you want to get /really/ fruity). -Neil -- 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 h

Re: Change app root directory or Procfile name using config vars

2012-02-06 Thread Neil Middleton
either to have two deployable branches which go to different applications on Heroku, or do abstract the common code out and share it with two deployable applications. However, saying this, stipulating the web command in your environment seems a fairly reasonable way of tackling this. -Nei

Re: adding a manager

2012-02-02 Thread Neil Middleton
fig marks it permenantly saving you from having to switch again. It works very well. David @ Heroku should be proud ;) Neil On Thursday, 2 February 2012 at 16:43, Josh Coffman wrote: > Is it possible to add another account to manage a heroku account? For > example, a client has an

Re: European clients hosted on Heroku?

2012-02-02 Thread Neil Middleton
ith the EU directive. Which then leads me on to think what percentage of the services I use actually abide by the rules, and whose job it is to enforce them. Neil On Tue, Jan 31, 2012 at 8:09 PM, Linus Pettersson < linus.petters...@gmail.com> wrote: > I just read about this at the Swedi

Re: How to becaome a full member to post messages to this list?

2012-02-01 Thread Neil Middleton
I can see this post - so I assume you've got everything you need... Neil On Wednesday, 1 February 2012 at 15:53, Sev Gun wrote: > Hi, > > I became a member of this group nearly a month ago but my message is not > still showng on list and I have no feedback about it. > &

Re: European clients hosted on Heroku?

2012-01-28 Thread Neil Middleton
w Heroku are still working on Safe Harbor ceritfication, but it isn't a small thing and will take time. Neil On Thu, Jan 26, 2012 at 11:33 AM, Rich Aston wrote: > We hit exactly this problem. The legal advice we got was explicit: EU > companies can not host any personal data with Herok

Re: Platform errors

2012-01-10 Thread Neil Middleton
saying i'm > having an issue. > It can't hurt, although I tend to leave it for a few minutes and try a few simple DIY fixes such as restarts, check logs etc first. -Neil -- You received this message because you are subscribed to the Google Groups "Heroku" gr

Re: Platform errors

2012-01-10 Thread Neil Middleton
ing this though, I'm unsure as to what latency there is between the event and the incident appearing on status.heroku.com. I'd like to think that it's not long, but that they're also more focused on fixing the issue rather than updating their status site. Neil On Tuesday, 10 Ja

Re: Interactive console on Cedar

2012-01-10 Thread Neil Middleton
heroku run console is fine on the cedar stack. Neil On Tuesday, 10 January 2012 at 15:11, Scott LaBounty wrote: > Try just "heroku console". > > Scott > > On Tue, Jan 3, 2012 at 2:46 PM, Martin Aspeli (mailto:optil...@gmail.com)> wrote: > > Hi, > >

Re: App has an empty code repository

2011-12-28 Thread Neil Middleton
As suggested, your answer will lie in the logs. I would look there first. -Neil On Wednesday, 28 December 2011, Anil Punjabi wrote: > I did both: > heroku rake db:migrate > and > heroku rake db:populate. > They both appeared to have completed cor

Re: App has an empty code repository

2011-12-28 Thread Neil Middleton
http://neilmiddleton.com/deploying-topic-branches-to-heroku/ On 28 Dec 2011, at 20:31, Anil Punjabi wrote: > Hi all, > > I just pushed content from my "user-content" brach to heroku. > NOTE: Not my master branch. > > I am unable to run rake though -- any thoughts? > > Also, how can I view

Re: @Heroku: How about some help here?

2011-12-23 Thread Neil Middleton
But where should Heroku draw the line - should they also hang out on Stackoverflow? Should they also hang out in IRC 24/7? There's only so much resource, and that's focused on the direct customer support channel as far as I can see. I have seen many responses from Heroku in the pa

Re: @Heroku: How about some help here?

2011-12-23 Thread Neil Middleton
There are some heroku staffers who dip in and out every now and then answering stuff when necessary but the bulk of questions get answered. I dare say a lot of stuff on here ends up in the Heroku support system, or elsewhere such as StackOverflow. Neil On Friday, 23 December 2011 at 11:15

Re: heroku rake db:migrate - Internal Server Error

2011-12-22 Thread Neil Middleton
Status.heroku.com has just shown tool errors. Sounds like a platform issue. -Neil. On 22 Dec 2011, at 22:45, John McCaffrey wrote: > I used to just get 'internal server error' in the console when I had various > syntax issues, until i updated to the latest heroku gem

Re: mysql on heroku -- success stories

2011-12-09 Thread Neil Middleton
Yes, you can use the Heroku shared databases which come with the hosted applications ranging from free to $20/mo (5mb - 20Gb). If you're not hosting your application on Heroku, create one anyway, and then you'll see the database URL in that applications configuration. Neil Neil

Re: Background job guidance

2011-12-08 Thread Neil Middleton
The only thing I've seen worth mentioning is that Heroku recommend using this fork of Resque: http://github.com/hone/resque.git In particular the keepalive branch. I'm unclear as to why. Neil On Thursday, 8 December 2011 at 14:46, Chap wrote: > Delayed Job has long been

Re: Anyone else have a problem with status.heroku lack of information?`

2011-12-05 Thread Neil Middleton
But does it matter? For me it's good to know there's something up if I'm seeing odd behaviour, even though I can't do anything about it. After two years of using Heroku, I've never seen an issue on status that I can fix, and generally don't care what the problem is other than knowing that Heroku

Re: Logging Question

2011-12-05 Thread Neil Middleton
me kind of STDOUT buffering problem and the Ruby MRI. Neil On Monday, 5 December 2011 at 19:11, Dave wrote: > Hi, > > I am using the heroku command logs -t in a terminal window and > watching the logs scroll by... > > Often I am seeing that my carefully placed puts "got her

Re: heroku rake db:migrate gives Internal server error

2011-12-04 Thread Neil Middleton
There's some issues with Heroku at the moment as quite a few people are reporting this problem... On Dec 4, 2011 10:24 PM, "岩谷昭宏" wrote: > I tested my ROR app running on my local PC and deployed it to heroku. > Then type "heroku rake db:migrate" in order to create tables on Shared > DB and got "I

Re: Can I issue a "heroku restart" from within my app that's running on Heroku?

2011-11-16 Thread Neil Middleton
I would guess the commands you're issuing don't match the stack your on. All you should need is the credentials and the app name for the gem, but saying this I've only done this on Cedar so YMMV. Neil On 16 Nov 2011, at 14:09, Corey Trager wrote: > Not working yet. > &g

Re: Need rake task code and cron set up for heroku db:pull

2011-11-15 Thread Neil Middleton
If you're looking to do backups, remember that Heroku maintain their own backups which will cover off most cases for most people. PGBackups gives you slightly more retention abilities, but also the ability to download your database locally. Neil On 15 Nov 2011, at 20:14, Daniel Nelson

  1   2   >