Migrations are pending. To resolve this issue, run: bin/rake db:migrate
RAILS_ENV=development

Extracted source (around line #392):
390
391
392
393
394
395


      def check_pending!(connection = Base.connection)
        raise ActiveRecord::PendingMigrationError if
ActiveRecord::Migrator.needs_migration?(connection)
      end

      def load_schema_if_pending!






















I'm doing the one month rails course if that helps. I tried running what
it said to run. Still have the same issue.

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/41baf09434539252cbc7100f7bd2f31f%40ruby-forum.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to