ankane/notable

Could not find table 'blazer_connections'

Closed this issue · 4 comments

In an attempt to access my admin, I received this error:

"ActiveRecord::StatementInvalid at /
Could not find table 'blazer_connections'"

Here were the codes I used:

gem 'notable'
rails generate notable:requests
rails generate notable:jobs # optional
rake db:migrate

Thanks!

Hi @taiwoayanleye, what version of Rails are you on?

Rails 4.1.6
ruby 2.2.0

I just pushed an update to Blazer to try to fix this. Try updating Blazer to see if the error goes away.

gem 'blazer', github: 'ankane/blazer'

Working. Thanks @ankane.