You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.
So, set up my app per instructions. Ran setup rake task.
Booted app, first problem was I seemed to have no routes, just got default rails home page, and rake routes showed me no routes. But I looked at hubstats source, and decided I should add mount Hubstats::Engine => "/" to my ./config/routes.rb.
I did that, restarted, now when I access /, I get a weird error suggesting perhaps the migrations installed by rake hubstats:install:migrations were incomplete?
Yes, this does seem to be the case. I've never seen this error before, but I'd suggest trying to run the migrations again, and then make sure to actually place some data into your database, whether that be faking data or pulling some of your own GitHub data. Actually look into your database to make sure all of the appropriate columns exist.
So, set up my app per instructions. Ran setup rake task.
Booted app, first problem was I seemed to have no routes, just got default rails home page, and
rake routes
showed me no routes. But I looked at hubstats source, and decided I should addmount Hubstats::Engine => "/"
to my./config/routes.rb
.I did that, restarted, now when I access
/
, I get a weird error suggesting perhaps the migrations installed byrake hubstats:install:migrations
were incomplete?The text was updated successfully, but these errors were encountered: