GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

hassox

Daniel Neighman
Australia
42
13
Jan 29, 2008
  • Merb demo application.
    Forked from ck/cookbook Sun Oct 19 05:56:09 -0700 2008
    legend
  • DataMapper Adapters
    Forked from wycats/dm-adapters Tue Jun 10 04:24:27 -0700 2008
    legend
  • An initial repo for polymorphism in datamapper
    Created Thu Jun 12 21:47:35 -0700 2008
    legend
  • master merb branch
    Forked from wycats/merb Sun Oct 12 21:03:12 -0700 2008
    legend
  • no longer maintained here. Please see merb-more
    Created Sat May 24 08:35:03 -0700 2008
    legend
  • Authorization plugin for use with merb-auth
    Created Tue Oct 28 05:18:05 -0700 2008
    legend
  • A rewrite of merb-cache to level 987 + 5 dexterity
    Created Mon Jul 21 21:34:25 -0700 2008
    legend
  • My Merbcamp Talks
    Created Sun Sep 28 23:11:09 -0700 2008
    legend
  • Merb More: The Full Stack. Take what you need; leave what you don't.
    Forked from wycats/merb-more Sun Oct 19 08:15:12 -0700 2008
    legend
  • Slice based authentication based on restful_authentication (Not Maintained Here)
    Created Sat Sep 27 07:38:54 -0700 2008
    legend
  • Generates common user authentication code for Rails/Merb, with a full test/unit and rspec suite a...
    Forked from technoweenie/restful-authentication Mon Jan 14 06:44:23 -0800 2008
    legend
  • command line twits and an api wrapper for twitter
    Forked from jnunemaker/twitter Sun Jul 20 07:55:32 -0700 2008
    legend
  • A Markup White Lister
    Created Wed Mar 19 06:05:59 -0700 2008
    legend

Following

Public Activity  feed

hassox committed to hassox/merb-authz Tue Dec 02 07:28:33 -0800 2008
hassox pushed to master at hassox/merb-authz Tue Dec 02 07:28:33 -0800 2008
HEAD is a6e2e19c8506130b6eace56e0b555a8173e9bdc9
hassox committed to hassox/merb-authz Tue Dec 02 07:24:29 -0800 2008

e8ff487eb9b34939101214668a1c37d1a59f5e43

A First draft at authz for merb-auth

hassox pushed to master at hassox/merb-authz Tue Dec 02 07:24:29 -0800 2008
HEAD is e8ff487eb9b34939101214668a1c37d1a59f5e43
hassox pushed to master at hassox/merb-authz Tue Dec 02 07:10:34 -0800 2008
HEAD is 3b2e5141d14e83e6fa5d9d198c124e6848282508
hassox committed to hassox/merb-authz Tue Dec 02 07:10:34 -0800 2008

3b2e5141d14e83e6fa5d9d198c124e6848282508

Removes the early haxoring

hassox pushed to active at wycats/merb Mon Dec 01 03:08:02 -0800 2008
HEAD is 2cb36477910a1f0856896ef7a7298162d8ae1d77
  • hassox committed 2cb36477:
    Updates fix for the merb-auth-slice-password... boo..
hassox committed to wycats/merb Mon Dec 01 03:07:56 -0800 2008

2cb36477910a1f0856896ef7a7298162d8ae1d77

Updates fix for the merb-auth-slice-password... boo..

hassox pushed to active at wycats/merb Mon Dec 01 03:06:16 -0800 2008
HEAD is 8b19769a9de269f79f65855a8bece6d4fcfd135b
  • hassox committed 8b19769a:
    Updates the version number for the merb-auth-slice-password according to http://merb.lighthouseapp.com/projects/7433/tickets/1029
hassox committed to wycats/merb Mon Dec 01 03:06:03 -0800 2008

8b19769a9de269f79f65855a8bece6d4fcfd135b

Updates the version number for the merb-auth-slice-password according to http://merb.lighthouseapp.com/projects/7433/tickets/1029

hassox started watching topfunky/merb_static Fri Nov 28 15:21:20 -0800 2008
merb_static's description:
A Merb plugin that creates a static version of a website, for deployment to any webserver.
hassox started watching halorgium/couchdb Wed Nov 26 04:51:43 -0800 2008
couchdb's description:
Unofficial Git mirror of CouchDB svn repository. (Updated nightly)
hassox updated gist: 29363 Wed Nov 26 03:37:23 -0800 2008
function(doc) { if ( doc["couchrest-type"] == "Account" ) { emit(doc._id, ["Account", doc]);
hassox created gist: 29363 Wed Nov 26 03:08:31 -0800 2008
function(account_id, results, combine) { contacts = []; account = {};
hassox updated gist: 26869 Thu Nov 20 06:31:25 -0800 2008
Merb::Authorization.operator_classes User, Staff, Customer, Group, String, Hash Merb::Authorization.aliases :can?, is?, :authorized_for?, :authorized_to?, :authorized_with?
hassox committed to wycats/merb Thu Nov 20 05:02:19 -0800 2008

fbf8decc69aec35b0c35e725d7aba8372c62c83d

Merge branch 'ma_more_spec' into pusher

hassox committed to wycats/merb Thu Nov 20 05:02:18 -0800 2008

20bbb7b9c3e46825e074317ba1bb94d27942b01f

Merge branch 'active' of git@github.com:wycats/merb

hassox committed to wycats/merb Thu Nov 20 05:02:17 -0800 2008

7532894cb6efb681df24076c09366531a47a22e4

Adds specs for basic auth and password auth

hassox committed to wycats/merb Thu Nov 20 05:02:16 -0800 2008

77e8c70db62db5d962906a45cc99d72aaf081978

Adds specs for password based login

hassox committed to wycats/merb Thu Nov 20 05:02:15 -0800 2008

b35e70dbddd88d91bd06b6e21a36f01f063f0ceb

Adds specs for basic authentication