stffn / declarative_authorization

An unmaintained authorization plugin for Rails. Please fork to support current versions of Rails
MIT License
1.24k stars 231 forks source link

Explicitly require action_controller #220

Open thoughtless opened 7 years ago

thoughtless commented 7 years ago

Without this bundle console will fail on a Gemfile such as this:

source "https://rubygems.org"
gem "rails", "=4.2.7.1"
gem "declarative_authorization", github: "stffn/declarative_authorization"

I reproduced the bug on the following system: Ubuntu 16.04 (within docker) Rubygems 2.6.2 Bundler 1.13.6