Contribution Libre
Développement
Ruby
Ruby on Rails
2013 | 07 | 31
After installing airbrake gem my collection's request Rspec.specs stoped working as expected.
I encounterd this error:
RuntimeError: can't add a new key into hash during iteration
Since Ruby 1.9(.3?) you cant modify Hash within iteration (even i…
Développement
Ruby
Ruby on Rails
2013 | 07 | 30
After installing airbrake gem and disabling your rails sessions (for example with the session_off gem), you may experiment this kind of errors :
undefined method `data' for nil:NilClass
This is because airbrake read the session.data property to …