Re: Missing Template

2010-02-08 Thread Nir
Hi, The spelling of the template is correct. I get this error only on heroku server. Locally everything works as expected. Nir On Feb 7, 9:01 pm, Matthew A. Brown mat.a.br...@gmail.com wrote: I believe the standard Rails error message when a template is missing is Missing action_name.erb, as

dns wtf for .it domain

2010-02-08 Thread Shane Becker
the heroku app (behind a password) http://razzledazzleit.heroku.com the desired domain http://razzledazzle.it the dns setup with the registrar (whose dashboard sucks a lot) http://skitch.com/veganstraightedge/nwmhn/european-domain-names-europe-registry host name | ip address

Re: Missing table error with db:push

2010-02-08 Thread John McCaffrey
I don't have a specific answer for you, but in general I would suggest using postgres locally, to make it easier to debug issues like this. That way you can rule out 'postgres' issues vs 'heroku postgres'. You'll see in other threads some various tips when migrating from mysql to postgresql, and

Re: dns wtf for .it domain

2010-02-08 Thread Keenan Brock
Hello Shane, it takes a little time for these things to propagate across the internet. Sometimes up to 3 days. And to make it worse, your computer, your router, and possibly your hosting provider all cache the records. So it is tricky to know once you got it right. I tried the url and got the

A key is required to write a cookie containing the session data.

2010-02-08 Thread Charles M Magid
Thank you very much in advance for any and all help on this. Symptom: The app http://hope-for-the-future.heroku.com/ returns 'App failed to start' on load. See Pastie: http://pastie.org/815793 for trace github: http://github.com/trevorturk/static See deployment to heroku 2/3 of the way

Re: Sass_on_heroku compiled css shows line number

2010-02-08 Thread John McCaffrey
so I went back to my project and tried to push it out to heroku again Here's what I did, (not sure which step made it work exactly) 1. made sure my .gems file had these haml --version '= 2.2.0' chriseppstein-compass --version '= 0.8.7' --source gems.github.com 2. removed .gitignore

Re: dns wtf for .it domain

2010-02-08 Thread Carl Anderson
There's some useful information about querying for DNS records here http://articles.slicehost.com/2010/1/11/test-your-slicehost-dns-configuration and here http://articles.slicehost.com/2010/1/11/getting-more-out-of-dig Carl On Mon, Feb 8, 2010 at 9:23 PM, Keenan Brock kee...@thebrocks.net