Actions
Refactor #12311
closedRefactor rack openid middleware initialization to be both rails3 & 4 compatible
Description
When placed in a rails initializer the rack middleware fails to load, throwing a can't modify frozen array error. Moving the initialization to the application config resolves this issue.
Updated by Chris Peters about 9 years ago
Updated by Daniel Lobato Garcia about 9 years ago
- Pull request https://github.com/theforeman/foreman/pull/2854 added
- Pull request deleted (
)
Updated by Dominic Cleal about 9 years ago
- Category set to Rails
- Status changed from New to Ready For Testing
- Translation missing: en.field_release set to 71
Updated by Chris Peters about 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 212b82509028bfca70f6a83e847df06d28552b1b.
Actions