cis.statbib.org: script/console Loading development environment (Rails 2.2.2) Article.founc>> Article.count() ActiveRecord::StatementInvalid: Could not find table 'article' from /home/hadley/web/cis.statbib.org/vendor/rails/activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb:29:in `table_structure' from /home/hadley/web/cis.statbib.org/vendor/rails/activesupport/lib/active_support/core_ext/object/misc.rb:39:in `returning' ...
But it certainly looks like what the database has:
db: sqlite3 development.sqlite3 SQLite version 3.2.8 sqlite> select count(*) from author; 168600
I just updated all my gems, etc. Something went wrong?
ruby-on-rails sqlite
hadley
source share