search for: openid_controller

Displaying 1 result from an estimated 1 matches for "openid_controller".

2007 Jan 24
0
the vendor dir, gems and openid
...rver, so after some browsing it appeared that I needed: $ cd /path/to/railsapp/vendor $ gem unpack ruby-openid Added all to SVN and re-deployed. Still no love. Resulting error: '' MissingSourceFile no such file to load -- openid'' OK, so apparently that did not work, inspecting my openid_controller.rb I say that ''openid'' is only loaded when the require_gem command failed: require "pathname" require "cgi" # load the openid library begin require "rubygems" require_gem "ruby-openid", ">= 1.0.2" rescue LoadError requir...