-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
MONGOID-5042 rails g mongoid:config is not working on Rails 6.1 #4953
Conversation
awesome
commented
Jan 22, 2021
This comment has been minimized.
This comment has been minimized.
@p-mongo ok, figured it out and fixed #4954 . Submodules were using both ssh and https. I'm lazy on a new laptop without ssh key pasted into GitHub account--only using oauth key via desktop client… Submitted PR with all submodules using https so this issue doesn't happen to future lazy contributors. |
(allow test automation without user input) https://guides.rubygems.org/command-reference/#gem-uninstall
- Running webpacker in tmp/mongoid-test takes extra time with no apparent benefit. - For example: my 2013 macbook pro takes 5min per rails version test installation to run webpacker.
@p-mongo Hi there! I added tests to app_spec.rb for |
This was merged as #4960, thank you. |