Closed paranoicsan closed 6 years ago
The latest version 0.7.0 introduces the error while calling bundle exec rake traceroute:
0.7.0
bundle exec rake traceroute
NameError: uninitialized constant ActionController::API [..]/gems/traceroute-0.7.0/lib/traceroute.rb:31:in `defined_action_methods' [..]/gems/traceroute-0.7.0/lib/tasks/traceroute.rake:8:in `block in <top (required)>' [..]/gems/airbrake-7.3.5/lib/airbrake/rake.rb:17:in `execute' [..]/gems/rake-12.3.1/exe/rake:27:in `<top (required)>' [..]/bin/ruby_executable_hooks:15:in `eval' [..]/bin/ruby_executable_hooks:15:in `<main>'
ruby 2.3.3p222 (2016-11-21 revision 56859) [x86_64-darwin16] Rails 4.2.7.1
Previous 0.6.2 works correctly.
0.6.2
@paranoicsan Released 0.7.1 gem with a fix for this issue. Thank you for the bug report!
@amatsuda thanks for solving the issue! 🎉
The latest version
0.7.0
introduces the error while callingbundle exec rake traceroute
:Previous
0.6.2
works correctly.