Online activity… collected.

How to create small, unique tokens in Ruby

protected def before_validation_on_create self.access_token = rand(36**8).to_s(36) if self.new_record? and self.access_token.nil? end

said via deliciousabout 1 month agoand tagged with rails, delicious, link, security, ruby, howto, ideas, authentication, tokens, token, and uuid

HowToSendExtraUserAttributes - rubycas-server - Info on how to make the CAS server send extra user attributes to the client. - Project Hosting on Google Code

authenticator: class: CASServer::Authenticators::ActiveDirectoryLDAP ldap: host: ad.example.net port: 636 base: dc=example,dc=net filter: (objectClass=person) & !(msExchHideFromAddressLists=TRUE) auth_user: authenticator auth_password: itsasecret encryption: simple_tls extra_attributes: cn, mail

said via deliciousabout 1 month agoand tagged with delicious, link, ruby, authentication, cas, docs, and attributes

RDoc Documentation

said via delicious4 months agoand tagged with api, delicious, link, web, gem, ruby, browser, spider, and crawler

Home - webrat - GitHub

said via delicious5 months agoand tagged with rails, rubyonrails, delicious, link, web, tools, ruby, dom, testing, and webrat