documentcloud / jammit

Industrial Strength Asset Packaging for Rails
http://documentcloud.github.com/jammit/
MIT License
1.16k stars 197 forks source link

Undeclared Dependency on ActionController #145

Closed pivotalmailbypass closed 13 years ago

pivotalmailbypass commented 13 years ago

If you have jammit in your Gemfile, bundle console doesn't work because of an undeclared dependency on ActionController.

Adding require 'action_controller to the top of controller.rb fixes the problem if you have rails in your gemfile. Having the gem depend on actionpack might also work.

jashkenas commented 13 years ago

Ok -- seems a bit strange, but I don't see the harm in adding it.

Here's the patch: 1a9262e023ae225554ee6141451cd00572cc0d5e