Re: Internal Server Error

2009-05-29 Thread Jack

wow that worked like a charm.  ty!

On May 29, 11:51 am, waldo  wrote:
> Something that worked for me recently - renaming my app (I was then
> able to change it back to the original name).
>
> On May 29, 1:38 pm, irt  wrote:
>
> > I'm having the same on an app (have done for almost 2 weeks now).
> > Also hosted on herokugarden.  Both the app and edit function fail to
> > resolve.
> > any idea on a fix?
>
> > On May 29, 12:43 am, Jack  wrote:
>
> > > When I click Edit after logging in, I get "Internal Server Error".
> > > Can I get some help on this?  My app is brainyflix.herokugarden.com.
> > > Thank you
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: to www or to not www

2009-05-29 Thread Oren Teich
I believe if you want an official heroku response, your best bet is to go to
the support portal:
http://support.heroku.com/portal

Oren


On Fri, May 29, 2009 at 6:33 AM, August Lilleaas
wrote:

>
> Any heroku staffers around that could shed some light on why
> www.figureoutwhen.com doesn't work?
>
> On May 29, 9:32 am, August Lilleaas  wrote:
> > ..with that said, it would make sense ifwww.foo.com301-ed to
> > foo.com. But if anything, people can do that in a before filter in
> > their rails app, too, so having heroku handle it isn't the only way
> > out.
> >
> > On May 29, 8:25 am, August Lilleaas  wrote:
> >
> >
> >
> > > On May 28, 11:34 pm, Harry Vangberg  wrote:
> >
> > > > I for one really don't want Heroku to assume that 'foo.bar' equals
> > > > 'www.foo.bar', because it doesn't. Never.
> >
> > > In the real world, it does. For none-techies, it's the same thing.
> >
> > > > Do you have your DNS setup correctly?  I have my heroku domain name
> set to
> > > > my root domain - zednine.com.  I then have DNS for both www and the
> domain
> > > > pointing to heroku, and bothwww.zednine.comrespondas well as just
> > > > zednine.com.
> >
> > > Well, 'hostwww.figureoutwhen.com'yields'heroku.com', so I think it
> > > is setup correctly.
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: Internal Server Error

2009-05-29 Thread waldo

Something that worked for me recently - renaming my app (I was then
able to change it back to the original name).

On May 29, 1:38 pm, irt  wrote:
> I'm having the same on an app (have done for almost 2 weeks now).
> Also hosted on herokugarden.  Both the app and edit function fail to
> resolve.
> any idea on a fix?
>
> On May 29, 12:43 am, Jack  wrote:
>
> > When I click Edit after logging in, I get "Internal Server Error".
> > Can I get some help on this?  My app is brainyflix.herokugarden.com.
> > Thank you
>
>
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: to www or to not www

2009-05-29 Thread slin

Maybe you need Wildcard Domains "On" - Heroku pricing 5$ or do
something like this with your domain registrar:

1. @ (just nothing) CNAME heroku.com

2. www CNAME redir.register.com.

3. (somewhere in the panel - Direct forwarding) yourdomain.com
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: Feature Request - Heroku needs a robot on Google Wave.

2009-05-29 Thread Arvind Gupta
Google wave can help laggard like me in many ways , I will be able to pick
up good coding practices from you guys.

-arvind

2009/5/29 lifedispen...@gmail.com 

>
> The Title says it all - maybe its a little dreamy, but I can't help
> but drool over the possibility of writing code with another person at
> the same time on the same file, with instant pulls and pushes to
> development and production.
>
> Ignore me and my dreams - you're a real company now. :)
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: to www or to not www

2009-05-29 Thread August Lilleaas

Any heroku staffers around that could shed some light on why
www.figureoutwhen.com doesn't work?

On May 29, 9:32 am, August Lilleaas  wrote:
> ..with that said, it would make sense ifwww.foo.com301-ed to
> foo.com. But if anything, people can do that in a before filter in
> their rails app, too, so having heroku handle it isn't the only way
> out.
>
> On May 29, 8:25 am, August Lilleaas  wrote:
>
>
>
> > On May 28, 11:34 pm, Harry Vangberg  wrote:
>
> > > I for one really don't want Heroku to assume that 'foo.bar' equals
> > > 'www.foo.bar', because it doesn't. Never.
>
> > In the real world, it does. For none-techies, it's the same thing.
>
> > > Do you have your DNS setup correctly?  I have my heroku domain name set to
> > > my root domain - zednine.com.  I then have DNS for both www and the domain
> > > pointing to heroku, and bothwww.zednine.comrespondas well as just
> > > zednine.com.
>
> > Well, 'hostwww.figureoutwhen.com'yields'heroku.com', so I think it
> > is setup correctly.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: Internal Server Error

2009-05-29 Thread irt

I'm having the same on an app (have done for almost 2 weeks now).
Also hosted on herokugarden.  Both the app and edit function fail to
resolve.
any idea on a fix?

On May 29, 12:43 am, Jack  wrote:
> When I click Edit after logging in, I get "Internal Server Error".
> Can I get some help on this?  My app is brainyflix.herokugarden.com.
> Thank you
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Feature Request - Heroku needs a robot on Google Wave.

2009-05-29 Thread lifedispen...@gmail.com

The Title says it all - maybe its a little dreamy, but I can't help
but drool over the possibility of writing code with another person at
the same time on the same file, with instant pulls and pushes to
development and production.

Ignore me and my dreams - you're a real company now. :)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: to www or to not www

2009-05-29 Thread August Lilleaas

..with that said, it would make sense if www.foo.com 301-ed to
foo.com. But if anything, people can do that in a before filter in
their rails app, too, so having heroku handle it isn't the only way
out.

On May 29, 8:25 am, August Lilleaas  wrote:
> On May 28, 11:34 pm, Harry Vangberg  wrote:
>
> > I for one really don't want Heroku to assume that 'foo.bar' equals
> > 'www.foo.bar', because it doesn't. Never.
>
> In the real world, it does. For none-techies, it's the same thing.
>
> > Do you have your DNS setup correctly?  I have my heroku domain name set to
> > my root domain - zednine.com.  I then have DNS for both www and the domain
> > pointing to heroku, and bothwww.zednine.comrespond as well as just
> > zednine.com.
>
> Well, 'hostwww.figureoutwhen.com'yields 'heroku.com', so I think it
> is setup correctly.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---