-
Notifications
You must be signed in to change notification settings - Fork 153
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
crash: undefined method `[]=' for nil:NilClass (NoMethodError) #166
Comments
@tmornini please provide an example how you use |
ah, sorry. |
As a quick fix I can propose you not to define global formatters on As I said such possibility is not documented so if you think that it should exist lets discuss it. |
There's also an issue #161. It's about |
@marshall-lee sounds like you have it all covered, do what you have to do |
@marshall-lee Like this?
|
@tmornini yes. Also i will fix it soon, so maybe you don't have to change your existing code if you just wait a bit :) |
@marshall-lee Even better! :-) |
This fixes a regression introduced after merging a ruby-grape#134. It's something undocumented before but it worked before and I don't see anything harmful in the presence of this feature. Fixes ruby-grape#166.
This fixes a regression introduced after merging a ruby-grape#134. It's something undocumented before but it worked before and I don't see anything harmful in the presence of this feature. Fixes ruby-grape#166.
This fixes a regression introduced after merging a ruby-grape#134. It's something undocumented before but it worked before and I don't see anything harmful in the presence of this feature. Fixes ruby-grape#166.
This fixes a regression introduced after merging a ruby-grape#134. It's something undocumented before but it worked before and I don't see anything harmful in the presence of this feature. Fixes ruby-grape#166.
This fixes a regression introduced after merging a ruby-grape#134. It's something undocumented before but it worked before and I don't see anything harmful in the presence of this feature. Fixes ruby-grape#166.
This fixes a regression introduced after merging a ruby-grape#134. It's something undocumented before but it worked before and I don't see anything harmful in the presence of this feature. Fixes ruby-grape#166. Conflicts: .rubocop_todo.yml CHANGELOG.md lib/grape_entity/entity.rb lib/grape_entity/version.rb spec/grape_entity/entity_spec.rb
This fixes a regression introduced after merging a ruby-grape#134. It's something undocumented before but it worked before and I don't see anything harmful in the presence of this feature. Fixes ruby-grape#166. Conflicts: .rubocop_todo.yml CHANGELOG.md lib/grape_entity/entity.rb lib/grape_entity/version.rb spec/grape_entity/entity_spec.rb
This fixes a regression introduced after merging a ruby-grape#134. It's something undocumented before but it worked before and I don't see anything harmful in the presence of this feature. Fixes ruby-grape#166.
@tmornini please try out 0.4.8 |
@marshall-lee 0.4.8 has resolved our issue. Thank you! |
Hey guys. Updating to 0.4.6 or 0.4.7 crashes on the following code which has run unchanged since the 0.3.0 days. :-)
The text was updated successfully, but these errors were encountered: