Same thing was happening for my rails 2.3.8 app.  We've been seeing a 
deprecation warning for some time now when using the 'heroku console' 
command, telling us to use 'heroku run' instead.  But since the 'script' 
folder and its contents were being ignored by our .gitignore file, our repo 
didn't have the 'script/console' file.  I had to add that file to the repo, 
then use 'heroku run script/console', which now works.

Hope that works for you, too!

On Saturday, November 24, 2012 3:48:24 AM UTC-8, iamtheschmitzer wrote:
>
> My rails (2.3.11) console is crashing with Internal Server Error on the 
> first command I type in.  I am using Bamboo stack.
>
> Anybody else have this issue?
>
> jeff
>

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

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

Reply via email to