ActiveRecord::PendingMigrationError 해결. rails db:migrate를!
Rails5에서 localhost:3000에 액세스하면 ActiveRecord::PendingMigrationError가 나왔다.
ActiveRecord::PendingMigrationError (
Migrations are pending. To resolve this issue, run:
bin/rails db:migrate RAILS_ENV=development
):
Migration을 하고, Pending을 해 주고 있다
$ rails db:migrate
== 20180105013951 CreateTopics: migrating =====================================
-- create_table (:topics)
-> 0.0232s
== 20180105013951 CreateTopics: migrated (0.0233s) ============================
Rails s에서 localhost : 3000에 액세스
Started GET "/"for 127.0.0.1 at 2018-01-07 21:25:30 +0900
(0.5ms) SELECT "schema_migrations"."version"FROM "schema_migrations"ORDER BY "schema_migrations"."version"ASC
Processing by Rails::WelcomeController#index as HTML
Rendering vendor/bundle/ruby/2.5.0/gems/railties-5.1.4/lib/rails/templates/rails/welcome/index.html.erb
Rendered vendor/bundle/ruby/2.5.0/gems/railties-5.1.4/lib/rails/templates/rails/welcome/index.html.erb (3.2ms)
Completed 200 OK in 22ms (Views: 7.3ms | ActiveRecord: 0.0ms)
이제 로컬 환경에서 브라우저의 오류가 사라졌습니다.
오류는 좋아하지 않지만 오류 메시지는 친구가되고 싶습니다.
참고로 해 주시면 다행입니다.
h tp // w w. 파파 p로 g라민 g. jp / 엔트리 / 라이 ls
Reference
이 문제에 관하여(ActiveRecord::PendingMigrationError 해결. rails db:migrate를!), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/ARTS_papa/items/64416fd4e05250941fb4
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
bin/rails db:migrate RAILS_ENV=development
Reference
이 문제에 관하여(ActiveRecord::PendingMigrationError 해결. rails db:migrate를!), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/ARTS_papa/items/64416fd4e05250941fb4텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)