CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 04 Aug 2025 00:09:40 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090414235116
location: https://web.archive.org/web/20090414235116/https://github.com/joshuaclayton
server-timing: captures_list;dur=0.691610, exclusion.robots;dur=0.019090, exclusion.robots.policy;dur=0.008015, esindex;dur=0.010860, cdx.remote;dur=53.004898, LoadShardBlock;dur=507.837073, PetaboxLoader3.datanode;dur=413.163955, PetaboxLoader3.resolve;dur=42.686637
x-app-server: wwwb-app239
x-ts: 302
x-tr: 895
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=2
set-cookie: wb-p-SERVER=wwwb-app239; 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: Mon, 04 Aug 2025 00:09:41 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Tue, 14 Apr 2009 23:51:15 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 214ms
x-archive-orig-etag: "375ff38d9928c546d63328e47cfb940a"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 60351
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 14 Apr 2009 23:51:16 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 13 May 2008 23:46:05 GMT", ; rel="prev memento"; datetime="Wed, 01 Apr 2009 21:28:34 GMT", ; rel="memento"; datetime="Tue, 14 Apr 2009 23:51:16 GMT", ; rel="next memento"; datetime="Wed, 08 Jul 2009 03:54:49 GMT", ; rel="last memento"; datetime="Mon, 21 Jul 2025 11:14:32 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_9_20090414211106_crawl102-c/51_9_20090414232819_crawl101.arc.gz
server-timing: captures_list;dur=0.660463, exclusion.robots;dur=0.025840, exclusion.robots.policy;dur=0.010595, esindex;dur=0.013961, cdx.remote;dur=216.291268, LoadShardBlock;dur=628.791455, PetaboxLoader3.datanode;dur=305.857332, PetaboxLoader3.resolve;dur=487.438963, load_resource;dur=231.552307
x-app-server: wwwb-app239
x-ts: 200
x-tr: 1237
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
joshuaclayton's Profile - GitHub
Public Activity

joshuaclayton
-
Plugin for querying by dates on ActiveRecord modelsUpdated Thu Jul 24 07:12:25 -0700 2008
-
Easy auditing (not versioning) of ActiveRecord modelsUpdated Thu Aug 14 05:31:07 -0700 2008
-
Plugin adding simple searching to ActiveRecord modelsUpdated Wed Mar 11 08:30:34 -0700 2009
-
A CSS framework that aims to cut down on your CSS development timeUpdated Mon Mar 02 18:36:58 -0800 2009
-
Rails helpers to generate Blueprint CSS-based structuresUpdated Tue Jan 27 09:28:54 -0800 2009
-
Forked from defunkt/exception_logger Thu Dec 18 09:19:56 -0800 2008
-
Demo app utilizing recent standard programming practices, as well as a place to try out Rails 2.2...Updated Mon Dec 08 20:54:30 -0800 2008
-
Personal blogUpdated Fri Jan 09 05:20:03 -0800 2009
-
jQuery + TwitterUpdated Tue Feb 24 10:59:18 -0800 2009
-
Github PageUpdated Wed Dec 17 05:20:33 -0800 2008
-
Forked from mvanholstyn/mhs_authentication_system Mon Mar 23 19:20:54 -0700 2009
-
Settings is a plugin that makes managing a table of global key, value pairs easy. Think of it lik...Forked from Squeegy/rails-settings Mon Oct 20 12:12:10 -0700 2008
-
Contains a handful of easy Rails templates for basic app setupUpdated Mon Feb 09 11:28:24 -0800 2009
-
Notes from RubyConf 2008Updated Mon Nov 10 11:47:35 -0800 2008
-
Simple authorization for Rails (includes Shoulda macros)Updated Fri Apr 10 16:05:49 -0700 2009
Public Activity
HEAD is 015435a9d2a09454148eb7172e9de0ae0a3965f8
x

-
joshuaclayton committed 015435a9:
Update manifest and gemspec
"Examples (Controller)" is at
joshuaclayton/sentinel/wikis/examples-controller
HEAD is 98c7b41f50b7edb517f701228c1deea6e51eeaa5
x

-
joshuaclayton committed 98c7b41f:
Tweak Shoulda macros to return yielded blocks when access is denied or granted. Also allow access_granted to expect call at least once, since there could be potentially multiple grants_access_to blocks that return true.
HEAD is cf70a86bcb2210e8bd4dd187440166491e03cf09
x

-
joshuaclayton committed cf70a86b:
Fixed tests and tweaked shoulda_macros accordingly
# Notes: You NEED to type 'y' and then press enter a few seconds into
# generating the clearance features (to overwrite the features/support/paths.rb).
# no prompt shows up by default.
"Examples Using RSpec" is at
joshuaclayton/sentinel/wikis/examples-using-rspec
class FilterableEnumerable
def initialize(original)
@original = original
Tag.class_eval do
default_scope :joins => :taggings
named_scope :popular, lambda {{
named_scope :on, lambda {|klass| {
:joins => "INNER JOIN #{Tagging.quoted_table_name} ON #{Tagging.quoted_table_name}.tag_id = #{Tag.quoted_table_name}.id " + \
"INNER JOIN #{klass.quoted_table_name} ON #{klass.quoted_table_name}.id = #{Tagging.quoted_table_name}.taggable_id " + \
HEAD is 311b2047380afbc1c754d318e4dfbb002930445c
x

-
joshuaclayton committed 311b2047:
Reorder pre/code tags. This is getting stupid.
HEAD is 33c791aaa425d36409ada7f781632e746e278eca
x

-
joshuaclayton committed 33c791aa:
Wrap all code tags with pre tags for proper formatting
HEAD is 53a94ba2b9c0a12ed9a5691416de7322402e3f0a
x

-
joshuaclayton committed 53a94ba2:
Wrap in pre tags
HEAD is fe773695d433aa6b24c662d6977d3d65b4372df8
x

-
joshuaclayton committed fe773695:
Added content to readme
New branch is at joshuaclayton/sentinel/tree/master
New repository is at joshuaclayton/sentinel
deeptest's description:
Parallel and Distributed Test Runner for Ruby
helper_me_test's description:
Providing quick and easy ways to create and write tests for your Rails helpers.
(function($) {
var dirtyForm = {
settings: {
(function($) {
var dirtyForm = {
settings: {
scrap's description:
A Rails metal handler for analyzing your processes' memory usage.
joshuaclayton
pushed to
master
at
joshuaclayton/mhs_authentication_system
Mon Mar 23 20:09:50 -0700 2009
HEAD is 9b9805369f7e0b32a3eec371b8dd96d48a1e7a47
x

-
joshuaclayton committed 9b980536:
Reverse order to check options before seeing if it's basic auth
joshuaclayton
pushed to
master
at
joshuaclayton/mhs_authentication_system
Mon Mar 23 19:48:23 -0700 2009
HEAD is 97a8bc4ea71433f82329e44c8e5219e6c19cd22c
x

-
joshuaclayton committed 97a8bc4e:
Modified login_controller to define :basic_auth_enabled option for turning basic auth account lookup off.
Forked repository is at joshuaclayton/mhs_authentication_system
is_paranoid's description:
ActiveRecord 2.3 compatible gem "allowing you to hide and restore records without actually deleting them." Yes, like acts_as_paranoid, only with less code and less complexity.
joshuaclayton
commented on
dchelimsky/rspec-rails
Sat Mar 21 10:09:27 -0700 2009
HEAD is 27236066525b2fab2a59361300e98dd2cbf8f352
x

-
joshuaclayton committed 27236066:
Write attribute instead of assigning (causing infinite recursion)
27236066525b2fab2a59361300e98dd2cbf8f352
Write attribute instead of assigning (causing infinite recursion)
This feature is coming soon. Sit tight!