ruby on rails - Is it possible to use Hirb in the Heroku Console? -
i have app deployed on heroku. can access remote heroku console local computer via command:
heroku console
i have hirb gem installed in app putting hirb in gemfile, able cannot of hirb formatting show up.
in heroku console, can run:
hirb.enable
and in return, get
=> true
but when run user.all
don't table in return, old unformatted records. there anyway hirb working on heroku console?
there workaround described in github issue @ https://github.com/cldwalker/hirb/issuesearch?state=closed&q=heroku#issue/37
Comments
Post a Comment