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

undefined method `split' for nil:NilClass occur in assets:precompile #411

Closed
AknEp opened this issue Mar 23, 2016 · 2 comments
Closed

undefined method `split' for nil:NilClass occur in assets:precompile #411

AknEp opened this issue Mar 23, 2016 · 2 comments

Comments

@AknEp
Copy link
Contributor

AknEp commented Mar 23, 2016

In my heroku enviroment, undefined methodsplit' for nil:NilClasswas occurred inassets:precompile`.

I found Rake::VERSION and RAKEVERSION is nil. so rollbar gem crashes in Rollbar::Rake.patch!

I don't know why Rake Version const was not defined ...
my Gemfile.lock has below.., and bundle install command success.

rake (11.1.1)

but, I think rollbar should be more robust.

@jondeandres
Copy link
Contributor

Hi @AknEp, this is resolved in lasts releases of the gem. Please try to update to the last one. THe fix is in this PR, #397.

Rake 11.x was release the 9th o march and we fixed it on 10th. We know this may has caused problems to you, so we are sorry.

Thanks.

@AknEp
Copy link
Contributor Author

AknEp commented Mar 23, 2016

oops! Thank you for your quick response. sorry for my no-checking other issues.

but I think similar problem should occur, so #397 it not enough. I'll send PR.

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

No branches or pull requests

2 participants