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

Ensure Railtie has eager_load_paths #140

Merged
merged 1 commit into from
Apr 16, 2015
Merged

Ensure Railtie has eager_load_paths #140

merged 1 commit into from
Apr 16, 2015

Conversation

alexblackie
Copy link

It is possible that gems may define a Railtie without defining
eager_load_paths (such as dotenv-rails), which causes this function
to fail. Extend the next clause to ensure the existence of
eager_load_paths to prevent this failure.

It is possible that gems may define a Railtie without defining
`eager_load_paths` (such as `dotenv-rails`), which causes this function
to fail. Extend the `next` clause to ensure the existence of
`eager_load_paths` to prevent this failure.
@alexblackie
Copy link
Author

This should resolve #139

@mbajur
Copy link

mbajur commented Apr 10, 2015

+1

@acreilly
Copy link

Has this been fixed? I am running into the same issue.

@jarednorman
Copy link

What's this waiting on?

@alexblackie
Copy link
Author

@jarednorman I imagine the CI failures, which are unrelated and I also fixed in #141

@bcrunsdon
Copy link

Maybe we should submit a PR to dotenv implementing eager_load_paths as a NOP

huoxito added a commit that referenced this pull request Apr 16, 2015
Ensure Railtie has eager_load_paths
@huoxito huoxito merged commit f0e9c7c into spree:master Apr 16, 2015
@huoxito
Copy link
Member

huoxito commented Apr 16, 2015

thanks a lot for the patches @alexblackie !!!

@edwinlunando
Copy link

Hi, does the fix have beed released?

@huoxito
Copy link
Member

huoxito commented Jun 3, 2015

I dont think so Edwin you will need to point to github to get it

On Wed, Jun 3, 2015 at 12:27 PM, Edwin Lunando notifications@github.com
wrote:

Hi, does the fix have beed released?


Reply to this email directly or view it on GitHub
#140 (comment).

Washington L Braga Jr

Developer
Spree Commerce, Inc.

@jarednorman
Copy link

What are we waiting for to get this released?

@huoxito
Copy link
Member

huoxito commented Jun 22, 2015

I think we need @BDQ for that

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

Successfully merging this pull request may close these issues.

7 participants