lassebunk / gretel

Flexible Ruby on Rails breadcrumbs plugin.
MIT License
889 stars 114 forks source link

Use on_load to fix load order problem with rails-controller-testing #75

Open schugabe opened 8 years ago

schugabe commented 8 years ago

If gretel is used with rails-controller-testing some tests fail since gretel does not use the on_load event: rails/rails-controller-testing#24

futhr commented 8 years ago

@WilHall This need to be merged to prevent issues with Rails 5.