Hi,

Seems to be solved. Heroku rewrites the config/database.yml and so
whatever it does there does not compile to nice YAML. To get around
that problem I changed my configure pattern in Sinatra to read the
DATABASE_URL to setup my Active Record connection, bypassing the
process I was so used to of reading the config/database.yml and I am
back in business. Awkward moment sure, but whatever.

I am kinda scared of using YAML now in my 1.9.3 cedar stack.. but
we'll see.. maybe that actually does work... too..



On Apr 22, 2:30 pm, Dave <hunkyb...@gmail.com> wrote:
> Hi,
>
> Moved to cedar stack to try out 1.9.3-p125 and a very simple Sinatra
> App. The attempt to read the config/database.yml file is always
> failing as Psych complains about the YAML.
>
> I ran it through Yaml Lint and have no idea how something so simple
> could be farking Psych. This is frustrating. The backtrace is
> complaining about a non-existent line in the YAML file too.. I have a
> feeling this is some sort of heroku issue.
>
> Does anyone have any experience getting a simple 1.9.3 Sinatra  App to
> work with Psych properly???

-- 
You received this message because you are subscribed to the Google
Groups "Heroku" group.

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_US?hl=en

Reply via email to