-
Notifications
You must be signed in to change notification settings - Fork 19
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
'require' is needed #19
Conversation
a38ad82
to
ddf60f6
Compare
Do you know what's causing the issue? It seems to work with ruby 2.6.5p114 (2019-10-01 revision 67812) [x86_64-darwin19]
|
@kenn I also tried to run it on ruby 2.6.5. M1 Mac may be the cause.
|
I just tried on my M1 MacBook Pro 14 and it passes too. What happens if you actually use the library in your Rails dev env?
|
It's not a rails dev env. But it may be a problem in my environment. I'll ask other users later.
|
Can you open CLI (pry or irb) and try to define an AR model with ActiveFlag there? If it still errors out, it would give us better information. |
Or $ ./bin/console
2.6.6 :001 > ActiveFlag
=> ActiveFlag |
I did it.
|
I can reproduce the error with bundler 2.3.6, but not with 2.1.4. It seems to me loading
|
This seems to be the change introduced in Bundler 2.2.8, which removes the use of set.rb |
Ah — good catch, thanks! |
@miyagawa Oh Thank you! |
rake test
has failed.After this PR.