stffn / declarative_authorization

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

DSLReader#load doesn't read authorization_rules when starting server with detach param #150

Closed sabotatore closed 12 years ago

sabotatore commented 12 years ago

Hi,

When I start server with -d param, my application doesn't have any authorization rules, because gem can't find config/authorization_rules.rb

My environment: Rails 3.2.7, Ruby 1.9.3p194

sabotatore commented 12 years ago

I found it is duplicate #99 and should be fixed in #44.