-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Fix autoload error #1571
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 autoload error #1571
Conversation
Note that I included the 1 commit from #1570 which will (hopefully) eventually be merged on its own. |
There you go: a green build. I don’t really understand why my changes make it work. I noticed that the build error started in the example app’s config/initializers/action_mailer.rb when it references
For some reason, there’s a circular dependency! Notice how |
Sigh … specs are failing for Rails master. |
Kinda expected, to merge this it needs squashing, also shouldn't it be |
4 builds fine without the hack, so I see no need to include it. |
It seems that only Rails 3.x needs these lines for the specs to run.
3a91e72
to
3aed657
Compare
Squashed. |
The specs are currently failing for using Rails 5.0.0.beta2. It looks like the changes from #1388 has something to do with it. I won’t claim to understand all (or anything) of that pull request, but by changing a few pieces, I got the spec suite running and not have only 1 failing spec locally. Let’s see what Travis says.
cc/ @cupakromer