Re: upload Rails app to Heroku / Herokugarden

2009-02-24 Thread Keenan Brock
Hi Egorbrandt 1 - Heroku is running a custom version of rails. If you change your config/environment.rb to say ruby version 2.1, then that should clear it up. The only way to change files on heroku is by git add ; git commit; git push 2 - not sure. Best of luck, Keenan On Feb 24, 2009,

Template is missing

2009-02-24 Thread nacho
every few days i have the same error in my herokugarden application: Template is missing*Missing template log/index.erb in view path /mnt/home/userapps/51762/app/views: * and i need to deploy again all the application anyone have the same error? -- // nacho // sigo con mi terapia en

Initializers interfering with migration

2009-02-24 Thread Felix Holmgren
I added a table (Debug) to my app, and created rows in it in an initializer script. When I pushed it to Heroku I couldn't run rake db:migrate, because Heroku first wanted to initialize the environment, and since the initialization tried to access the table that was about to be created, the

Re: Strange AR error

2009-02-24 Thread Keenan Brock
Felix, So glad to be of help. Microsoft always seems to put square brackets around column and table names so you'd see select * from [application].[dbo].[table] in their database definition language extracts ('DDL') So it was worth a try. You have answered that single quotes work for you -

Re: hoptoad / heroku

2009-02-24 Thread Jeremy Lightsmith
Actually, the heroku guys hooked me up, I thought I'd post here so google could find it. Basically it sounds like some weird environment thing that heroku does exposes a bug in hoptoad. The workaround is to add a line to your hoptoad initializer, so it should look like this :

is there a way to capture the production logs back to a given time?

2009-02-24 Thread matt knox
I could periodically run heroku logs, but is there a better way to get at the full logs for a stack 2 app? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email to