CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 17 Aug 2025 09:24:51 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100205073542
location: https://web.archive.org/web/20100205073542/https://github.com/binarylogic/coercionlogic
server-timing: captures_list;dur=0.507001, exclusion.robots;dur=0.019455, exclusion.robots.policy;dur=0.009673, esindex;dur=0.010660, cdx.remote;dur=9.324135, LoadShardBlock;dur=433.779484, PetaboxLoader3.datanode;dur=89.144368, PetaboxLoader3.resolve;dur=194.792241
x-app-server: wwwb-app223
x-ts: 302
x-tr: 471
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app223; 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: Sun, 17 Aug 2025 09:24:51 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Fri, 05 Feb 2010 07:35:41 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "8e78a255e4a598c367bee027bf8a9da6"
x-archive-orig-x-runtime: 164ms
x-archive-orig-content-length: 23112
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Fri, 05 Feb 2010 07:35:42 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 05 Feb 2010 07:35:42 GMT", ; rel="memento"; datetime="Fri, 05 Feb 2010 07:35:42 GMT", ; rel="next memento"; datetime="Mon, 11 Jun 2018 01:15:45 GMT", ; rel="last memento"; datetime="Sat, 31 Oct 2020 12:59:12 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_14_20100205050544_crawl101-c/52_14_20100205073111_crawl101.arc.gz
server-timing: captures_list;dur=1.342349, exclusion.robots;dur=0.019344, exclusion.robots.policy;dur=0.008851, esindex;dur=0.011487, cdx.remote;dur=18.659446, LoadShardBlock;dur=176.941969, PetaboxLoader3.datanode;dur=117.696306, PetaboxLoader3.resolve;dur=141.162258, load_resource;dur=112.571927
x-app-server: wwwb-app223
x-ts: 200
x-tr: 382
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
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
binarylogic's coercionlogic at master - GitHub
This service is courtesy of Pledgie.
binarylogic / coercionlogic
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (1)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
-
Branches (1)
- master ✓
- Tags (1)
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
Coerce blank strings into nil objects for ActiveRecord — Read more
name | age | message | |
---|---|---|---|
![]() |
.document | Wed Aug 12 20:03:59 -0700 2009 | Initial commit to coercionlogic. [binarylogic] |
![]() |
.gitignore | Wed Aug 12 20:03:59 -0700 2009 | Initial commit to coercionlogic. [binarylogic] |
![]() |
LICENSE | Wed Aug 12 20:03:59 -0700 2009 | Initial commit to coercionlogic. [binarylogic] |
![]() |
README.rdoc | Thu Aug 13 11:13:42 -0700 2009 | update readme [binarylogic] |
![]() |
Rakefile | Thu Aug 13 11:13:42 -0700 2009 | update readme [binarylogic] |
![]() |
lib/ | Wed Aug 12 20:13:14 -0700 2009 | Initial commit [binarylogic] |
![]() |
spec/ | Wed Aug 12 20:13:14 -0700 2009 | Initial commit [binarylogic] |
README.rdoc
Coercionlogic
Extremely simple module to coerce blank strings into nil objects for ActiveRecord to create consistency in your database data. It keeps you from having to write query conditions like:
name = '' OR name IS NULL
This library is part of my attempt to start pulling out common code in my applications and sharing them via gems.
Copyright © 2008 Ben Johnson of Binary Logic, released under the MIT license