Re: google webmaster tools finding status 302 on robots.txt

2008-05-27 Thread Mark

Morten, I just realized you are one of the few who just joined the
Heroku team.  Welcome aboard!

Let me know if you need any additional info to troubleshoot this issue.
--~--~-~--~~~---~--~~
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 PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: google webmaster tools finding status 302 on robots.txt

2008-05-27 Thread Mark

Thanks for the reply.  I am indeed using Google Webmasters Tools, and
it updates the robots.txt daily.  It has read it correctly as 200 on
occasion, but other times (including just today) it shows 302.  I have
not made any changes to my robots.txt file since it was read
correctly.  I think this may be a Heroku issue.  Below is my file:

User-Agent: *
Allow: /

Again, I have not changed it since I received the 200 status.  Anyone
from Heroku with an idea why Google would pick it up as 302?
--~--~-~--~~~---~--~~
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 PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: google webmaster tools finding status 302 on robots.txt

2008-05-27 Thread Morten Bagai

Hi Mark,

Are you using Google's webmaster tools to inspect robots.txt? I just  
did this on a couple of my Heroku apps, and on one of them Google  
definitely read the local robots.txt file allowing it to crawl the  
app. However, I also noticed that Google hadn't refreshed any of  
these files since May 16th. Maybe you could check to see when Google  
last updated its cache for your site to see if that might explain it?

Thanks,

Morten

On May 27, 2008, at 5:56 PM, Mark wrote:

>
> Google is finding status 302 on robots.txt, however whenever I browse
> to the file I am getting 200 and the correct robots.txt.
>
> Any ideas?
> >


--~--~-~--~~~---~--~~
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 PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



google webmaster tools finding status 302 on robots.txt

2008-05-27 Thread Mark

Google is finding status 302 on robots.txt, however whenever I browse
to the file I am getting 200 and the correct robots.txt.

Any ideas?
--~--~-~--~~~---~--~~
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 PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: yaml_db load_records patch

2008-05-27 Thread Michael Irwin

Cool.  I didn't see a way to attach the patch using Google's "new
post" form, so that's why I uploaded it.  I guess I could've just
pasted it into the message, but I figured a downloadable file would be
easier.  Anyway, thanks!

On May 27, 4:34 pm, "Adam Wiggins" <[EMAIL PROTECTED]> wrote:
> On Tue, May 27, 2008 at 8:22 AM, Michael Irwin <[EMAIL PROTECTED]> wrote:
> > I've uploaded a patch to this group for yaml_db that fixes an issue
> > with loading data and unquoted column names.
>
> Sure, that works.  I'd probably prefer posting the patch inline or as
> an attachment straight to the list though.
>
> Thanks for the patch - Ricardo has integrated a slightly different
> version of it.  We'll update the svn repo shortly.  (SInce we keep our
> development in a git repo, the svn version is sometimes a little
> behind.)
>
> Adam
--~--~-~--~~~---~--~~
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 PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: yaml_db load_records patch

2008-05-27 Thread Adam Wiggins

On Tue, May 27, 2008 at 8:22 AM, Michael Irwin <[EMAIL PROTECTED]> wrote:
> I've uploaded a patch to this group for yaml_db that fixes an issue
> with loading data and unquoted column names.

Sure, that works.  I'd probably prefer posting the patch inline or as
an attachment straight to the list though.

Thanks for the patch - Ricardo has integrated a slightly different
version of it.  We'll update the svn repo shortly.  (SInce we keep our
development in a git repo, the svn version is sometimes a little
behind.)

Adam

--~--~-~--~~~---~--~~
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 PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: Heroku gem installation problem

2008-05-27 Thread albemuth

nevermind, found it, just had to rm -rf ~/.heroku/credentials

On May 27, 10:55 am, albemuth <[EMAIL PROTECTED]> wrote:
> Hey, I've been wanting to switch to git to stop the tar uploads but
> got stuck with the gem, after installing the gem and entering my
> credentials I got this
>
> Your ssh public key was not found. Make sure you have a rsa or dsa key
> in /home/test/.ssh (RuntimeError)
>
> So I generated a pair with "ssh-keygen -t rsa" but now all I get is
>
> $ heroku list
> Authentication failure
>
> I uninstalled the gem and installed again but apparently it's still
> dirty, any ideas of how I can get this working?
>
> 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 PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Heroku gem installation problem

2008-05-27 Thread albemuth

Hey, I've been wanting to switch to git to stop the tar uploads but
got stuck with the gem, after installing the gem and entering my
credentials I got this

Your ssh public key was not found. Make sure you have a rsa or dsa key
in /home/test/.ssh (RuntimeError)

So I generated a pair with "ssh-keygen -t rsa" but now all I get is

$ heroku list
Authentication failure


I uninstalled the gem and installed again but apparently it's still
dirty, any ideas of how I can get this working?

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 PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---