-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fix missing mattr_accessor require, README test info #410
Conversation
#404 is an alternative, this is a more immediate fix in terms of review. README update still applies 😝 |
See also #401 |
Can you rebase against master and force push? |
Rebased. There were unrelated problems with the Travis build previously, not sure if they've been fixed by interim commits, guess we'll find out in a few minutes. |
@@ -1,5 +1,6 @@ | |||
require "active_record" | |||
require "active_record/version" | |||
require "active_support/core_ext/module" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is no longer necessary due to the full-on require of AS below. However, it would be better to be granular, so I'm ok with this.
I'm still having this issue in 2.4.1 and I can't use a git repo to define my dependencies: #404 (comment) |
Update README test instructions
Needed two extra steps to get test instructions running out of the box 😄