Re: Heroku Machine Capacity planning for peak load.

2017-08-29 Thread Mike Abner
What programming language/stack? Do you have a budget or is that what you are trying to figure out? On Tue, Aug 29, 2017 at 5:42 AM Chaitanya Jadhav wrote: > Hello All, > > We have following requirements that we need to handle for the user > requests on our platform. > >

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

2016-12-11 Thread Mike Johnson
The site hosting the images switched to https last week, that is the problem. Previously the http requests with ImageMagick worked just fine, as it should. When they switched on https I was getting 404s becasuse I was trying to access the http address which now redirects to https. When I

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

2016-12-10 Thread Mike Johnson
I am using ImageMagick to read images from a partner server who just changed their hosting from http:// to https:// and now the images will not get processed using: `Magick::Image.read(image_path)` when image_path is an https path. After reading more it seems imagemagick vulnerabilities

dynamic content with cloudfront and rails?

2013-09-23 Thread Mike Atlas
Mike -- -- 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

Re: dynamic content with cloudfront and rails?

2013-09-23 Thread Mike Atlas
/ as one option. I've not done this though, and would be interested if anyone else has set up a GEO based DNS configuration. Would be cool to do this with a Heroku US and EU region. -- Richard Schneeman On Mon, Sep 23, 2013 at 9:29 AM, Mike Atlas mike...@gmail.comjavascript: wrote: Hi guys

Re: Change Console Prompt?

2013-04-24 Thread Mike Abner
the simplest solution is to rename the tab you are using in your terminal. On my mac I use iTerm2 and it's a simple command-i to open up the tab title editor and all you have to do is type a new name, hit enter, then escape and it's there. Not as pretty, but it works just as well for me.

Re: Sudden dependency resultion problem with Clojure app

2012-10-05 Thread Mike Bridge
://jira.codehaus.org/browse/JACKSON-871 -Mike On Fri, Oct 5, 2012 at 8:31 AM, Jason Davidson jljdavid...@gmail.comwrote: I'm also running into this issue with the Jackson transitive dependency in my application. I've submitted a ticket to Heroku support and submitted a question to Stack Overflow http

Sudden dependency resultion problem with Clojure app

2012-10-02 Thread Mike Bridge
local .m2/repository and refreshed the dependencies ok when I build locally---any idea why this is not working on Heroku? Thanks, -Mike -- You received this message because you are subscribed to the Google Groups Heroku group. To unsubscribe from this group, send email to heroku+unsubscr

Re: Sudden dependency resultion problem with Clojure app

2012-10-02 Thread Mike Bridge
Phil Hagelberg just got back to me from Heroku Support---he thinks it's a problem with Maven central. The Jackson packages have become inaccessible for some reason. I think I can work around it while they work on it because this is a transitive dependency for me. Thanks, -Mike On Tuesday

Re: Real world example for deploying a JSP Java web app on Heroku

2012-08-08 Thread Mike Abner
Does it work locally on jetty? Mike On Wednesday, August 8, 2012 at 11:16 AM, bytor9 wrote: Also to point out. This works perfectly deployed locally in Tomcat. (not embedded Tomcat) So the issue is with Heroku running Jetty embedded. Mark -- You received this message

Re: Paperclip+S3 not working with Heroku

2012-02-17 Thread Mike Abner
Get Thee to ruby 1.9.x please! Mike On Friday, February 17, 2012 at 10:29 AM, Daniel Huckstep wrote: Most of the time with any uploads, I've found you have to do some manually hackery surrounding content types, because browsers (read: Internet Exploder) suck. I see that you discovered

Re: Platform errors

2012-01-10 Thread Mike Abner
was experiencing problems for a good 15 minutes before this thread started and then the status site wasn't updated for quite awhile longer. It wasn't urgent this morning, but if today was tomorrow it would have been a problem. Mike On Tuesday, January 10, 2012 at 2:24 PM, Neil Middleton wrote

Re: App has an empty code repository

2011-12-28 Thread Mike Abner
That means your app threw a 500 Internal Server error. You should run heroku logs --tail and refresh your page to see the error you are getting. Mike On Wednesday, December 28, 2011 at 2:39 PM, Anil Punjabi wrote: Thanks. That worked. Now I get this message: We're sorry

Re: Multiple Apps, Multiple Clients. One Account?

2011-12-01 Thread Mike Williams
On 21/11/2011, at 5:32 PM, Mike Abner wrote: I think your costs are going to come from the DB. If you need a dedicated DB for each app then that's $1000 a month but performance will be nice. If you could combine your databases then you can save some money there. On the other hand

Re: Has anyone restored from a RedisToGo backup?

2011-12-01 Thread Mike Abner
You need to email them and ask them to do it. I think they are in the process of making this a publicly facing feature. Mike On Thursday, December 1, 2011 at 3:40 PM, Steven! Ragnarök wrote: Maybe I'm blind, but I can't see the mechanism for restoring a RedisToGo instance from

Re: Multiple Apps, Multiple Clients. One Account?

2011-11-20 Thread Mike Abner
can use the heroku gem to manage the scaling yourself or you can use a 3rd party service like heroscale to do it for you. So if it were me I'd have the following: Account Mike App A App B App C App D Then you would monitor those and scale them individually. If your traffic is spread

Re: push without restart

2011-08-30 Thread Mike Abner
more work and takes more planning/discipline, but I don't think it's that big of an issue given the ease of just about everything else on the heroku platform. Mike On Tuesday, August 30, 2011 at 4:34 PM, Jonathan Owens wrote: That only half solves it by forcing downtime you'd be taking anyway

Re: How to handle blog while using Heroku?

2011-05-25 Thread Mike P.
specific Wordpress plugins that I'd want to use. Anyone have any feedback on using a Ruby blog on Heroku, or using Wordpress on another host? Thanks again, Mike On May 24, 6:52 am, Alex a...@heaton.me wrote: If you if you set your cache headers properly, for something like a blog, you can

How to handle blog while using Heroku?

2011-05-23 Thread Mike P.
, it would be nice to be able to automatically scale with a burst of blog/website visitors. Any ideas on this? How does the single dyno hold up for website and blog visitors? Any advice on this would be greatly appreciated. Thank you, Mike -- You received this message because you are subscribed

Re: Heroku does not show current app ... help

2011-05-10 Thread Mike Gallagher
Hmm. I don't have an index.html file in /public or anywhere in the app folder Removed it a while ago ... still no luck Am I missing something else? On May 9, 5:30 am, John Beynon j...@beynon.org.uk wrote: you need to delete the index.html file in public -- You received this message because

Re: Heroku does not show current app ... help

2011-05-10 Thread Mike Gallagher
OK, problem solved You were correct Git still thought the file existed when in fact it had been deleted from my drive Apparently I am not very good at this Sorry On May 9, 5:30 am, John Beynon j...@beynon.org.uk wrote: you need to delete the index.html file in public -- You received this

Heroku does not show current app ... help

2011-05-09 Thread Mike Gallagher
I am trying to push my rails tutorial app to Heroku from Git and, as far as I can see (referencing all the help material on both Git and Heroku) everything is working correctly However, on Heroku, I don't see my tutorial app I just see the 'Welcome aboard' default rails app - - - I have Git

Re: Fragment Caching kind of expiring

2011-05-06 Thread Mike Abner
Dynos aren't guaranteed to run on the same machine, so they won't necessarily share the same /tmp directory. Best bet is to never rely on it being there or having the right data. Mike On Friday, May 6, 2011 at 11:39 AM, joshmckin wrote: Actually it caches to the tmp folder which is available

Re: DISTRIBUTE BLACKBERRY APPLICATION ON HEROKU

2011-02-28 Thread Mike Abner
I know nothing about blackberry applications, but if you just have to stick a couple of files somewhere then amazon S3 would be great for that. Throw up a quick app on heroku, point the download links at files on s3. Should be good to go. Mike On Mon, Feb 28, 2011 at 7:43 AM, ken bob newke

Model.exists?(blah) always returns true.

2011-02-12 Thread Mike Abner
Just pushed some code to production and I'm seeing some strange behavior. In a migration I do this.. self.up create_table :my_table, :id = false, do |t| t.string :id ... end execute 'alter table my_table set primary key (id)' end Then I have a before filter set up to generate a

Re: Production DB has varchar(255) with limit instead of text?

2011-02-09 Thread Mike Abner
translated into a VARCHAR(255), NOT a postgres string field. t.text gets translated into a postgres text field. Etc. So you might need to have some basic familiarity with the underlying db types and which ones rails uses under the covers. Mike On Wed, Feb 9, 2011 at 1:59 PM, Jason Preston jasonp

Re: How do I rewrite a url for requests from one domain to another?

2011-02-03 Thread Mike Abner
| http://www.#{hostname}/#{params[:path]}} end elsif Rails.env.staging? ... Mike On Thu, Feb 3, 2011 at 2:36 PM, Volkan Unsal spockspla...@gmail.com wrote: I have two domain names assigned to my heroku app. I want to make sure that all requests to one domain are permanently redirected

Automated database backups to S3 using AWS-S3 gem

2011-01-25 Thread Mike
I'm already familiar with another solution for automatically backing up your Heroku database to S3 using the fog gem called bakkuappu. However, I'm stuck with AWS-S3 because I use Paperclip, and so whipped up a quick cron job that can be hooked into Heroku to automatically create a daily pg_dump

Re: Hanging when creating new Heroku app?

2011-01-21 Thread Mike Abner
Last night there was downtime for app creation. Maybe it isn't fully resolved (thought there was a follow up tweet that it was fixed). Wouldn't hurt to ping support. Mike On Thu, Jan 20, 2011 at 11:40 PM, Mal leyndur...@gmail.com wrote: I've created several Heroku apps before, but now when I

Outbound IP address

2010-10-22 Thread Mike Doel
needs to access a third party gateway that is using IP address as one of the parameters in controlling access. Mike -- You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email to her...@googlegroups.com. To unsubscribe from

Heroku's default Postgres and Vacuum/Analyze for database that is slowing down

2010-10-20 Thread Mike
I was having some puzzling behavior from my Heroku application. A page with a simple query that joined two tables (one small, one enormous) was taking minutes to return and bringing down my whole app with timeouts. I downloaded the bundle and installed it into my development machine, and the same

Re: Unable to install the fancybox rails plugin on heroku

2010-10-14 Thread Mike Abner
Shouldn't you be doing the plugin install on your local machine, checking in what it does, and then pushing that to heroku? Plugin installs typically (always?) create new directories and files in the filesystem of your app, and since heroku doesn't allow you to write to the file system... Mike

Re: Heroku + Hobo?

2010-10-14 Thread Mike Abner
Run the hobo generators locally, check the results in to git, then push that to heroku. If hobo expects to be able to generate files at run-time then it isn't going to work out of the box with Heroku. It won't be able to create the files on the read-only filesystem. Mike On Thu, Oct 14, 2010

Re: Long running rake tasks freeze or crash

2010-10-11 Thread Mike
Great idea on the cron job, I wouldn't have thought to try that, it's interesting that those never fail. I already am using Delayed::Job, but I have enough records (a few million) that even a rake task that's just building delayed jobs is failing with these errors. I don't believe that these

Re: Long running rake tasks freeze or crash

2010-10-07 Thread Mike Doel
, this costs money (as does cron if you want it to run more often than once per day). Mike -- You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email to her...@googlegroups.com. To unsubscribe from this group, send email

Long running rake tasks freeze or crash

2010-10-06 Thread Mike
Anyone here have any experience with long running rake tasks on Heroku? From the Heroku documentation, it seems like when you have long running processes, that rake tasks are the recommended way to handle them. However, in my experience, whenever a rake task runs for a while, say around 30

Re: DJ Workers Crashing Without Specific Information

2010-10-04 Thread Mike Abner
ActiveRecord batches won't work for you? http://rdoc.info/docs/rails/2.3.8/ActiveRecord/Batches/ClassMethods Both methods default to 1000 results per batch, but can be configured with the :batch_size option. Mike On Mon, Oct 4, 2010 at 10:56 AM, William Flanagan wflana...@tempusgroup.com wrote

Re: EROFS... read-only filesystem

2010-09-24 Thread Mike Abner
Heroku. Mike On Fri, Sep 24, 2010 at 12:24 PM, Dean genligh...@gmail.com wrote: I'm new to Heroku and Rails. I've recently deployed a simple project- management site built on Michael Hartl's RailsTutorial sample app. When I go to delete a user or a project, I encounter the Heroku has a read-only

Re: Heroku on serious applications and lack of support

2010-09-17 Thread Mike
...@gmail.com wrote: +1 to Richard's points. On Thu, Sep 16, 2010 at 1:47 PM, Richard Conroy richard.con...@gmail.com wrote: On Thu, Sep 16, 2010 at 9:06 PM, Mike mikel...@gmail.com wrote: Maybe I'm just frustrated right now, what are others' thoughts on this? Well you

Re: Heroku on serious applications and lack of support

2010-09-17 Thread Mike
through our zendesk ticket system, Mon-Fri from 6am-6pm PST. If you need specific response times and SLAs, we offer custom packages. Please contact us for more info. Fromhttp://docs.heroku.com/faq-accounts-billing#do-you-offer-support On Sep 16, 3:06 pm, Mike mikel...@gmail.com wrote

Heroku on serious applications and lack of support

2010-09-16 Thread Mike
Are people comfortable with using Heroku on serious applications? If so, how did they come to that decision? I have been developing my application on Heroku for some time now, and I've observed that the support can be really worryingly uneven. I'm running a modest sized app, it's costing me

Re: Custom error pages, we *really* need them

2010-09-15 Thread Mike Abner
. Heroku knows which error it is and it knows what application was being accessed, so this should be relatively simple. I live across the street. Want me to come in and implement it real quick? ;o) Mike On Wed, Sep 15, 2010 at 10:00 AM, David Balatero dbalat...@gmail.com wrote: I've suggested

Re: Best way to handle sitemaps

2010-09-12 Thread Mike
Oh that seem like a very good approach. The Heroku documentation page seems pretty light, though. Do you have any idea the size of the Varnish cache? Would it be able to handle gigabytes of cached information? On Sep 10, 12:20 pm, marcel mpoi...@gmail.com wrote: I think the easiest and cheapest

Re: What is the equivalent of cap deploy:migrations in Heroku?

2010-09-07 Thread Mike Abner
This isn't the best option, but you can put your app in maintenance mode during the deploy/migrations and then put it back in service. It makes continuous deployment a bit of a problem, but if you can deploy during low traffic periods it would probably be ok. Mike On Tue, Sep 7, 2010 at 12:21

Re: Time Zone best practices? UTC? Local?

2010-09-03 Thread Mike P.
Thank you both very much for your responses, that makes sense! :) Mike On Sep 3, 11:38 am, Albert Chou hotfusion...@gmail.com wrote: +1 On Sep 3, 2010, at 7:49 AM, malomalo jonbr...@gmail.com wrote: Keep it simple, use UTC - all the time. Only convert and display in timezones when you

Re: Best way to handle sitemaps

2010-08-31 Thread Mike
I just checked, and the sitemaps are even bigger than I expected. Every 1,000 entries in the sitemap seems to take about a meg...which means the total size is in the gigabyte range. Now the sitemap protocol allows for gz compressed sitemaps, which reduces the size by more than 90%, which means

Best way to handle sitemaps

2010-08-30 Thread Mike
I have a large number of pages that are stored in my database on my app, that are only accessible via the search engine under normal circumstances. This is a perfect ordinary use case for making a sitemap, which is what I've done. I have a few million of these pages, so I dynamically generate a

Heroku database connection crash

2010-08-27 Thread Mike
I got this message in my Exceptional logs: PGError: server closed the connection unexpectedly\n\tThis probably means the server terminated abnormally\n\tbefore or while processing the request.\n: What could have caused this and how can I prevent it? -- You received this message because you are

Re: Contact Form Using Sendgrid Pony

2010-08-23 Thread Mike Abner
Works well. http://docs.heroku.com/sendgrid You just have to set up pony correctly using the heroku config vars that get set when you add sendgrid to your app. Look at the bottom of that page and you'll see them. Mike On Sun, Aug 22, 2010 at 12:41 PM, DAZ daz4...@gmail.com wrote: Hi, I'm

Re: check if an index was actually created in a table

2010-08-16 Thread Mike
The way I do this is to do a bundle backup, and then download the bundle locally and restore the pg_dump enclosed in the bundle under db. Then I can do a careful lookover of the database. On Aug 15, 5:37 pm, Sergio Lima sergiosouzal...@gmail.com wrote: Hi people,    I have a app on Heroku and

Re: Heroku console crashing

2010-08-02 Thread Mike
maintenance locally, and then push the updated tables.  You can put the site into maintenance mode while you do this, if necessary.  This technique works reasonably well for me. On Aug 1, 6:44 pm, Mike mikel...@gmail.com wrote: I'm updating some data in my database, and running them through

Heroku console crashing

2010-08-01 Thread Mike
I'm updating some data in my database, and running them through the Heroku console since we have no direct database access. I'm calling this like so: ActiveRecord::Base.connection.execute MY SQL COMMAND; The command takes about 5-10 minutes to run. Every time I run it, it's causing the console

Re: Heroku console crashing

2010-08-01 Thread Mike
on the dyno until completed. On Aug 1, 9:44 pm, Mike mikel...@gmail.com wrote: I'm updating some data in my database, and running them through the Heroku console since we have no direct database access. I'm calling this like so: ActiveRecord::Base.connection.execute MY SQL COMMAND; The command

Re: SSL issues

2010-06-11 Thread Mike Doel
Thanks for the feedback. As it turns out, our issue was that we were trying to use two individual SSL certificates on a single IP address. Which is not supported by the protocol. Once we switched over to a multi-domain certificate, everything worked fine. Mike On Jun 11, 2010, at 2:24 AM

Scaling limits and biggest app examples?

2010-06-11 Thread Mike
I remember seeing discussions in the past where it was said that Heroku can scale to handle any site, and that there haven't been any sites yet that have left due to inability to scale. Is this to say that it is plausible that Heroku's platform could handle running the biggest applications on the

SSL issues

2010-06-10 Thread Mike Doel
a ticket on this, but it's gone unanswered for two days (grumble, grumble). Mike -- You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email to her...@googlegroups.com. To unsubscribe from this group, send email to heroku+unsubscr

Re: Suggestion: Make db:push a little safer

2010-03-25 Thread Mike Doel
of pushing (now that we're live, we never push - only migrate/convert). Once you get in the habit of doing 'rake db:refresh' instead of 'heroku db:pull', it becomes natural. You could build a rake task that wraps db:push and warns you before doing its thing. Mike -- You received

Re: SendGrid

2010-03-24 Thread Mike
No, I'm using it and the emails aren't branded as far as I can tell. Only place that the sendgrid name shows up is in the header info, such as servers that handled it. On Mar 24, 7:08 am, Alex a...@heaton.me wrote: Is the free SendGrid addon branded in any way? I.e. does the recipient of my

Re: Foreign Keys

2010-03-23 Thread Mike
What exactly can you do with the bundle after you've backed it up? As far as I can tell, and Heroku support told me the same thing, there's no way to directly use your bundle on Heroku again once you've taken it off. On Mar 23, 4:01 pm, Matt Buck mattb...@capitalthought.com wrote: Thanks for the

Re: Database consistency and bundles/taps

2010-03-23 Thread Mike
to Heroku. (the config/database.yml on your local machine) On Mar 22, 8:57 pm, Mike mikel...@gmail.com wrote: What happens if my application is active while I either call bundles:capture or db:push or db:pull? In the case of bundles:capture or db:pull, is it possible for me to get

How are dynos related to cron jobs and heroku console?

2010-03-21 Thread Mike
When you run something as a cron job or when you execute a task from the Heroku console, do these run on one of your applications dynos? Or are these type of non-conventional processes their own thing? If they do run on a dyno, does Heroku recognize it if that dyno is slower performing and send

Re: Corrupted database

2010-03-19 Thread Mike
database would seem to be a very high risk move for a live application. Any type of backup other than a bundle would need to be reuploaded, and the application would be inaccessible until then, which could be days for a big app. Mike -- You received this message because you are subscribed

Re: Best way to add a huge dataset?

2010-03-19 Thread Mike
, Terence Lee hon...@gmail.com wrote: What I've been told for tmp folder size is about 1gb but it's a soft limit. -Terence On Mon, 2010-03-15 at 08:52 -0700, Mike wrote: Also in that link you linked to: Slug Size: 500MB - Hard Man, that probably includes the temp directory. Getting

Corrupted database

2010-03-18 Thread Mike
I seem to have corrupted the database on a test application on Heroku using db:push. Is it the case that before running db:push or db:pull, one must always clear the target database, whether on the Heroku or local side? Whenever I don't do so before calling db:pull, it errors out due to duplicate

Re: How to restore a bundle?

2010-03-17 Thread Mike
? On Mar 14, 8:25 pm, Mike mikel...@gmail.com wrote: I've been struggling with how to get a large dataset onto my Heroku application (see my thread here:http://groups.google.com/group/heroku/browse_thread/thread/2ef6fd99a5...). An approach I had thought would be good would be generating a local

Re: How to restore a bundle?

2010-03-17 Thread Mike
on it is there? On Mar 17, 12:32 pm, Michael mpd...@gmail.com wrote: Both pg_dump and pg_restore can be called from ruby. Try dumping the database to temp, compressing, and uploading to s3. Restoring is the same process in reverse. On Mar 17, 11:00 am, Mike mikel...@gmail.com wrote: I'm going

Re: Best way to add a huge dataset?

2010-03-15 Thread Mike
Also in that link you linked to: Slug Size: 500MB - Hard Man, that probably includes the temp directory. Getting data onto Heroku is pretty friggin hard On Mar 15, 9:27 am, Daniele to...@vitamino.it wrote: On 15 Mar, 01:13, Mike mikel...@gmail.com wrote: That's a really good idea

pull/push in one step?

2010-03-15 Thread Mike Doel
: heroku db:copy app1 app2 Ideally, this would happen without having to download locally and uploading as separate steps (i.e. direct server-to-server transfer). Mike -- You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email

Re: Best way to add a huge dataset?

2010-03-14 Thread Mike
a script to import them bit by bit. On Fri, Mar 12, 2010 at 4:46 PM, Mike mikel...@gmail.com wrote: Those are really good ideas. Would there be any way you can think of to push data back up to the server? On Mar 12, 9:43 am, Daniele to...@vitamino.it wrote: For the import part if it has

How to restore a bundle?

2010-03-14 Thread Mike
I've been struggling with how to get a large dataset onto my Heroku application (see my thread here: http://groups.google.com/group/heroku/browse_thread/thread/2ef6fd99a5af37fe). An approach I had thought would be good would be generating a local bundle of some type and uploading it to Heroku

Re: Best way to add a huge dataset?

2010-03-12 Thread Mike
* it might take longer because you don't want it to go as fast as possible because it might impact your live system * lots of moving parts Just an idea. Good luck! On 3/12/10, Mike mikel...@gmail.com wrote: I'm going to be adding a number of discrete, but enormous (maybe many gigs each

Re: Best way to add a huge dataset?

2010-03-12 Thread Mike
too. Coming from a standard server world I love Heroku but some steps could be a bit less flexible. Nothing is perfect :) On 12 Mar, 07:29, Mike mikel...@gmail.com wrote: I'm going to be adding a number of discrete, but enormous (maybe many gigs each), datasets to my Heroku app's database

Best way to add a huge dataset?

2010-03-11 Thread Mike
be filled with gratitude. Mike -- You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email to her...@googlegroups.com. To unsubscribe from this group, send email to heroku+unsubscr...@googlegroups.com. For more options, visit

Re: Dynos pricing

2010-03-08 Thread Mike
Is auto-scale something you're looking to add in the future? On Mar 8, 1:34 pm, Oren Teich o...@heroku.com wrote: it's based on what you have set.  Set dynos to 2 for an hour, and you'll pay $0.05.  Set it to 2 for 30 minutes, and you'll pay $0.025.  We don't currently auto-scale. Oren On

Re: Heroku ignoring environment.rb constants

2010-03-07 Thread Mike
it hits them. Solved it by just moving the constants closer to the top of environment.rb. On Mar 7, 11:37 pm, Mike mikel...@gmail.com wrote: I have an application that relies on environment.rb constants throughout.  Everything was working fine with my preexisting constants until I added a new

Re: text/cache-manifest MIME type

2010-02-25 Thread Mike Harrison
Thanks, Adam. I appreciate your taking time to build an example. This should do the trick. Cheers, Michael On Wed, Feb 24, 2010 at 9:55 PM, Adam Wiggins a...@heroku.com wrote: I put together a small example of an html5 offline app using cache manifest and deployed it to Heroku:

Sendgrid help

2010-02-24 Thread Mike
I'm using the Sendgrid add-on, and I was wondering if there is any way to login to Sendgrid to see a greater amount of analytics on my emails from my application? If not, is there another way for me to see how many emails are being sent a day from my application so that I can see how close I am

Postgres Search

2010-02-09 Thread Mike
I noticed that the documentation recommends using Solr for search: http://docs.heroku.com/full-text-search However, Postgres has a built-in full text search capability that is not discussed at all. I was wondering what the rationale is for the recommendation of Solr? Would the performance

Websockets

2010-02-03 Thread Mike Harris
Does anyone know if it's possible to run a WebSocket (or other forms of evented socket I/O) on a Heroku instance? Thanks. Mike Harris -- You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email to her...@googlegroups.com

Re: Google Picasa web album: Undefined prefix gphoto

2009-08-20 Thread Mike
:', '') response.body.gsub!('georss:', '') response.body.gsub!('gml:', '') It is not good - but it is work On Aug 14, 8:38 pm, Mike mpozd...@gmail.com wrote: I have problem with parsing Picasa's xml feed with picasaonrails lib I am getting: Getting Undefined prefix gphoto found Error message while

Google Picasa web album: Undefined prefix gphoto

2009-08-14 Thread Mike
I have problem with parsing Picasa's xml feed with picasaonrails lib I am getting: Getting Undefined prefix gphoto found Error message while executing [photo_hash = XmlSimple.xml_in(entry.to_s, { 'ForceArray' = false })] line. Seems these issue occurs with incorrect REXML lib and simple-xml

Problem with Uploading ssh public key

2009-07-02 Thread Mike
Hi all! I have some problems on Windows XP wich had already described on: http://groups.google.com/group/heroku/browse_thread/thread/457c2a4925ed14da/9218ecdce7291514 I try to solve such problems with code: In auth.rb def ask_for_credentials ... user = my-em...@email.com #password =

Re: Problem with Uploading ssh public key

2009-07-02 Thread Mike
I try it. It is true! Thank you! Seems it is problem with carret return symbols. Puttygen save pub key in 2 lines but from grey box I have only one. -- Regards, Mikhail On 3 июл, 02:55, Thomas Sullivan sulliva...@gmail.com wrote: I've found that if you are on xp, and create a key with

Re: App's Data is Gone

2009-03-04 Thread Mike
Nope, no resolution. Anything on lost data heroku guys? On Mar 2, 9:01 pm, grourk gro...@gmail.com wrote: Mike, did you get a resolution here?  The same thing has happened to my app (greenback).  I tried reverting to snapshots from September, October, November, etc. long before

Re: Tip for changing cname at godaddy

2009-01-16 Thread Mike P
To: herokugarden.com (is this right?) This will cause all TLD to be forwarded to the www cname. Thoughts? It works on all my sites so far... - Mike --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Heroku group. To post

Domain Taken

2008-12-29 Thread Mike Skalnik
I recently had a heroku app and used a subdomain to refer to it (heroku.mikeskalnikcom). I later deleted the app and now am trying to use the same domain with another app, however it tells me that the domain is taken. Since the apps are named the same, it still works, but it is a problem.

Re: Domain Taken

2008-12-29 Thread Mike Skalnik
Seems after waiting awhile, the problem went away. On Dec 29, 3:51 pm, Mike Skalnik mike.skal...@gmail.com wrote: I recently had a heroku app and used a subdomain to refer to it (heroku.mikeskalnikcom). I later deleted the app and now am trying to use the same domain with another app, however

Re: custom domain

2008-12-11 Thread Mike Porter
it took me like 48 hrs On Thu, Dec 11, 2008 at 4:07 PM, h han.y...@gmail.com wrote: Does anyone know how long it will take for heroku to propagate domain name settings? I applied settings on my godaddy account and everything seems to be in order. The output in my terminal says: host

504 Gateway Timeout

2008-10-06 Thread Mike
app name supportlocalflavor 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 [EMAIL

Re: 504 Gateway Timeout

2008-10-06 Thread Mike
Ivan [EMAIL PROTECTED] writes: Should be fixed. - Ivan On Oct 6, 5:05 pm, Mike [EMAIL PROTECTED] wrote: app name supportlocalflavor Thanks! I can't pull up any pages other than the Welcome Aboard. Still get the 504 error. Edit seems to be back though

Re: How do I connect to an external database?

2008-08-26 Thread Mike P
database.yml for other connections? Thanks again Morten... MIke --~--~-~--~~~---~--~~ 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

Re: How do I connect to an external database?

2008-08-26 Thread Mike P
Scratch that name... it's affiliate-channel-revenue (dashes, not underscores...) On Aug 26, 1:34 pm, Mike P [EMAIL PROTECTED] wrote: it's called affiliate_channel_revenue. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: How do I connect to an external database?

2008-08-26 Thread Mike P
Thank you!! But... um... still have the same problem: Your mongrel is not responding, check to see if there is a crash log. On Aug 26, 1:50 pm, Morten Bagai [EMAIL PROTECTED] wrote: Ok, your app is blessed now. You should see a green checkmark in the   my apps listing. /Morten

rscribd gem doesn't work

2008-08-18 Thread Mike
I've installed rscribd-0.0.4 from the gem/plugin manager, but my app raises a 'RequiredLibraryNotFoundError' whenever I try to use the gem. I also couldn't get aws-s3 gem to load properly, had to use the plugin. rscribd doesn't have a plugin, so I'm stuck... Anyone else know why gems are

Re: rscribd gem doesn't work

2008-08-18 Thread Mike
Installed manually from git://github.com/zapnap/rscribd.git and is now working. Installing manually is apparently the way to go. On Aug 18, 5:22 pm, Mike [EMAIL PROTECTED] wrote: I've installed rscribd-0.0.4 from the gem/plugin manager, but my app raises a 'RequiredLibraryNotFoundError