rbCAS / CASino

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

Removes the inflection of the acronym "API" #28

Closed dlindahl closed 11 years ago

dlindahl commented 11 years ago

Host applications that have their own API controllers may not have chosen to inflect "api" to "API"

In that scenario, simply including the CASino Engine into that application will cause the entire app to "blow up".

In accordance with the "Principle of least astonishment", CASino should not mandate how certain words are inflected unless they are entirely unique to CASino.

coveralls commented 11 years ago

Coverage Status

Coverage remained the same when pulling 8d171cc75152df14c118142d8649549c022f87ea on dlindahl:features/remove_api_inflection into 50be8f059f2c4f3e7f59b8da6e694bcad1b0a0b3 on rbCAS:release/2.0.

pencil commented 11 years ago

Good catch, thanks!