Re: heroku_user thinks I can_edit? is false

2008-06-12 Thread Morten Bagai
Hi Alex, This should be fixed now. Please drop me a line if you continue to experience problems with this. /Morten On Jun 12, 2008, at 10:03 AM, Alex Wayne wrote: > > I have an app thats been using the heroku_user construct for simple > administration login. This used to work great, until I

Re: Mail Server for Custom Domain

2008-06-13 Thread Morten Bagai
Hi Jay, You don't need to have your mail server hosted with Heroku to do this. In fact, we don't even offer mail server hosting, and have no plans to do so for a variety of reasons mostly related to managing and protecting against spam. When you tie a custom domain name to your Heroku app, all y

Re: Oniguruma support?

2008-06-13 Thread Morten Bagai
Hi, This might be a useful option http://code.google.com/p/ syntaxhighlighter/. I found this too http://jquery.com/demo/code/ but it didn't seem like the example was fully working. Best, /Morten On Jun 12, 2008, at 11:40 AM, ldk wrote: > > Any thoughts? If Oniguruma isn't supported by Hero

Re: Scaleable File Storage with HerokuAssets

2008-06-13 Thread Morten Bagai
Hey Paul, In the cloud, the mongrels serving your app may be distributed across many different servers. If they had to check a local watch folder for uploaded files in the background and transfer those into S3, I see a number of potential complexities that could arise. A simple one to thi

Re: Could not install plugin: responds_to_parent

2008-06-16 Thread Morten Bagai
Hello, There seems to be a problem with how this plugin's maintainers set up its svn repository. The plugin source is located at http://responds- to-parent.googlecode.com/svn/trunk. When Rails sees "trunk" it's smart enough to know that it's not the plugin name, so it tries to go one level

Re: Cron job for script/runner

2008-06-16 Thread Morten Bagai
Hello, Unfortunately, we do not support that yet. We do realize that being able to run scheduled and/or background tasks is important to many developers, so it's something that's definitely in our plans for the future. Best, /Morten On Jun 15, 2008, at 2:16 AM, anim wrote: > > Does Hero

Re: UUID

2008-06-16 Thread Morten Bagai
Hello, Doesn't look like you have the UUID gem installed on Heroku. You can use our gems & plugins manager to do this. Just go to the editor and open the "vendor" folder in the file navigation. Click the "Gems & Plugins" link, switch to "available" and search for "uuid". If you're not usi

Re: Unicode Gem not installed correctly

2008-06-16 Thread Morten Bagai
Hi Steve, The reason it's not installing is because the gem has binary dependencies and compiles native extensions. I noticed it's a very, very old gem release (9 years), and I couldn't find much info on it online. If it's possible for you to share a bit more info on how you're using it,

Firefox 3 Support

2008-06-16 Thread Morten Bagai
Hello everyone, You've been waiting for it, we've been working on it, and today I'm happy to announce that the Heroku code editor now supports Firefox 3! Please give it a try, and don't forget to post here or email me privately if you come across any glitches. Best, /Morten --~--~

Re: Can't commit

2008-06-16 Thread Morten Bagai
Hi David, This should be fixed now. /Morten On Jun 14, 2008, at 5:39 PM, davidkpham wrote: > > Hello! > > I'm trying to commit some code through the web based Heroku gui, but > it has been saying there's an issue for the past day. Is it just me or > is it an application-wide error? > > Thanks,

Re: Radiant CMS on Heroku

2008-06-17 Thread Morten Bagai
Hey, The short answer is that right now it doesn't work. I think the reason is that Radiant uses a non-standard Rails directory structure (there's no app directory), and that's definitely a problem as far as uploading the app to Heroku. I see you got around that by putting an app directory

Re: Radiant CMS on Heroku

2008-06-17 Thread Morten Bagai
y from "just working". Best, /Morten On Jun 17, 2008, at 11:43 AM, luiGi wrote: > ohhh too bad... It was a small personal project that i wanted > online. and heroku was perfect for it! I hope it works some day... > thank you anyways Morten! > > On Tue, Jun 17, 200

Re: File Upload timeout - heroku.yml breaks our apps?

2008-06-20 Thread Morten Bagai
Guys, Thanks for the report. We're working on fixing this. /Morten On Jun 20, 2008, at 1:55 PM, Kevin Triplett wrote: > > I tried it on my app I get '502 Bad Gateway' > > As it turns out, I also need this yml file for my app. I use > jQuery inplace editing and need to disable the Heroku toolba

Re: File Upload timeout - heroku.yml breaks our apps?

2008-06-20 Thread Morten Bagai
Hey guys, We fixed this, and made sure to restart all of your apps. Please give it a try now, and let me know how it works? /Morten On Jun 20, 2008, at 2:15 PM, Kevin Triplett wrote: > > Odd...I called up my app from the browser address bar and > now it works. Then I went back to the Heroku

Re: Oniguruma support?

2008-06-20 Thread Morten Bagai
Hi, The Oniguruma binary is now installed on our instances by default, so you should be able to use the gem. /Morten On Jun 13, 12:58 pm, Morten Bagai <[EMAIL PROTECTED]> wrote: > Hi, > > This might be a useful optionhttp://code.google.com/p/ > syntaxhighlighter/. I

Re: LibXML support?

2008-06-20 Thread Morten Bagai
We now support libxml, so you should be able to use the gem. /Morten On Jun 16, 2:44 am, Danny K <[EMAIL PROTECTED]> wrote: > Hi, > > I have an app that usesLibXMLand Heroku doesn't seem to support it.   > Is there smoe way to install it on the server? > > Thanks, > > Danny --~--~-~--~--

Re: Image Science -- how to use with Heroku?

2008-06-20 Thread Morten Bagai
Kevin, I believe ImageScience has binary dependencies in the form of FreeImage (through RubyInline). We don't currently support that, which is why the gem won't work. The alternative right now is to use RMagick, which does work quite well on Heroku. Is there any reason that won't work for

Re: It's support rails 2.1?

2008-06-23 Thread Morten Bagai
For now you have to use 2.0.2, but we plan on supporting 2.1 very soon. /Morten On Jun 22, 2008, at 11:24 PM, NY wrote: > > Or just 2.02? > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Heroku" group. To pos

Re: Can't install will_paginate gem

2008-06-23 Thread Morten Bagai
David, We're looking into this now. There seems to be some general problems with gem installation right now. If you need to get them up there right now, I'd suggest building the gem from the github source and uploading it as an immediate workaround. /Morten On Jun 23, 2008, at 7:51 AM, da

Re: Can't invite email

2008-06-23 Thread Morten Bagai
Looks like you were able to resolve this? I see a user account in there for that email address, but please let us know if you're still having trouble. /Morten On Jun 22, 2008, at 10:23 PM, davidkpham wrote: > > Hello, > > I'm trying to invite an email, [EMAIL PROTECTED], using my > account

Re: Can't install will_paginate gem

2008-06-23 Thread Morten Bagai
Clone the project to your local machine, cd into the will_paginate directory and run "gem build will_paginate.gemspec ". /Morten On Jun 23, 2008, at 1:16 PM, davidkpham wrote: > > How can I build a gem from the github source? > > Thanks, > David Pham > > O

Re: Can't install will_paginate gem

2008-06-23 Thread Morten Bagai
8, at 2:29 PM, davidkpham wrote: > > Thanks! > > I build them gem but now when I try and upload it, Heroku gives me an > 500 Internal Server Error. > > Any ideas? > Thanks, > David Pham > > On Jun 23, 3:34 pm, Morten Bagai <[EMAIL PROTECTED]> wrote: >&g

Re: Database going AWOL

2008-06-24 Thread Morten Bagai
Hey guys, Just wanted to give a quick update and let you know that we have identified this problem. While we don't have it completely solved yet, I can assure you that it's our top priority to fix this. Best, /Morten On Jun 24, 2008, at 9:59 AM, boxhead wrote: > > Me too: fleetpad.heroku.

Re: blog == webapp ?

2008-06-24 Thread Morten Bagai
There's no set limit. Many of our users have multiple blessed apps. /Morten On Jun 24, 2008, at 1:34 PM, hyperfreak24 wrote: > > Awesome, what if I have multiple apps that I'd like approved, is there > a limit of one per account? > > --~--~-~--~~~---~--~~ You r

Re: Underscores allowed by heroku gem for 'heroku create new_app_name'

2008-06-27 Thread Morten Bagai
Thanks for the report Chris. I verified this behavior, and we'll take a look at it. /Morten On Jun 27, 2008, at 11:45 AM, Chris Ricca wrote: > > The current version of the heroku gem allows for the creation of an > app name with underscores, which messes git up, and I'm sure some > other thin

Re: Can't login to application

2008-06-27 Thread Morten Bagai
What are the names of your apps? /Morten On Jun 27, 2008, at 2:34 AM, Vinni3 wrote: > > i have 2 sites running eldorado on heroku. > Since a couple days ive also been gettin this problem on both sites. > Users can't login, after login it says ' app now starting ' (never > used to say this) and

Re: 502 Bad Gateway

2008-06-27 Thread Morten Bagai
Hello, We managed nail this down to an issue with how Rack verifies the set- cookie HTTP header. Working on a fix. Best, /Morten On Jun 26, 2008, at 9:15 PM, adbreind wrote: > > This might help: in the last 4 days or so, I've started getting 502's > as a result of an attempt to redirect (from

Re: odd behavior installing plugin

2008-07-01 Thread Morten Bagai
Hi, The problem here is that the plugin is installed, but it's installed as vendor/plugins/pluginname.git. It seems Rails doesn't want to load the plugin with that .git suffix. If you rename it works fine. We're currently looking at enhancing our Plugins & Gems installer so it can handle

Re: Can't login to application

2008-07-01 Thread Morten Bagai
ken=; path=/; expires=Thu, 01 Jan 1970 > 00:00:00 GMT\n" > !! Unexpected error while processing request: invalid header value > Set- > Cookie: "authorization_token=; path=/; expires=Thu, 01 Jan 1970 > 00:00:00 GMT\n" > > etc. > > Any chance that this cou

Re: Can't login to application

2008-07-01 Thread Morten Bagai
: invalid header value > Set- > Cookie: "authorization_token=; path=/; expires=Thu, 01 Jan 1970 > 00:00:00 GMT\n" > > etc. > > Any chance that this could be the cause of the problem? > > > On Jul 1, 9:14 am, Vinni3 <[EMAIL PROTECTED]> wrote: >> Antich

Re: Horizontal Scroll Bar in Firefox 3

2008-07-03 Thread Morten Bagai
On Jul 3, 2008, at 4:24 AM, ibnesayeed wrote: > > Thank you so much! > > It was very surprising to me to see Horizontl Scrollbar today in > Firefox 3. So nice of you Heroku guys! It was really painful not > getting horizontal scrollbar in firefox 3. As long as Heroku started > supporting Firefox

Re: Editor cursor display problem

2008-07-03 Thread Morten Bagai
Thanks a lot for the detailed report. With the info you've provided here, I hope we can get this taken care of quickly. /Morten On Jul 3, 2008, at 8:49 AM, eNut wrote: > > Here is a quick and dirty greasemonkey script that fixes the issue. > Uploaded to the files section if the link doesn't w

Re: Heroku authentification problems

2008-07-03 Thread Morten Bagai
If "heroku list" is already working for you, I believe the only password it could be asking for is your ssh keychain password. You might also want to check permissions on your ~/.ssh/known_hosts file. I was able to get that same error message when removing write permission on the known_hosts file.

Re: Heroku & background processes

2008-07-07 Thread Morten Bagai
Hello We don't support long-running or scheduled background processes yet. However, we do understand that this feature is important to many applications, and we have plans support it in the future once we've designed a solution that will work in a cloud computing environment. There are many

Re: Downloaded Archive is empty

2008-07-07 Thread Morten Bagai
If you let me know the name of your app, I can check into it for you. /Morten On Jul 4, 2008, at 1:13 PM, Dornz wrote: > > When I click the "Download Archive" link under export, the archive > saves with a size of 0k. > > --~--~-~--~~~---~--~~ You received this

Re: ultrasphinx

2008-07-07 Thread Morten Bagai
Hello, I would not expect this to work at present, since ultrasphinx requires the sphinx searchd daemon to run and we don't yet support the ability to have long-running background processes. Best, Morten On Jul 7, 2008, at 10:07 AM, youngj wrote: > > hey all - i was wondering if anyone has

Re: internal server error on both edit and view

2008-07-07 Thread Morten Bagai
Hey, Seems to work for me now. Are you still having problems? /Morten On Jul 7, 2008, at 6:10 PM, rotochamp wrote: > > I just started using heroku last week and I love it. > > when I left for the holiday weekend my app was working. When I came > back to access it tonight, I get Internal Serve

Re: www in domain

2008-07-14 Thread Morten Bagai
Do you mean www.yourappname.heroku.com? That won't work - I don't think we were anticipating anyone would actually want to use that format. I want to make sure I understand your question right, so please let me know if this answers it. /Morten On Jul 11, 2008, at 11:09 PM, Abolfazl wrote:

Re: www in domain

2008-07-16 Thread Morten Bagai
rrect. that is my question. > why don't that work? > > On Jul 15, 1:04 am, Morten Bagai <[EMAIL PROTECTED]> wrote: >> Do you meanwww.yourappname.heroku.com?That won't work - I don't >> think we were anticipating anyone would actually want to use that

Re: 502 Bad Gateway

2008-07-18 Thread Morten Bagai
Will, Sorry for the inconvenience. Your site is up again now. /Morten On Jul 18, 2008, at 10:24 AM, SimianLogic wrote: > > I'm getting this now (10:23 AM pacific) on my StockMoose app. Very > frustrating. > > -Will > > > On Jul 15, 11:30 am, snlsn <[EMAIL PROTECTED]> wrote: >> I checked again

Re: 502 Bad Gateway

2008-07-18 Thread Morten Bagai
Hey James, What's your app? /Morten On Jul 18, 2008, at 3:42 PM, JamesDS wrote: > > I am receiving the same error on my app too. It happened earlier at > approx 2130 GMT and it's happening again right now at 2341 hours GMT. > It is very annoying. I don't recall experiencing this before eithe

Re: Is there a way to run sql commands on database?

2008-07-21 Thread Morten Bagai
In most instances, ActiveRecord's abstraction layer should be rich enough that you don't need to do this very often, but if you really have to you can run SQL commands on the database in at least two ways: 1) ActiveRecord::Base.connection.execute('select * from '). The thing to note her

Re: Uploading data.yml to Heroku - file size limit?

2008-07-22 Thread Morten Bagai
I think we have a 10mb limit currently for files transfered over http. Best, On Jul 22, 2008, at 10:45 AM, Owen wrote: > > I used the plugin to build my data.yml file. It is about 50 mb in > size. Uploading I got this message: > > http://screencast.com/t/Xb7I9ZyTP > > > Thanks, > > Owen > >

Re: How to get gems working in Heroku

2008-07-22 Thread Morten Bagai
Owen, I was able to get the gem to both install and load just fine on a blank Heroku app. Can you point me to the place in your code where you're attempting to load the gem? Thanks, /Morten On Jul 22, 2008, at 12:45 PM, Owen wrote: > > I uploaded manually and still get an error message: >

Re: Can't install gettext gem

2008-07-25 Thread Morten Bagai
On Jul 24, 2008, at 10:27 PM, Marnen Laibow-Koser wrote: > > On Jul 23, 7:52 pm, Morten Bagai <[EMAIL PROTECTED]> wrote: > [...] > As a quick workaround you can get this working in your app by >> downloading or locating locally the .gem file for gettext, and >>

Re: rake aborted! => Re: db:data:load error

2008-08-18 Thread Morten Bagai
Hey, Looks like you are be running an outdated version of YAMLDb. Did you install from the Github repo at git://github.com/adamwiggins/ yaml_db.git? Best, /Morten On Aug 18, 2008, at 3:24 AM, Adinda Praditya wrote: > Here's the complete error (with --trace) > > >> db:data:load --trace > (in

Re: rscribd gem doesn't work

2008-08-18 Thread Morten Bagai
A lot of gems had updates _and_ moved to github in one fell swoop. I'm not sure what the deal was with rscribd, but I'm glad you made it work. /Morten On Aug 18, 2008, at 3:31 PM, Mike wrote: > > Installed manually from git://github.com/zapnap/rscribd.git and is now > working. Installing m

Re: App starting loop and snapshots failing

2008-08-19 Thread Morten Bagai
Seems ok to me now. We were having some intermittent issues earlier, but they have been resolved now. /Morten On Aug 19, 2008, at 9:54 AM, Patrick Tulskie wrote: > > Looks like Heroku is having some problems today? My app wasn't > refreshing changes I made and then after that it went into th

Re: App starting loop and snapshots failing

2008-08-19 Thread Morten Bagai
We were experiencing an issue earlier today that would have caused snapshots to fail. It's fixed now. /Morten On Aug 19, 2008, at 3:10 PM, Styledev wrote: > > I found this post (http://groups.google.com/group/heroku/ > browse_thread/ > thread/d8545430404d8ae0#) and a solution from Mark. > >

Re: unblessed

2008-08-19 Thread Morten Bagai
Hey, I just check and your app _is_ blessed. See that little green checkmark on the "My Apps" page? That's the indication. Enjoy, Morten On Aug 19, 2008, at 3:42 PM, stretch wrote: > > Hey, I requested blessing for my groklokker.heroku.com app a week ago > but haven't gotten a response. HO

Re: unblessed

2008-08-20 Thread Morten Bagai
irst uploaded, but the cause must be > something else. > > Thanks > > Al > > On Aug 19, 4:12 pm, Morten Bagai <[EMAIL PROTECTED]> wrote: >> Hey, >> >> I just check and your app _is_ blessed. See that little green >> checkmark on the "My Ap

Re: App starting loop and snapshots failing

2008-08-20 Thread Morten Bagai
On Aug 20, 2008, at 4:28 PM, Mark S. wrote: > > Snapshots still aren't working from here. Fixed. /Morten > > On Aug 19, 5:35 pm, Morten Bagai <[EMAIL PROTECTED]> wrote: >> We were experiencing an issue earlier today that would have caused >> snapshots to

Re: public app still requires login

2008-08-21 Thread Morten Bagai
Guys, Thanks for the reports. I had one report about this yesterday, but wasn't able to reproduce the problem. Now that I've checked each of your reports I've seen the issue. This is obviously something we need to fix as quickly as possible, and we're working on doing just that. More info

Re: Unstable lately?

2008-08-21 Thread Morten Bagai
We had some issues with our database components this morning that are fixed now. Looking into a couple other reports at this moment. /Morten On Aug 21, 2008, at 10:07 AM, Alfonso wrote: > > I have an app that 3 users are trying to use, and it shows up > unavailable 50% of the time. > > Now I'

Re: public app still requires login

2008-08-21 Thread Morten Bagai
Guys, This is fixed now. Sorry about the inconvenience. /Morten On Aug 21, 2008, at 11:47 AM, Alfonso Adriasola wrote: > I've been having the same problem over the last week > > On Thu, Aug 21, 2008 at 2:11 AM, giorgio > <[EMAIL PROTECTED]> wrote: > > I have a couple of apps that are marked a

Re: 500 status when clicking on Logs

2008-08-25 Thread Morten Bagai
Mark, What's the name of your app? I cannot find any accounts under the email address you use for the mailing list. /Morten On Aug 25, 2008, at 11:39 AM, Mark wrote: > > I'm getting a "We're sorry, but something went wrong." when trying to > view the logs. > > --~--~-~--~~-

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]> wro

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
Ok, your app is blessed now. You should see a green checkmark in the "my apps" listing. /Morten On Aug 26, 2008, at 12:36 PM, Mike P wrote: > affiliate-channel-revenue --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gro

Re: How do I connect to an external database?

2008-08-26 Thread Morten Bagai
ote: > > 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 se

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: How do I connect to an external database?

2008-08-27 Thread Morten Bagai
I fully concur with Adam's points. However, if you still need to connect, the drivers should now be in place for you to give it a shot. /Morten On Aug 26, 2008, at 5:14 PM, Adam Wiggins wrote: > > Connecting to external databases is probably not a good idea. It may > or may not work now, but

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 >>

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-31 Thread Morten Bagai
Looks like it's working now. /Morten On Aug 31, 2008, at 9:44 AM, Bernardo Rufino wrote: > > My app still not working, the same problem, "Internal server error" on > view and edit > http://gesanl.heroku.com > > --~--~-~--~~~---~--~~ You received this message be

Re: Data Tab not showing records

2008-08-31 Thread Morten Bagai
Hi Giorgio, Verified the problem. We'll take a look and follow up as soon as we have more info on why this is happening. /Morten On Aug 31, 2008, at 9:44 PM, giorgio wrote: > > I have been trying to debug why records did not seem to be being added > to a table. > > The Data tab was showing 0

Re: "500 Internal Server Error" and "no logs yet"

2008-09-01 Thread Morten Bagai
The data tab for cebu should be working now. /Morten On Sep 1, 2008, at 12:39 AM, DyingToLearn wrote: > > > DyingToLearn wrote: >> I put my application back into development mode. Then I switch it to >> production mode again. >> >> The site seems to be working now. But going to >> http://edit.

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 perfec

Re: "500 Internal Server Error" and "no logs yet"

2008-09-02 Thread Morten Bagai
model does not exist as a method > 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 PROTEC

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

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 dat

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

Re: Mongrel Not Starting

2008-09-11 Thread Morten Bagai
Hi Erick, Should be back now. /Morten On Sep 11, 2008, at 7:26 AM, erick wrote: > > I forgot to mention, I also tried to revert to the snapshots. No > luck. :-( > > On Sep 11, 10:23 pm, erick <[EMAIL PROTECTED]> wrote: >> Hi Adam, >> >> I am experiencing the same problem. >> Mongrel failed to

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

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

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

Re: Console says mongrel is not reponding

2008-09-12 Thread Morten Bagai
Hi, Your app should be fixed now. /Morten On Sep 12, 2008, at 4:46 PM, pcarpalhoso wrote: > > Sure is solved ? > Because I have the same issue. My beginning app name is: delphzao > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed

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 PROT

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 p

Re: App Overlimit! Emergency!

2008-09-18 Thread Morten Bagai
Tony, Your app is blessed now. /Morten On Sep 18, 2008, at 5:55 AM, Tony wrote: > > My application is overlimited. Does anybody online? Please help me > to apply the blessed application as soon as possible. Thank you. > > Regards > > Tony > > > --~--~-~--~~~---~-

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 t

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 t

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 er

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.

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 tha

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 mo

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

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

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 > > --~--~-~--~~~---~--~~

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.rixif

Re: 504 Gateway problem

2008-09-26 Thread Morten Bagai
Looks like you have a missing gem dependency in pdf/writer. I installed it and its dependencies. Should be working again. /M. On Sep 26, 2008, at 2:28 PM, Seanstr wrote: > > Hello, > > Warehouse.heroku.com is getting the 504 Gateway Time-out nginx/0.6.31 > sreen. > > Thx, > Sean > > --~--~-

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 > > --~--~-~--~~~-

Re: Plugins & Local Development

2008-09-29 Thread Morten Bagai
Paul, My guess is you installed the plugins/gems using the web GUI, but didn't check those changes into git. You can do that via the "Revisions" page. Let me know if that works for you. /Morten On Sep 29, 2008, at 12:54 PM, ...Paul wrote: > > I searched through the archives here, but coul

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 Ajax.InP

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

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 g

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 neede

Re: how to reset herku credentials?

2008-11-08 Thread Morten Bagai
PM, Owen wrote: > > Morten, > > Awesome! worked like a charm: > > http://screencast.com/t/7aoYpMrpjn > > Thanks for your quikc respones! > > Owen > > > > On Nov 8, 5:49 pm, Morten Bagai <[EMAIL PROTECTED]> wrote: >> Hi Owen, >> >> Just

  1   2   3   >