$ heroku run console --app scholaric Running `console` attached to terminal... up, run.1 bash: console: command not found
On Fri, Aug 24, 2012 at 7:17 AM, Ed Jones <[email protected]> wrote: > Did you just try > $ heroku run console > That's how it works on Cedar 3.2.x > > > > On Friday, August 24, 2012 7:53:00 AM UTC-4, iamtheschmitzer wrote: >> >> heroku update caused be netrc issues, so I got the toolbelt last night. >> >> A problem: >> >> This is installed as a package, so when I cd to my project dir, rvm is >> running its own version of heroku gem, which has the issue I started with. >> So I uninstalled and reinstalled the gem there, which fixed the netrc >> problem??? >> >> I guess heroku update does not fix any new dependencies. >> >> Now, though, I can't run a console (bamboo/rails 2.3.11) the "right" way >> >> $ heroku console --app scholaric >> >> `heroku console` is now deprecated. Please use `heroku run` to run a >> console: http://bit.ly/NlhGxl. >> >> Ruby console for scholaric.heroku.com >> >> >> >> So reading the link, I try the right way: >> >> $ heroku run script/console --app scholaric >> Running `script/console` attached to terminal... up, run.1 >> <internal:lib/rubygems/custom_**require>:29:in `require': no such file >> to load -- script/../config/boot (LoadError) >> from <internal:lib/rubygems/custom_**require>:29:in `require' >> from script/console:2:in `<main>' >> >> where is script/console running in the above command? >> >> IRB works: >> >> $ heroku run irb --app scholaric >> Running `irb` attached to terminal... up, run.1 >> irb(main):001:0> exit >> >> >> Any ideas? >> >> -- > 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 > -- 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
