Re: Heroku + coder google + raspberry pi + websocket + socket IO

2014-06-10 Thread Morten Bagai
Hi, Did you make sure to enable websockets for your Heroku app when you created it? If not, try following the instructions here: https://devcenter.heroku.com/articles/heroku-labs-websockets. I don't think you should have to specify the port anywhere in the client code. Best, Morten On Tue,

Re: Heroku Access Through Firewall

2012-08-06 Thread Morten Bagai
be in total disbelief if that turned out to be an issue. -- Morten Bagai Heroku On Monday, August 6, 2012 at 9:54 PM, Oren Teich wrote: Due to our dynamic nature, there is no way to limit it to a small or single IP address. We automatically change IP addresses at various times due to load

Re: Testers wanted for Heroku add-on

2012-05-15 Thread Morten Bagai
Hi there, I think you should describe what your add-on does. That should help you attract users. Best, Morten On May 14, 2012, at 1:29 AM, Doğa Armangil wrote: Hello, I am a software engineer, and I work for a Switzerland-based software company. We are currently looking for testers

Re: UDP Routing

2011-12-30 Thread Morten Bagai
Currently it only supports HTTP routing. Best, -Morten On Dec 30, 2011, at 4:30 PM, John Maxwell wrote: I'm struggling to configure a Heroku app to accept incoming UDP requests - does the router support incoming connections in something other than TCP? Thanks, John -- You

Re: Renamed app but Facebook Hosting URL doesn't change

2011-11-04 Thread Morten Bagai
Hi, The hosting URL doesn't really matter much. You can click remove on the configuration page in the Developer app. Just make sure to update the website or canvas url fields with the new app URL. -M On Nov 4, 2011, at 12:32 PM, Inderjeet Singh wrote: Hi, I am a Heroku newbie and just

Re: database and aws

2011-11-03 Thread Morten Bagai
Matthew, One important point to note is that the restriction on connecting to your Heroku postgres database from external sources only applies to our free shared database. All dedicated offerings allow you to authorize external connections. Best, -Morten On Nov 3, 2011, at 8:20 AM, Matthew

Re: Can I use a credit card out of US to verify my account?

2011-02-28 Thread Morten Bagai
You should be able to. We have many international customers. That said some types of cards aren't allowed by our processors. Please open a support ticket to have someone contact you, if you want to share specific details with our billing team. -Morten On Feb 25, 2011, at 6:39 PM, tei wrote:

Re: Best solution to replace this cron job

2010-07-27 Thread Morten Bagai
Hi Russell, One of our engineers made this fork of DJ that I believe does what you want: http://github.com/ddollar/repeated_job. Let me know if there's anything else we can help with. We're looking forward to having you on our platform. Best, Morten On Jul 27, 2010, at 9:15 AM, Russell Quinn

Alpha testers for video transcoding add-on

2010-04-12 Thread Morten Bagai
Hello, Got a handful of spots opening for testing a cool new video transcoding add-on for Heroku. If you're interested in participating, and willing to provide feedback, please drop me a line off-list. Best, Morten -- You received this message because you are subscribed to the Google Groups

Re: What is the SSL Hostname Root Domain Behavior?

2010-04-06 Thread Morten Bagai
Hi Jared, There isn't currently. The problem there is that you'll be served the *.heroku.com certificate immediately. We're looking into whether something can be done to better support this scenario. Best, Morten On Apr 6, 2010, at 1:08 PM, Jared Brown wrote: With the SSL hostname add-on

Updated Zerigo Docs

2010-03-29 Thread Morten Bagai
Hello, We've been getting lots of interest in the Zerigo DNS add-on. The docs were definitely on the barebones side until now, so we've given them a refresh: http://docs.heroku.com/zerigo. Hopefully this answers most of your questions - otherwise please do ask. Best, Morten -- You received

Re: European data center?

2010-03-23 Thread Morten Bagai
Thank for the comments. We continue to see strong interest in the Heroku platform from European users, and you can rest assured that Heroku sees the potential of expanding availability of our cloud to European based data centers. At this point we don't have an exact time frame for this to

Re: Zerigo

2010-03-22 Thread Morten Bagai
Guys, just to clarify how the Zerigo add-on works, once you have pointed your domain to their DNS servers: 1) Adding a root domain to your app When you add a root domain to your with heroku domains:add foo.com, the Zerigo add-on will automatically pick that up and add A Records pointing to all

Re: is PostGIS supportet on heroku?

2010-02-25 Thread Morten Bagai
Chris, Yes we support postgis on our dedicated database servers. If you do need this feature, please let me know prior to ordering. Best, Morten On Feb 25, 2010, at 2:27 PM, Chris christian.w...@gmail.com wrote: Hi, since neither Google nor the Docs search on heroku.com brought up

Re: Filesystem?

2009-12-18 Thread Morten Bagai
Yes, you're correct. For scalability reasons we only allow you to write in RAILS_ROOT/tmp. Any persistent assets should be stored in an external asset store such as S3 or CloudFiles. You can read a bit more about the read-only constraint, and how to use an external store here:

Re: database sizes between crane and ronin?

2009-12-18 Thread Morten Bagai
Not currently, what in particular are you looking for? Best, Morten On Dec 14, 10:31 am, Ming min...@gmail.com wrote: are there pricing options for database sizes between the crane and ronin, 500 mb and 500 g, packages? TIA -- You received this message because you are subscribed to the

Re: If you reserve full instance for custom SSL - why don't I get more dynos?

2009-12-10 Thread Morten Bagai
Hey, I don't think this would work. Not in a very meaningful way, at least. Keep in mind that you can still only host one cert on a single IP. So, even with a wildcard cert, all apps getting SSL through that instance would have to run on *.ssldomain.com. /Morten On Dec 10, 1:44 pm, Doug

Re: If you reserve full instance for custom SSL - why don't I get more dynos?

2009-12-10 Thread Morten Bagai
Yeah, I didn't catch the multi-domain part. Theoretically it might be possible. I don't think we have ever seen a multi-domain cert in the wild at Heroku. Also, the solution we have in place now isn't designed for this in a couple of ways: 1) You would have to redeploy the cert every time it

Re: password protected site

2009-12-08 Thread Morten Bagai
Use something like http://github.com/pedro/miniauth Best, Morten On Dec 7, 2009, at 8:35 AM, Bradley bradleyrobert...@gmail.com wrote: Is it possible to password protect a site, through something like http auth? I want to set up testing and staging sites, but I don't want these to be

Re: db:push unable to find taps

2009-12-02 Thread Morten Bagai
Actually, the current gem version is 1.4. It's on gemcutter. M On Dec 2, 2009, at 10:39 AM, Chris Baglieri chris.bagli...@gmail.com wrote: I'm trying to push a database and 'heroku db:push' is alerting me that I do not have the taps gem installed. The step before issuing the heroku

Re: reading database.yml

2009-11-30 Thread Morten Bagai
Hi, The correct approach would be to create a simple API for another Heroku app to request the database credentials, as it may indeed change over time. Instead of reading database.yml, get the database creds from ENV ['DATABASE_URL']. As we do re-scramble the credentials from time to

Re: Rails 2.3.5

2009-11-30 Thread Morten Bagai
My guess would be you can use 2.3.5 right now. Try putting the 2.3.5 gems in your .gems file. If you see any funky behavior, please open a ticket. We'll look at adding the 2.3.5 gem to our servers asap. Best, Morten On Nov 27, 2009, at 8:56 AM, morgoth wrote: When we will be able to use

Re: Billing verification

2009-06-29 Thread Morten Bagai
Hey, I haven't tried it, but I believe it would work. Of course, if you ever move on to actually use paid services you'd have to provide a number that would work at the time of charge. I say go ahead and try it for now. Best, Morten On Jun 26, 2009, at 4:33 AM, foi wrote: hello :)

Re: Hourly CRON - why not more frequently?

2009-06-29 Thread Morten Bagai
Hi August, I'll take that as a +1 for more frequent cron :) It's something that we're considering providing. So far we haven't seen a ton of customer demand for it, but it's definitely on our radar. Feel free to create a feature request in our forums at support.heroku.com/forums - that'll

Re: Updated HowTo install Radiant 0.8.0 in Heroku !!!

2009-06-25 Thread Morten Bagai
Hello, I just did an installation of 0.8.0 on Heroku. All I need to change from the default config files was the following bit: http://wiki.github.com/radiant/radiant/installing-on-heroku ...apart from this little change, the steps are the familiar: 1) Locally, run something like radiant -d

Re: Long running raketasks

2009-06-25 Thread Morten Bagai
Hey August, With the latest heroku client rake tasks shouldn't be timing out any more. However, web requests are typically subject to a 30s timeout depending on what you're doing. /Morten On Jun 25, 2009, at 1:30 PM, August Lilleaas wrote: Hello there, I have an application with a

Re: Spam

2009-06-24 Thread Morten Bagai
Hey there, I made that settings change for the group, and also nuked some of recent spam. Sorry about the inconvenience. On a related note, we're very interested in how we can make the support/community experience better for you guys. One of the actions I'm considering is moving the

Re: heroku.com or proxy.heroku.com ?

2009-06-17 Thread Morten Bagai
Hi there, Please use proxy.heroku.com to avoid any possible interference with email delivery, if you have MX records set up for your domain. Morten On Jun 17, 2009, at 3:06 AM, Kieran Topping kie...@kitsite.com wrote: As far as I can gather (i.e. as fars as my experience goes) you can

Re: Way to see DB size used?

2009-06-04 Thread Morten Bagai
Also, make sure you're using the latest client! /Morten On Jun 4, 2009, at 6:53 AM, Alex Chaffee wrote: Doesn't work. All I get are url, git repo, and collaborators. No size info. On Jun 3, 4:50 pm, Adam Wiggins a...@heroku.com wrote: On Wed, Jun 3, 2009 at 4:44 PM, Carl

Re: heroku db:push times out

2009-05-20 Thread Morten Bagai
Hey George, Go to the resources page from MyApps. Select the add-ons you need, and click on to the verification screen where you provide your billing info. Custom Domains are free, so you will not be charged unless you order additional resources. Best, Morten On May 20, 2009, at 4:18

Re: Handle incoming e-mails

2009-05-08 Thread Morten Bagai
I think I'd just set up Google apps to handle email for my domain, and use one the available POP3 or IMAP libs to check whatever account I want my Ruby app to process. /Morten On May 7, 2009, at 1:37 AM, Thomas Balthazar wrote: Hello, I've seen a lot of posts about handling outgoing

Re: RMagick

2009-04-30 Thread Morten Bagai
:in `require_without_desert' /home/slugs/12838_f2b2289_c549/mnt/.gems/gems/desert-0.5.0/lib/ desert/ruby/object.rb:8:in `require' The whole error can be seen here: http://gist.github.com/104251 The app is working locally... On Wed, Apr 29, 2009 at 9:38 PM, Morten Bagai mor...@heroku.com

Re: Sending e-mails with the new pricing scheme

2009-04-27 Thread Morten Bagai
Hi, Sending outgoing email (via an external SMTP service) will continue to remain free. You will need to verify your account to activate outgoing email traffic by providing us your billing info. You will not be billed anything until you order actual paid services, but since email traffic

Re: Good DNS hosting?

2009-04-24 Thread Morten Bagai
I'm ashamed to say I use Godaddy, but the damn thing works, and it lets you do the naughty stuff too :) /M On Apr 24, 2009, at 10:58 AM, Ron Evans wrote: I have had good results from easydns.com On Fri, Apr 24, 2009 at 10:46 AM, Oren Teich o...@teich.net wrote: As I went to point my

Re: Heroku Commercial Launch

2009-04-24 Thread Morten Bagai
On Apr 24, 2009, at 6:31 AM, Mat Schaffer wrote: On Apr 24, 2009, at 8:57 AM, Paul Leader wrote: However count this as another vote for a bit more storage on the Blossom plan. Given that Herokugarden gives you 40M for free 5M seems just a tiny bit on the stingy site. It would be good

Re: Europe Region

2009-04-24 Thread Morten Bagai
Vangberg wrote: This is definitely something I'd like to see as well. 2009/4/14 Morten Bagai mor...@heroku.com: Not yet, but it's something we are looking into. /Morten On Apr 14, 2009, at 12:17 PM, pedrom wrote: It's posible to deploy a Heroku App on the Europe Region in order

Re: will_paginate gem not installing?

2009-04-24 Thread Morten Bagai
Hey there, I tried, and I was able to do it no problem with this added to my .gems: mislav-will_paginate -v 2.3.8 -s gems.github.com I've added you as a collaborator on the test app I made, so you can clone and play with it as you like. /Morten On Apr 24, 2009, at 2:17 AM, Jamie Warnock

Re: will_paginate gem not installing?

2009-04-23 Thread Morten Bagai
It should be mislaw-will_paginate --version 2.3.8 --source gems.github.com in your .gems file. /M. On Apr 23, 2009, at 5:21 PM, jamiehunterwarn...@googlemail.com wrote: Hi - trying to get the mislav-will_paginate gem 2.3.8 to install - have followed all docs - added gem details to .gem

dyno blurb

2009-04-23 Thread Morten Bagai
What do you think about this blurb for the dyno box? Dynos determine your HTTP performance. A single Dyno includes one thin process. Select more to achieve redundancy and increase concurrent request processing power. --~--~-~--~~~---~--~~ You received this

Re: dyno blurb

2009-04-23 Thread Morten Bagai
process of what?  I like that you're telling the customer why they should care.  Do that again: Each dyno handles one concurrent request' (if that's even accurate). On Thu, Apr 23, 2009 at 7:09 PM, Morten Bagai mor...@heroku.com wrote: What do you think about this blurb for the dyno box? Dynos

Re: Installing the latest Heroku gem on Windows

2009-04-23 Thread Morten Bagai
pretty slick. Thanks, Brad On Apr 13, 2:25 pm, Morten Bagai mor...@heroku.com wrote: Guys, If you've been trying to install the latest herokugemon Windows, you may have run into a bit of trouble. Now that we include the tapsgem, the heroku client has several new dependencies - most notably

Re: Easy way to purge development database before heroku db:pull?

2009-04-20 Thread Morten Bagai
We do have heroku db:reset /M. On Apr 20, 2009, at 7:06 AM, Bill Burcham wrote: Not quite sure what you want. Do you want to blow away a Heroku database? If so then how about you just blow away your whole app and start again? That's what I always do. You can do it from your apps

Re: multiple custom domain names?

2009-04-20 Thread Morten Bagai
Yes, you can do this with the client. Just run heroku domains:add www.mydomain.com as many times as you need. /M. On Apr 20, 2009, at 6:44 PM, ngrandy wrote: hey guys, is it possible to map multiple domain names to the same heroku app? eg, i'm trying to support both myapp.com

Re: Graphviz and Dot

2009-04-17 Thread Morten Bagai
Hi, Can you provide some links to the libraries you're seeking to use, and perhaps some info on binary dependencies? It's possible we can add support for these to our Dyno environment, but I'd have to know a bit more first. Thanks, Morten On Apr 17, 2009, at 10:10 AM, Tobes wrote: Hi

Re: Database layer autoscaling?

2009-04-17 Thread Morten Bagai
Hi Marc, Unlike the web tier, we don't believe it's possibly to do horizontal +infinite auto-scaling of SQL databases. That is reserved for distributable document databases like CouchDb, MongoDb etc that will undoubtedly become an important part of the web application space in the near

Re: Europe Region

2009-04-14 Thread Morten Bagai
Not yet, but it's something we are looking into. /Morten On Apr 14, 2009, at 12:17 PM, pedrom wrote: It's posible to deploy a Heroku App on the Europe Region in order to get better performance for european users. --~--~-~--~~~---~--~~ You received this

Re: Caveats for root-level domain?

2009-04-13 Thread Morten Bagai
Yes, those MX records are our corporate ones for Heroku. They do no have anything to do with your apps. Best, MOrten On Apr 13, 2009, at 4:11 PM, Brian Armstrong wrote: Interesting, I was able to set it up as a root level domain with GoDaddy.com buyersvote.com pointing to heroku.com

Re: S3 for data - bandwidth?

2009-04-05 Thread Morten Bagai
On Apr 5, 2009, at 9:38 PM, GreenAsJade wrote: (Shouldn't the answer to how much data, how much bandwidth I can have be under Constraints in the docs?) No, that section is intended to explain application design constraints that relate to deploying your application in an on-demand cloud

Re: herokugarden = heroku

2009-03-31 Thread Morten Bagai
Additionally, if you have apps on Heroku Garden and would like to migrate them, there's a guide on how to do that here: http://herokugarden.com/transition/move . /Morten On Mar 30, 2009, at 6:42 PM, Adam Wiggins wrote: Anton - I went to http://heroku.com/signup and typed in your email.

Re: Ruby Gems

2009-03-26 Thread Morten Bagai
Hey, Actually, now we've got a better method that works with native gems too. Read more about it here: http://blog.heroku.com/archives/2009/3/10/gem_manifests/ http://heroku.com/docs#toc42 Best, Morten On Mar 26, 2009, at 1:41 PM, Jeremy Lightsmith wrote: You don't put gems on heroku, you

Re: oniguruma for textpow/ultraviolet

2009-03-19 Thread Morten Bagai
Hey guys, We're working on adding these to our line-up. I'll let you know as soon as there's any progress. /Morten On Mar 18, 2009, at 6:39 PM, sbfaulkner wrote: I'd like to echo this request. For now, I still have textpow and ultraviolet frozen in vendor/gems, but I'd like to use the

Re: CRUD app in Sinatra/Merb on Heroku

2009-03-12 Thread Morten Bagai
Hey there, So, there are couple of different questions here. As far as how to _deploy_ a Merb or Sinatra app on Heroku, I think that's decently addressed in our current documentation at http://heroku.com/ docs#toc32. The information there includes how to use different ORM frameworks with

Re: Kicking off more Dynos? Using TokyoTyrant? Bundles?

2009-03-05 Thread Morten Bagai
Guys, This is a real problem for a lot of people, and the basic solution of vendoring gem dependencies only works for pure ruby gems. To this day, the process for getting gem with non-standard native dependencies is to email us and request to have it manually installed. Obviously, this

Re: Can not find any of my data

2009-03-04 Thread Morten Bagai
Charles, Sorry about that. It was a glitch in the Heroku Garden transition. Thankfully, the data was not lost and I was able to restore it for you. Let me know how it looks to you. Best, Morten On Mar 4, 2009, at 5:24 AM, Charles wrote: App was gamestory.heroku.com and was migrated for

Re: New App on Heroku not working

2009-03-02 Thread Morten Bagai
Daz, What's the name of your app? /Morten On Mar 1, 2009, at 11:49 PM, DAZ wrote: Hi, I've been using Herokugarden for a while and decided to give Heroku beta a try. I am using a current app that works locally using sqlite database. I followed the quickstart instructions and

Re: Features

2009-03-02 Thread Morten Bagai
The plugin link should have been http://github.com/elcgit/s3-swf-upload-plugin/tree/master of course. /Morten On Mar 2, 8:39 am, Morten Bagai mor...@heroku.com wrote: Hi Chris, If you're developing apps for clients you should absolutely migrate to   Heroku.com. That's where you'll get

Re: App boot: Exception caught

2009-02-23 Thread Morten Bagai
Hi there You can't use sqlite on Heroku because our file system is read-only for scalability reasons. Instead, use the provided PostgreSQL database. Here's a useful example, of how to get the db connection params and connect to Postgres: http://gist.github.com/68277 Morten On Feb 23,

Re: Getting error that I'm 'Missing the Rails 2.2.2 gem.'

2009-01-23 Thread Morten Bagai
Guys, Sorry for the confusion here. There was a problem with the rake version on our app servers. That has been fixed now, and we have the Rails 2.2.2 gem available to all now. Thanks, Morten On Jan 23, 2009, at 6:10 AM, S. Brent Faulkner wrote: no, just change your environment.rb to

Re: RSpec generator not found

2009-01-21 Thread Morten Bagai
Hi Sean, We don't have support for rspec generators built in to the editor's generate menu, only the standard Rails generators models, views and controllers. Your best bet is to use the generators locally, commit your changes and push to Heroku. Best, Morten On Jan 21, 2009, at 11:14

Re: Please rescue flexlist.heroku.com again

2009-01-21 Thread Morten Bagai
Hi, It's working now. Morten On Jan 21, 2009, at 12:31 PM, xenopia wrote: or herokugarden, or whatever. It was working fine unit it got buried in the garden. All my hopes and dreams are riding on you just not breaking this. thx.

Re: Problems with herokugarden

2009-01-20 Thread Morten Bagai
Hi, I do apologize for any problems you've experienced. To my knowledge herokugarden.com has been continuously available, and we do not operate an IP black list. We have been experiencing some issues with system load and runaway processes on Heroku Garden in the last few days, and that

Re: Will Heroku commercial plateform allow full text indexing and background process ?

2009-01-16 Thread Morten Bagai
Hi Osaris, Full-text indexing features are not currently available on Heroku. The reason is that almost all products - as you point out - require long- running background processes, which are complicated to support in a fully dynamic cloud computing environment. We realize many users want

Re: Problems with herokugarden

2009-01-16 Thread Morten Bagai
Hi Ed, We've had a few users who have been experiencing auth issues. Are you having trouble logging in via the web ui at herokugarden.com/login, or are you having trouble authenticating via the gem? Sorry about the trouble. We'll work as fast as we can to fix it. /Morten On Jan 16, 2009,

Re: IRC? and Authentication Failure

2009-01-16 Thread Morten Bagai
Hi Chris, Sorry about downtime. We're working on resolving your issue, and will reply as soon as we've fixed it. Best, Morten On Jan 16, 2009, at 8:39 AM, Chris Schumann wrote: Is there an IRC channel for heroku? I'm in #heroku on freenode, but it's really dead. I ask because with the

Re: Regarding requiring of gems (again)

2008-11-19 Thread Morten Bagai
Hey all, There have been issues with gem installation through the web based editor recently. I'd like to try eliminate some of the confusion here by stating the preferred method of ensuring your required gems are available to your Heroku app: Vendor your gems locally using rake

Re: ssl https

2008-11-18 Thread Morten Bagai
Hi Tadd, Any Heroku app can use https://appname.heroku.com. This is using our master cert for *.heroku.com. Unfortunately, we cannot currently support SSL for custom domains for the same reasons mentioned by the AppEngine guys here:

Re: What's the deal with gems?

2008-11-18 Thread Morten Bagai
The recommended way to do this is to unpack the gems locally with rake gems:unpack commit the vendored gems, and push them to Heroku with the rest of your code. You can also use rake gems:unpack from the rake console. /Morten On Nov 18, 2008, at 5:24 PM, Sean Schofield wrote: I have a

Re: how to reset herku credentials?

2008-11-08 Thread Morten Bagai
Hi Owen, Just remove the .heroku directory in your home directory. Best, /Morten On Nov 8, 2008, at 5:36 PM, Owen wrote: Been away for awhile. Now I can't use the Heroku gem or use Git: http://screencast.com/t/aeyzjwkyD How can I re-submit my public key or whatever else is needed? I

Heroku at Rubyconf

2008-11-04 Thread Morten Bagai
Hey all, Rubyconf is upon us, and most of engineering team will be present in Orlando this week. If you're attending, or maybe just nearby, this would be a great opportunity to say hi and/or ask those burning questions you've got about Heroku. Whether you're wondering if Heroku will be a

Re: Can't download the database

2008-10-03 Thread Morten Bagai
Hi Tony, The problem is that the databases for two of your apps are significantly over the allowed limits, and the export is timing out because of it. I'm emailing you off-list to provide you alternate way of getting your data files. /Morten On Oct 3, 2008, at 7:50 AM, Tony wrote: I

Re: Internal server error

2008-09-29 Thread Morten Bagai
It's back up again. /Morten On Sep 29, 2008, at 2:27 AM, Antoine wrote: Dear all, I get an error on my app : constantin.heroku.com Internal server error Do you know what it is ? Thank you so much for your time Antoine --~--~-~--~~~---~--~~ You

Re: script.aculo.us inplace editor doesn't work in Heroku

2008-09-29 Thread Morten Bagai
Most likely it's probably the Heroku toolbar interfering with your JS. You can disable it using the instructions here: http:// groups.google.com/group/heroku/web/heroku-toolbar-settings. Best, /Morten On Sep 29, 2008, at 4:00 PM, ryan wrote: Is there a particular reason why the

Re: app failing to respond

2008-09-26 Thread Morten Bagai
Noah, Should be fixed now. /Morten On Sep 25, 2008, at 5:21 PM, Noah Thorp wrote: flexlist-dev has stopped responding to all requests, editing is not accessible, and it won't revert to a snapshot. Heroku, could you have a look at it? Thanks, Noah Thorp Rixiform Inc. www.rixiform.com

Re: I also have 504 Gateway Time-out problem

2008-09-24 Thread Morten Bagai
ielts should be working now. /Morten On Sep 24, 2008, at 3:39 AM, Husein Choroomi wrote: Me too! Here is it: http://ielts.heroku.com m-tam wrote: Thanks for cool service, Heroku. I enjoy Heroku. My app tambourine.heroku.com/hondana/ is 504 Gateway Time-Out in about 2 days. I aware

Re: I also have 504 Gateway Time-out problem

2008-09-24 Thread Morten Bagai
Hi, This is fixed for tambourine. The problem was with the database connection on our side. /Morten On Sep 23, 2008, at 10:37 PM, m-tam wrote: Thanks for cool service, Heroku. I enjoy Heroku. My app tambourine.heroku.com/hondana/ is 504 Gateway Time-Out in about 2 days. I aware that

Re: 504 Gateway Time-out

2008-09-24 Thread Morten Bagai
Hi, Should be fixed now. /Morten On Sep 24, 2008, at 12:25 PM, Robert Stapp wrote: I am receiving a 504 Gateway Time-out nginx/0.6.31 on appriondb.heroku.com I have tried to push the app twice already. Regards, Robert --~--~-~--~~~---~--~~ You

Re: response time

2008-09-23 Thread Morten Bagai
Have you tried switching the app to production mode? I noticed it's still running in development mode? Best, /Morten On Sep 22, 2008, at 5:26 PM, Noah Thorp wrote: Hi, Response time for flexlist.heroku.com is quite slow considering the load is low. Are there optimization issues that I

Re: newbie question- Using login_generator gem with Heroku

2008-09-23 Thread Morten Bagai
Hi Conrad, Heroku doesn't give you access to any custom generators provided by gems and/or plugins from the web based interface. We only cover what's accessible through script/generate, not any arbitrary generator program installed in script or elsewhere. Does that make sense? The way

Re: 504 Gateway Time-out

2008-09-22 Thread Morten Bagai
Hi, Your app should be back up now. /Morten On Sep 22, 2008, at 9:39 AM, Antoine wrote: Nobody knows ? ;-) On Sep 22, 11:10 am, Antoine [EMAIL PROTECTED] wrote: Dear Everybody, Thank you so much for your service, it's huge ! I get an error on my app : constantin.heroku.com 504

Re: Permission denied when pushing git repo to heroku

2008-09-19 Thread Morten Bagai
Hi, Should be fixed now. /Morten On Sep 19, 2008, at 9:23 AM, erick wrote: Hi guys, I have exactly the same error, on an existing app. $ git push Permission denied (public key) fatal: The remote end hung up unexpectedly I tried changing my keys several times, as mentioned on the

Re: Git - Internal server error - fatal: The remote end hung up unexpectedly

2008-09-19 Thread Morten Bagai
Hi, This should be fixed now. /Morten On Sep 18, 2008, at 10:41 PM, James PocketSmith wrote: Hi Adam, Looks like it has happened again; same app (pocketsmithdev). Difference now is that it is hanging for a good 3-4 minutes on a pull before it gives it the: Internal server error

Re: 504 Gateway timeout when running my app, can't edit it either

2008-09-18 Thread Morten Bagai
Sean, Sorry about that. It's fixed. /Morten On Sep 18, 2008, at 2:59 PM, Seanstr wrote: App is warehouse.heroku.com Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Heroku group. To post to this

Re: Permission denied on git clone on Windows XP machine

2008-09-16 Thread Morten Bagai
Doug, This should be fixed now. /Morten On Sep 16, 2008, at 9:14 AM, Doug B wrote: I am getting a permission denied on cloning a newly created project. I have verified my id_rsa.pub matches my heroku key (also pasted below). Any suggestions? I am running on Windows XP. [EMAIL

Re: Permission denied when pushing git repo to heroku

2008-09-16 Thread Morten Bagai
Adam, This should be fixed now. /Morten On Sep 14, 2008, at 4:27 PM, adam b wrote: When I try and push my git repo to heroku I get the following error: $ git push -f heroku Permission denied (publickey). fatal: The remote end hung up unexpectedly I have confirmed that the ssh public

Re: Is anyone using Hoptoad?

2008-09-12 Thread Morten Bagai
Hi, Blessings are usually given within a matter of hours. Submit one, and we'll take care of it quickly. /Morten On Sep 12, 2008, at 9:54 AM, DavidPaquet wrote: Did you had to wait a long time to get your blessing? On Sep 11, 9:22 pm, Tobin Juday [EMAIL PROTECTED] wrote: I've got it

Re: The mongrel failed to start

2008-09-11 Thread Morten Bagai
meltingfood is back again /Morten On Sep 11, 2008, at 7:13 AM, waldo wrote: +1 App: meltingfood On 11 Sep, 00:53, Robert Stapp [EMAIL PROTECTED] wrote: I am getting this error on viewing appriondb.heroku.com. I have tried to edit the app and cannot find any errors in the development

Re: Console says mongrel is not reponding

2008-09-11 Thread Morten Bagai
Fixed. /Morten On Sep 10, 2008, at 9:28 PM, Mark wrote: My console says: Your mongrel is not responding, check to see if there is a crash log. I've checked for a crash log, but don't see anything there. Everything seems to be working ok except for being able to use the console. App

Re: QUESTIONS: data.yml upload, download, and migrate.

2008-09-05 Thread Morten Bagai
There are a couple of different ways: 1) From the data tab in the editor, you can upload it and have the import execute automatically. 2) Push it up to Heroku via Git 3) Upload the file to your db folder from the dropdown menu in the editor's file nav. Then run the rake task to load the

Re: QUESTIONS: data.yml upload, download, and migrate.

2008-09-05 Thread Morten Bagai
Fixed. /Morten On Sep 5, 2008, at 12:29 PM, Jay Godse wrote: Hi. I'm trying to download my data in YAML format using http://heroku.com/apps/hockey/data/archive, but when I go there, I get an internal server error (I am running firefox 3.0.1 on Ubuntu). I was able to install Adam's YAML

Re: 504 Gateway Time-out

2008-09-02 Thread Morten Bagai
Fixed. /M. On Sep 2, 2008, at 9:07 AM, eli wrote: Heroku is amazing. I have loved it from the very beginning, but for some reason this morning I stumbled in to some bad luck. See, last night I launched my very first heroku rails app: http://listyourlist.com It was running perfectly

Re: 500 Internal Server Error and no logs yet

2008-09-02 Thread Morten Bagai
on the model. Everything seems to work locally. Did my migration screw something up? I executed a simple SQL update in my migration... Is that legal? Your help is appreciated. On Sep 1, 3:06 pm, DyingToLearn [EMAIL PROTECTED] wrote: Morten Bagai wrote: The data tab for cebu should be working

Re: 500 Internal Server Error and no logs yet

2008-09-02 Thread Morten Bagai
Should be fixed now. /Morten On Sep 2, 2008, at 9:49 AM, Greg Nelson wrote: greenback On Tue, Sep 2, 2008 at 9:27 AM, Morten Bagai [EMAIL PROTECTED] wrote: What's the name of your app? /Morten On Sep 1, 2008, at 10:27 PM, grourk wrote: I get We're sorry, but something went

Re: Internal Server Error

2008-08-29 Thread Morten Bagai
Back up. /Morten. On Aug 28, 2008, at 8:35 PM, nate wrote: yeah, internal server errors for me now trying to view or edit my app: precedence.heroku.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Internal Server Error

2008-08-29 Thread Morten Bagai
This one looks to be up again as well. /M. On Aug 29, 2008, at 5:51 AM, Andrew Shindyapin wrote: same here (ezlearnz.heroku.com) On Aug 28, 11:35 pm, nate [EMAIL PROTECTED] wrote: yeah, internal server errors for me now trying to view or edit my app: precedence.heroku.com

Re: Internal Server Error

2008-08-28 Thread Morten Bagai
Fixed. /Morten On Aug 28, 2008, at 8:24 AM, Kurt wrote: This is happening on my app again today. (itinermouse) On Aug 27, 6:10 pm, Morten Bagai [EMAIL PROTECTED] wrote: Hi, Should be back up now. /Morten On Aug 27, 2008, at 2:55 PM, [EMAIL PROTECTED] wrote: I get an Internal

Re: App is down (http://eastmad.heroku.com/)

2008-08-27 Thread Morten Bagai
Hello, Sorry about that. Should be up now. /Morten On Aug 27, 2008, at 7:11 AM, eastmad wrote: Our app (http://eastmad.heroku.com/) just shows Internal server error whether viewed or edited. I don't think reverting a snapshot worked either. Could you give this a kick please?

Re: Internal Server Error

2008-08-27 Thread Morten Bagai
Hi, Should be back up now. /Morten On Aug 27, 2008, at 2:55 PM, [EMAIL PROTECTED] wrote: I get an Internal Server Error when I try view my app, and a fatal: The remote end hung up unexpectedly when I try to git push. appriondb.heroku.com

Re: ultrasphinx

2008-08-26 Thread Morten Bagai
Mark Postgres 8.3 is still a little ways out, but we plan to offer 8.2 with built-in tsearch2 within a few weeks from now. We'll definitely post here when it's available. Best, /Morten On Aug 26, 2008, at 12:03 PM, Mark wrote: On Jul 29, 11:58 am, Orion Henry [EMAIL PROTECTED] wrote:

Re: How do I connect to an external database?

2008-08-26 Thread Morten Bagai
Mike, You'll need to have your app blessed to allow outgoing network connections. Blessings can be requested by going to the settings page for your app, clicking the Other tab and submitting the blessing form. You can also let me know the name of your app here, and I can take care of it.

Re: How do I connect to an external database?

2008-08-26 Thread Morten Bagai
!! 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

  1   2   >