CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 31 Aug 2025 07:01:55 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20081006091309
location: https://web.archive.org/web/20081006091309/https://github.com/FooBarWidget/
server-timing: captures_list;dur=0.549097, exclusion.robots;dur=0.020958, exclusion.robots.policy;dur=0.009451, esindex;dur=0.010964, cdx.remote;dur=28.758038, LoadShardBlock;dur=316.829909, PetaboxLoader3.datanode;dur=258.860808, PetaboxLoader3.resolve;dur=35.821654
x-app-server: wwwb-app210
x-ts: 302
x-tr: 374
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app210; 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, 31 Aug 2025 07:01:58 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Mon, 06 Oct 2008 09:13:09 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 0.01274
x-archive-orig-etag: "838c4a2c2a8a462cc7bf6fc2f31b4d59"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 36896
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 06 Oct 2008 09:13:09 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 15 Apr 2008 23:47:21 GMT", ; rel="prev memento"; datetime="Sat, 02 Aug 2008 00:04:36 GMT", ; rel="memento"; datetime="Mon, 06 Oct 2008 09:13:09 GMT", ; rel="next memento"; datetime="Tue, 18 Nov 2008 18:25:21 GMT", ; rel="last memento"; datetime="Fri, 02 May 2025 03:14:27 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: 51_6_20081006065124_crawl109-c/51_6_20081006091044_crawl103.arc.gz
server-timing: captures_list;dur=0.585977, exclusion.robots;dur=0.021018, exclusion.robots.policy;dur=0.010248, esindex;dur=0.013847, cdx.remote;dur=7.926039, LoadShardBlock;dur=318.286598, PetaboxLoader3.datanode;dur=2149.905615, PetaboxLoader3.resolve;dur=203.322452, load_resource;dur=2043.526512
x-app-server: wwwb-app210
x-ts: 200
x-tr: 2445
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
FooBarWidget's Profile — GitHub
Public Activity
-
Treat an ActiveRecord model as a file attachment, storing its patch, size, content type, etc.Forked from technoweenie/attachment_fu Mon Sep 22 11:58:26 -0700 2008
-
Rails plugin for easily implementing correct, nested redirectionsCreated Wed Sep 03 07:04:37 -0700 2008
-
A library for implementing daemon management capabilities.Created Thu Aug 21 13:20:11 -0700 2008
-
Forked from fiveruns/data_fabric Wed Jul 16 11:46:14 -0700 2008
-
Provides a way to specify default values for ActiveRecord modelsCreated Mon Sep 22 10:04:11 -0700 2008
-
Advanced bookmarks plugin for GeditCreated Sat Aug 30 08:17:16 -0700 2008
-
A collection of scripts and configuration files that make gedit a more rails-friendly IDEForked from mig/gedit-rails Sun Aug 31 07:36:38 -0700 2008
-
Plugin for making it convenient to open related source files by typing in their name. Inspired by...Created Sat Aug 30 05:50:59 -0700 2008
-
Mikuru static image gallery generatorCreated Mon Jun 16 12:28:49 -0700 2008
-
Documentation formatting tool. Converts Asciidoc input into nicely formatted HTML. Multiple templ...Created Sat Jul 19 08:52:59 -0700 2008
-
Phusion Passenger (mod_rails)Created Thu Mar 27 16:40:48 -0700 2008
-
Behaviour Driven Development framework for RubyForked from dchelimsky/rspec Fri Aug 29 10:42:37 -0700 2008
-
RSpec's official Ruby on Rails pluginForked from dchelimsky/rspec-rails Fri Aug 29 10:43:11 -0700 2008
-
Ruby Enterprise EditionCreated Mon Jun 02 15:14:53 -0700 2008
-
Created Thu Sep 04 14:08:28 -0700 2008
-
Quickly and easily add a comments area to your websiteCreated Thu Oct 02 09:35:31 -0700 2008
Public Activity
New repository is at FooBarWidget/yuumius_comments
ActiveRecord::SchemaDumper.class_eval do
def table(table, stream)
columns = @connection.columns(table)
rubyenterpriseedition is at FooBarWidget/rubyenterpriseedition
rubyenterpriseedition is at FooBarWidget/rubyenterpriseedition
Forked repository is at FooBarWidget/attachment_fu
class BetaInvite < ActiveRecord::Base
default_value_for :uuid do
Utils.create_uuid
class BetaInvite < ActiveRecord::Base
validates_uniqueness_of :uuid, :allow_blank => true, :allow_nil => true
New repository is at FooBarWidget/default_value_for
require 'rubygems'
require 'test/unit'
require 'active_record'
New repository is at FooBarWidget/sandbox
This feature is coming soon. Sit tight!