rbCAS / CASino

CASino is a Ruby-based Single Sign-On solution supporting the CAS standard
MIT License
329 stars 189 forks source link

added initializer for kaminari hooks #167

Closed philippks closed 8 years ago

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.007%) to 97.201% when pulling aee7c6d5e89a23f2edee1d52624f8d3e44403eac on ninech:kaminari-init into ce5af7c4367cfc208f2402e263646c1c51758ff4 on rbCAS:master.

philippks commented 8 years ago

I'll first do some testing (as it should've been done before...)

philippks commented 8 years ago

This change is necessary because kaminari wasn't initialised correctly. Therefore their was an exception when using the pagination.

I've no idea how this was working before locally. (Maybe there's was a kaminari-initializer lying around in our sso app, which I missed to consider)

Sorry for the inconveniences. At least some lessons learned for the future ;-)

pencil commented 8 years ago

third time's the charm