Sha256: 4e0ecfc2dd3c9cbedc85b0f04e6f37f2b4a70a8d4398bfa7e3429edec7ba71aa
Contents?: true
Size: 1.67 KB
Versions: 2
Compression:
Stored size: 1.67 KB
Contents
== 1.1.1 * Add support for Devise >= 2.1.0 == 1.1.0 * Drop support for Rails 2 * Fix routing issues on Devise > 1.3.5 (fixes #11) * Convert to Bundler-style gem * Test using Travis == 1.0.0 * No changes == 1.0.0.beta2 * Fix a typo that was breaking all apps using create_from_identity_url. == 1.0.0.beta1 * Implement support for build_from_identity_url. create_from_identity_url is now deprecated. * build_from_identity_url should return a new, unsaved model instance rather than a persisted one. * This has multiple benefits: validation should become easier, and we can avoid doing multiple modification queries during the initial registration. * Switching over should be straightforward but is not a simple matter of changing the method's name. Its behavior needs to be altered to return an unsaved instance. * This affects all users of devise_openid_authenticatable. * Attempt to pass a more correct trust_root to the OpenID provider. * Fill out Dimitrij's test suite a bit more. == 1.0.0.alpha7 * GH-3: Add support for rememberable. * This requires an upgrade to rack-openid 1.2.0 or higher. == 1.0.0.alpha5 * GH-5: Don't try to convert returned values to strings from AX providers * This requires application developers to check whether the value is an array in openid_fields= method; see updated README for details. == 1.0.0.alpha4 * GH-4: Support for SReg and AX extensions == 1.0.0.alpha3 * Compatibility with Devise 1.1 and 1.1.1 == 1.0.0.alpha2 * Compatibility with pre-release versions of Devise 1.1 * Design fix: find_by_identity_url needs to be a class method == 1.0.0.alpha1 * Initial version, basically just a packaged-up version of my OpenID strategy for Devise
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
devise_openid_authenticatable-1.1.2 | CHANGELOG.rdoc |
devise_openid_authenticatable-1.1.1 | CHANGELOG.rdoc |