CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 16 Aug 2025 09:51:40 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090831053539
location: https://web.archive.org/web/20090831053539/https://github.com/binarylogic/authlogic/commits/v2.0.12
server-timing: captures_list;dur=0.543479, exclusion.robots;dur=0.021573, exclusion.robots.policy;dur=0.010289, esindex;dur=0.013139, cdx.remote;dur=23.751680, LoadShardBlock;dur=137.482975, PetaboxLoader3.datanode;dur=64.592710, PetaboxLoader3.resolve;dur=70.603313
x-app-server: wwwb-app215
x-ts: 302
x-tr: 187
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app215; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sat, 16 Aug 2025 09:51:40 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Mon, 31 Aug 2009 05:35:38 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 562ms
x-archive-orig-etag: "b5174c30f546d74b5f0837e65d68e1bd"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 71603
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 31 Aug 2009 05:35:39 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 19 May 2009 05:49:28 GMT", ; rel="prev memento"; datetime="Tue, 19 May 2009 05:49:28 GMT", ; rel="memento"; datetime="Mon, 31 Aug 2009 05:35:39 GMT", ; rel="next memento"; datetime="Mon, 30 Aug 2010 07:57:14 GMT", ; rel="last memento"; datetime="Sun, 31 Oct 2010 00:03:21 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_11_20090831031004_crawl102.gpg-c/52_11_20090831053411_crawl101.arc.gz
server-timing: captures_list;dur=0.576681, exclusion.robots;dur=0.024630, exclusion.robots.policy;dur=0.011092, esindex;dur=0.013275, cdx.remote;dur=8.144828, LoadShardBlock;dur=116.176708, PetaboxLoader3.datanode;dur=139.230544, PetaboxLoader3.resolve;dur=82.274202, load_resource;dur=133.521166
x-app-server: wwwb-app215
x-ts: 200
x-tr: 356
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Commit History for binarylogic's authlogic - GitHub
- v2.0.12
- all branches
-
all tags
- v0.9.0
- v0.9.1
- v0.10.0
- v0.10.1
- v0.10.2
- v0.10.3
- v0.10.4
- v1.0.0
- v1.1.0
- v1.1.1
- v1.2.0
- v1.2.1
- v1.2.2
- v1.3.0
- v1.3.1
- v1.3.2
- v1.3.3
- v1.3.4
- v1.3.5
- v1.3.6
- v1.3.7
- v1.3.8
- v1.3.9
- v1.4.0
- v1.4.1
- v1.4.2
- v1.4.3
- v2.0.0
- v2.0.0RC1
- v2.0.1
- v2.0.2
- v2.0.3
- v2.0.4
- v2.0.5
- v2.0.6
- v2.0.7
- v2.0.8
- v2.0.9
- v2.0.10
- v2.0.11
- v2.0.12
- v2.0.13
- v2.0.14
- v2.1.0
- v2.1.1
- comments
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Run the following if you haven't already:
gem sources -a https://gems.github.com
Install the gem(s):
sudo gem install binarylogic-authlogic
Description: | A clean, simple, and unobtrusive ruby authentication solution. edit |
Homepage: | https://rdoc.info/projects/binarylogic/authlogic edit |
Public Clone URL: |
git://github.com/binarylogic/authlogic.git
Give this clone URL to anyone.
git clone git://github.com/binarylogic/authlogic.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:binarylogic/authlogic.git
|
authlogic / Commit History

2009-05-12
2009-05-09
2009-05-08
2009-05-04
2009-05-03
2009-05-02
2009-04-28
2009-04-25

Perryn Fowler (author)
Sat Apr 25 17:33:37 -0700 2009
2009-04-23
2009-04-22
* Added option check_passwords_against_database for Authlogic::ActsAsAuthentic::Password to toggle between checking the password against the database value or the object value. Also added the same functionality to the instance method: valid_password?("password", true), where the second argument tells Authlogic to check the password against the database value. The default for this new feature is true.
2009-04-21
2009-04-20
2009-04-17
« PreviousOlder »
This feature is coming soon. Sit tight!