weppos / breadcrumbs_on_rails

A simple Ruby on Rails plugin for creating and managing a breadcrumb navigation.
https://simonecarletti.com/code/breadcrumbs-on-rails
MIT License
944 stars 188 forks source link

undefined method `helper' for ActionController::API:Class #103

Closed afuno closed 6 years ago

afuno commented 8 years ago

Rails 5.0.0. When the application starts I get error:

/lib/breadcrumbs_on_rails/action_controller.rb:16:in block in <module:ActionController>': undefined methodhelper' for ActionController::API:Class (NoMethodError)

I did not understand, where is the bug fixed https://github.com/weppos/breadcrumbs_on_rails/pull/77 ?

civrot commented 8 years ago

I am seeing the same thing.

weppos commented 8 years ago

The new version has not been released yet.

afuno commented 8 years ago

@weppos It's really critical bug. I'm asking you to fix it as soon as possible.

weppos commented 8 years ago

It's fixed, and will be published as soon as I can. If you feel it's crytical for you, use Bundler to point to the repo.

ghost commented 8 years ago

@weppos When can we expect the fix for this issue? Is it possible before September?

weppos commented 6 years ago

Closed by #99