From 60e54452a4fb9120c6880ef0d58db5f311fe5c81 Mon Sep 17 00:00:00 2001 From: John Joseph Bachir Date: Sun, 27 Dec 2009 08:31:41 +0800 Subject: [PATCH] Correct URL to documentation. --- README.rdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rdoc b/README.rdoc index fafe2ed3..574b4afc 100644 --- a/README.rdoc +++ b/README.rdoc @@ -78,7 +78,7 @@ Apparently there is a bug with apache / passenger for v2.1.X with sessions not w == Documentation explanation -You can find anything you want about Authlogic in the {documentation}[http://authlogic.rubyforge.org], all that you need to do is understand the basic design behind it. +You can find anything you want about Authlogic in the {documentation}[http://rdoc.info/projects/binarylogic/authlogic], all that you need to do is understand the basic design behind it. That being said, there are 2 models involved during authentication. Your Authlogic model and your ActiveRecord model: @@ -87,7 +87,7 @@ That being said, there are 2 models involved during authentication. Your Authlog Each of the above has its various sub modules that contain common logic. The sub modules are responsible for including *everything* related to it: configuration, class methods, instance methods, etc. -For example, if you want to timeout users after a certain period of inactivity, you would look in Authlogic::Session::Timeout. To help you out, I listed the following publicly relevant modules with short descriptions. For the sake of brevity, there are more modules than listed here, the ones not listed are more for internal use, but you can easily read up on them in the {documentation}[http://authlogic.rubyforge.org]. +For example, if you want to timeout users after a certain period of inactivity, you would look in Authlogic::Session::Timeout. To help you out, I listed the following publicly relevant modules with short descriptions. For the sake of brevity, there are more modules than listed here, the ones not listed are more for internal use, but you can easily read up on them in the {documentation}[http://rdoc.info/projects/binarylogic/authlogic]. === Authlogic::ActsAsAuthentic sub modules