Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rails db:migrate running into issues with errors table #108

Open
drkaleem opened this issue Sep 28, 2022 · 1 comment
Open

rails db:migrate running into issues with errors table #108

drkaleem opened this issue Sep 28, 2022 · 1 comment

Comments

@drkaleem
Copy link

after upgrading to 0.8.0.2 running into this issue. Please help

rails db:migrate
/home/jdeinteg/.rvm/gems/ruby-3.0.0/gems/exception_handler-0.8.0.2/lib/exception_handler/config.rb:143:in `initialize': Migration Required → "errors" doesn't exist (ExceptionHandler::Error)
        from /home/jdeinteg/.rvm/gems/ruby-3.0.0/gems/exception_handler-0.8.0.2/lib/exception_handler/engine.rb:45:in `new'
jdeinteg@JDEDMZBETA:~/sites/hitt_jdedmz$        from /home/jdeinteg/.rvm/gems/ruby-3.0.0/gems/exception_handler-0.8.0.2/lib/exception_handler/engine.rb:45:in `block in <class:Engine>'
        from /home/jdeinteg/.rvm/gems/ruby-3.0.0/gems/railties-6.1.6.1/lib/rails/initializable.rb:32:in `instance_exec'
        from /home/jdeinteg/.rvm/gems/ruby-3.0.0/gems/railties-6.1.6.1/lib/rails/initializable.rb:32:in `run'
        from /home/jdeinteg/.rvm/gems/ruby-3.0.0/gems/railties-6.1.6.1/lib/rails/initializable.rb:61:in `block in run_initializers'
@code-andres
Copy link

To anyone with this problem use rake db:migrate.

In the file exception_handler-0.8.0.2/lib/exception_handler/config.rb:143 there is a validation for the passeds ARGV and validates the use of rake, instead of rails.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants