NUBIC / aker

A flexible security framework for Rack (and Rails) apps. Good for integration with legacy systems, CAS SSO (including proxying), machine and interactive authentication, and much more.
MIT License
1 stars 2 forks source link

Aker with ActiveSupport 3 has an unexpressed dependency on i18n #5

Closed rsutphin closed 13 years ago

rsutphin commented 13 years ago

Parts of ActiveSupport 3 depend on the i18n gem, but AS3 does not explicitly depend on it. Aker uses these parts. Aker needs to express a dependency on i18n.

(This was missed in CI because activemodel, which Aker uses in tests, depends on i18n.)