On Fri, Aug 24, 2012 at 4:53 AM, Jeff Schmitz
<[email protected]> wrote:
> So I uninstalled and reinstalled the gem there, which fixed the netrc
> problem???
If you're using Heroku Toolbelt, there's little reason to use the
heroku gem either inside or outside of a particular app. I'd
suggest uninstalling the heroku gem completely.
> $ heroku run script/console --app scholaric
> ...
> Any ideas?
The `heroku run` command should be the same as what you use
locally to get a rails console. With recent versions of rails, I believe
this is usually `rails console`. So try:
$ heroku run --app scholaric rails console
> where is script/console running in the above command?
You can answer this question (and many others) by running:
$ heroku run --app scholaric bash
and then poking around. For example:
$ heroku run --app randompizza bash
Running `bash` attached to terminal... up, run.1
~ $ pwd
/app
~ $ ls
Procfile bin public
--
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