search for: ellin

Displaying 5 results from an estimated 5 matches for "ellin".

Did you mean: ellis
2006 Jan 05
3
Ruby OpenID library and OpenIDLoginGenerator
...r all kinds of cool things like single-sign-on and cross-site identity usage and verification. The Ruby library exposes an simple interface for verifying OpenID identities. Read more on OpenID: http://www.openid.net/ http://www.openidenabled.com/ http://en.wikipedia.org/wiki/OpenID Thanks, Brian Ellin, Janrain Inc. openidenabled.com brian.myopenid.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060105/8fd7be34/attachment.html
2006 Jul 14
0
OpenID immediate mode
...u user returns to your site after typing in his password and whatever. The reason is that OpenID''s consumer.rb deletes an important piece of state information before sending the OpenID::SETUP_NEEDED, so nothing that is returned will be successful. I''ve communicated with Brian Ellin, the writer of the library, and it will be fixed in the next release. Meanwhile, if anybody (else:-) needs a patch, email me (I''m not going to type my email address here, but it''s easy to find) and I''ll send you a copy. --Al Evans -- Posted via http://www.ruby-foru...
2006 Feb 01
0
Ruby OpenID 0.9.4
...uby on Rails based consumer o Ruby on Rails based server o OpenIDLoginGenerator for quickly creating a rails app that uses OpenID for authentication o ActiveRecord adapter for using an SQL store in rails More information at: http://www.openidenabled.com/openid/libraries/ruby/ Brian Ellin Software Engineer, JanRain Inc.
2006 Jan 18
0
form_remote_tag and 302 redirects under IE6 bug
...02 handler never gets called in IE. No javascript errors are raised, and replacing the javascript with a simple alert(''foo''); ensures that the js never gets called. To see this in action, you may look at my Typo blog and try to leave an openid authenticated comment. http://brianellin.com Running rails 1.0.0 Any ideas? Thanks, Brian Ellin
2006 Jan 06
8
How do I write a generator?
I''d like to take some advice and write a generator to change the scaffold.css. How do I do that? I looked on the wiki and googled it but have not found anything yet. Any help would be much appreciated. bruce