Displaying 3 results from an estimated 3 matches for "openidauthentication".
2007 Dec 24
0
Update OpenIdAuthentication to use Ruby OpenID 2.x.x
The new Ruby OpenID library has been released and it has a bunch of
major changes from 1.x.x. This patch updates the OpenIdAuthentication
plugin to use the 2.x.x version.
I wouldn''t usually feel much pressure to upgrade, however the ruby-
openid 1.x.x gem is broken after Ruby Gems 1.0 was released.
I think we should also consider freezing ruby-openid in this plugin so
this type of thing doesn''t happen again.
http...
2010 Mar 24
3
How to include a ruby gem environment.rb file?
...s::Configuration:0x5c5dbcc>
(NoMethodError)
On this page:
http://api.rubyonrails.org/files/vendor/rails/railties/CHANGELOG.html,
is as follows:
# OLD open_id_authentication plugin init.rb require ''Yadis'' require
''openid'' ActionController:: Base.send: include OpenIdAuthentication
# NEW config.gem "ruby-openid",: lib => "openid",: version => "1.1.4"
config.gem "ruby-Yadis",: lib => "Yadis",: version => " 0.3.4 "
But I do not like change, please, I need help.
Thanks and regards.
--
Posted via http://w...
2008 May 27
6
case...when statement bug when using openid_authentication?
Hello people!
I''m asking for help to solve a little problem concerning the usage of
the openid_authentication plugin. I''m following the README file included
by DHH, so I wrote this method in my SessionsController:
def open_id_authentication(identity_url)
# Pass optional :required and :optional keys to specify what sreg
fields you want.
# Be sure to yield