Thought I'd post the solution which Heroku support promptly provided. I was ignoring the /scripts/ directory in my .slugignore file. Not sure how that ignore got in there. Once I stopped ignoring the scripts directory, everything worked.
On Feb 21, 10:55 am, Gabe Yarra <[email protected]> wrote: > Hi, > > I've been using Heroku for awhile and recently moved to Cedar. I use > Rails Console locally and I was using it on Heroku. I'm believe I've > used it since the migration to Cedar but can't be sure. > > When I type: > heroku run console --app <myapp> > > I'm presented with the help instructions for "rails new", as if I > typed "rails new -h". I've tried various ways of running the console > which all do the same thing. I'm able to run most other commands. > > I even tried opening a remote bash shell into Heroku and running the > console from within the shell. I was able to open the shell just fine > with: > heroku run bash --app <myapp> > > But when I tried > rails console > > I got the same help instructions. > > Very strange. > > Thanks, > Gabe -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. 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.
