You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running my app (not on Rails, just config.ru) and getting this:
/gems/grape-reload-0.0.4/lib/ripper/extract_constants.rb:352:in `initialize': undefined method `last' for nil:NilClass (NoMethodError)
from /gems/grape-reload-0.0.4/lib/ripper/extract_constants.rb:131:in `new'
from /gems/grape-reload-0.0.4/lib/ripper/extract_constants.rb:131:in `node_for'
from /gems/grape-reload-0.0.4/lib/ripper/extract_constants.rb:171:in `block in initialize'
from /gems/grape-reload-0.0.4/lib/ripper/extract_constants.rb:171:in `map'
from /gems/grape-reload-0.0.4/lib/ripper/extract_constants.rb:171:in `initialize'
from /gems/grape-reload-0.0.4/lib/ripper/extract_constants.rb:131:in `new'
from /gems/grape-reload-0.0.4/lib/ripper/extract_constants.rb:131:in `node_for'
from /gems/grape-reload-0.0.4/lib/ripper/extract_constants.rb:393:in `extract_constants'
from /gems/grape-reload-0.0.4/lib/grape/reload/dependency_map.rb:27:in `block in initialize'
from /gems/grape-reload-0.0.4/lib/grape/reload/dependency_map.rb:27:in `map'
from /gems/grape-reload-0.0.4/lib/grape/reload/dependency_map.rb:27:in `initialize'
from /gems/grape-reload-0.0.4/lib/grape/reload/dependency_map.rb:129:in `new'
from /gems/grape-reload-0.0.4/lib/grape/reload/dependency_map.rb:129:in `initialize'
from /gems/grape-reload-0.0.4/lib/grape/reload/rack_builder.rb:73:in `new'
from /gems/grape-reload-0.0.4/lib/grape/reload/rack_builder.rb:73:in `boot!'
Refers to @module_name = args.find{|a| a.first == :const_ref}.last[1]
I'm running my app (not on Rails, just config.ru) and getting this:
Refers to
@module_name = args.find{|a| a.first == :const_ref}.last[1]
The args is:
It refers to source of gem
carrierwave-sequel
.The text was updated successfully, but these errors were encountered: