CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 01 Aug 2025 01:26:30 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20081012010227
location: https://web.archive.org/web/20081012010227/https://github.com/uhlenbrock
server-timing: captures_list;dur=0.447942, exclusion.robots;dur=0.017615, exclusion.robots.policy;dur=0.008132, esindex;dur=0.009716, cdx.remote;dur=24.638953, LoadShardBlock;dur=191.839214, PetaboxLoader3.datanode;dur=107.835995, PetaboxLoader3.resolve;dur=47.224557
x-app-server: wwwb-app215
x-ts: 302
x-tr: 246
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: 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: Fri, 01 Aug 2025 01:26:30 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Sun, 12 Oct 2008 08:02:27 GMT
x-archive-orig-transfer-encoding: chunked
x-archive-orig-connection: close
x-archive-orig-set-cookie: _github_sess=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%250ASGFzaHsABjoKQHVzZWR7AA%253D%253D--4d8802a39cf2ae2680fcdf915bd7f8472555cf65; domain=.github.com; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 0.39616
x-archive-orig-etag: "ecde5b921b3c76208823bdc401790ef8"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-x_commoncrawl_parsesegmentid: 4416
x-archive-orig-x_commoncrawl_originalurl: https://github.com/uhlenbrock
x-archive-orig-x_commoncrawl_urlfp: -7259065311637280293
x-archive-orig-x_commoncrawl_hostfp: -8801896244620822287
x-archive-orig-x_commoncrawl_signature: ecde5b921b3c76208823bdc401790ef8
x-archive-orig-x_commoncrawl_crawlno: 1
x-archive-orig-x_commoncrawl_fetchtimestamp: 1223798547619
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
x-archive-orig-content-encoding: gzip
memento-datetime: Sun, 12 Oct 2008 01:02:27 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 12 Oct 2008 01:02:27 GMT", ; rel="memento"; datetime="Sun, 12 Oct 2008 01:02:27 GMT", ; rel="next memento"; datetime="Sun, 21 Dec 2008 22:34:38 GMT", ; rel="last memento"; datetime="Sat, 29 Mar 2025 20:50:40 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: 1224048500580_2-c/1224159489810_19.arc.gz
server-timing: captures_list;dur=0.797611, exclusion.robots;dur=0.027807, exclusion.robots.policy;dur=0.012012, esindex;dur=0.012804, cdx.remote;dur=10.147303, LoadShardBlock;dur=350.373413, PetaboxLoader3.datanode;dur=183.607822, PetaboxLoader3.resolve;dur=174.379198, load_resource;dur=124.101829
x-app-server: wwwb-app215
x-ts: 200
x-tr: 555
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
uhlenbrock's Profile — GitHub
Public Activity
-
Simplify your view testing. Forget assert_select.Created Mon Apr 21 21:57:33 -0700 2008
-
A sneaky preview for dirty objects.Created Thu Jun 26 18:21:26 -0700 2008
-
Sake repository served fresh by the guys at Barefoot.Forked from defunkt/sakerb Sun Mar 16 22:40:03 -0700 2008
-
command lines tools that take advantage of the slicehost APIForked from booster/slicehost-tools Mon Jul 14 17:52:47 -0700 2008
-
Rails plugin with helpers to test your app using test/spec.Forked from pelargir/test_spec_on_rails Mon Sep 08 06:26:46 -0700 2008
Public Activity
lovd-by-less is at stevenbristol/lovd-by-less
tog is at tog/tog
a08e1f32626f6b5025bd120bfd433aedcf614c8e
adding a little documentation.
class UserMailer < ActionMailer::Base
def signup_notification(user)
setup_email(user)
class UserMailer < ActionMailer::Base
end
clearance is at thoughtbot/clearance
class UsersController < ActionController::Base
def show
@user = User.find(params[:id])
class User < ActiveRecord::Base
# Validation
validates_presence_of :password_confirmation
temp
class User < ActiveRecord::Base
# Validation
validates_presence_of :password_confirmation
This feature is coming soon. Sit tight!