Closed anlek closed 10 years ago
It seems that this also might be causing ActionController::InvalidAuthenticityToken
error on any form I submit.
Disabling logstasher seemed to have fixed this issue.
Wow, somehow rubygems installed version 0.2.8 (might be due to the fact that I had logstash-event
version 1.2)
Fix (for anyone who has the same issue):
gem 'logstasher', '~> 0.5.3'
gem "logstash-event", "~> 1.1.0"
I am still getting into this issue
Could not log "process_action.action_controller" event. NoMethodError: undefined method `first' for nil:NilClass
On Exceptions I get the following error:
Could not log "process_action.action_controller" event. NoMethodError: undefined method
<<' for nil:NilClasscoming from
logstasher-0.2.8/lib/logstasher/log_subscriber.rb:17` I'm using rails 4.1.4.