rsl (Russell Norris)

Name
Russell Norris
Email
Website/Blog
http://luckysneaks.com/blog
Company
Lucky Sneaks
Location
Atlanta, GA
Member Since
Jan 29, 2008 (about 1 year)

Following 5 githubbers and watching 45 repositories view all →

Public Repositories (9)

  • skinny_spec

    Skinny Spec is a collection of Rspec helper methods designed to help trim the fat and DRY up some...

    legend

    Last updated Wed Nov 04 05:48:36 -0800 2009

  • stringex

    Some [hopefully] useful extensions to Ruby’s String class. It is made up of three libraries: Acts...

    legend

    Last updated Mon Oct 12 06:20:22 -0700 2009

  • simple_auto_complete

    Rails: Simple, customizable, auto complete

    legend

    Forked from grosser/simple_auto_complete Tue Sep 29 12:51:53 -0700 2009

    Last updated Sun Sep 06 09:43:21 -0700 2009

  • acts_as_snook

    A comment spam solution that doesn't rely on CAPTCHAs, Javascript, or external web services. In o...

    legend

    Last updated Tue Jun 23 07:48:15 -0700 2009

  • make_resourceful

    Controller abstractor for Rails

    legend

    Forked from hcatlin/make_resourceful Thu Apr 23 15:19:53 -0700 2009

    Last updated Tue Feb 10 02:26:41 -0800 2009

  • proxy_attributes

    ProxyAttributes is designed to "skinny-up" your controller code by moving the creation and manage...

    legend

    Last updated Thu Jan 29 09:18:22 -0800 2009

  • rsl.github.com

    Nathaniel likes to dance (even if I do not).

    legend

    Last updated Sat Jan 10 14:32:01 -0800 2009

  • routing_tricks

    Just a git repo for Jamis Buck's routing_tricks plugin, which I've found very useful

    legend

    Last updated Thu Jun 05 10:21:55 -0700 2008

  • memory_test_fix

    Just a git repo for the memory_test_fix, which I've found useful

    legend

    Last updated Thu Jun 05 10:08:17 -0700 2008

Public Activity feed

rsl applied fork commits to skinny_spec/master Wed Nov 04 05:48:36 -0800 2009
master was changed to 02bad2
rsl started watching collectiveidea/html5 Mon Oct 26 06:54:18 -0700 2009
html5's description:
A Rails plugin for playing around with HTML5.
rsl pushed to master at rsl/stringex Mon Oct 12 06:20:23 -0700 2009
HEAD is fd7f24674382b4f00eb17f85fb52ada1f2f4bf2c
rsl closed issue 3 on rsl/stringex Mon Oct 12 06:15:29 -0700 2009
sometimes items with nil urls are created
rsl pushed to master at rsl/stringex Mon Oct 12 06:13:41 -0700 2009
HEAD is 51af1eb48313db5acefd8492310f6d4fd4463ead
rsl created tag v1.1.0 at rsl/stringex Mon Oct 12 05:43:35 -0700 2009
New tag is at rsl/stringex/tree/v1.1.0
rsl pushed to master at rsl/stringex Mon Oct 12 05:42:21 -0700 2009
HEAD is f56250f2b067f548d2d8d236e73386e37d722511

2 commits »

rsl pushed to master at rsl/stringex Mon Oct 12 05:25:49 -0700 2009
HEAD is 133c18208fbf3747fed2ec9ceba93711948d39b9
  • rsl committed 133c1820:
    doesn't look like before_validation currently respects :on => :create. temporary rollback
rsl pushed to master at rsl/stringex Mon Oct 12 05:24:32 -0700 2009
HEAD is 6e47f6a5686fd66b5e7283dee453d1f66fa01a83
  • rsl committed 6e47f6a5:
    removed deprecated dbfile argument for AR
rsl closed issue 1 on rsl/stringex Mon Oct 12 04:57:06 -0700 2009
url = nil will not regenerate
rsl closed issue 5 on rsl/stringex Mon Oct 12 04:54:31 -0700 2009
before_validation_on_create removed in Rails 3
rsl forked gist: 205031 Thu Oct 08 06:51:30 -0700 2009
rsl created gist: 200757 Sat Oct 03 10:06:38 -0700 2009
# Template custom_content_for :foo do ...
rsl created gist: 200661 Sat Oct 03 07:09:12 -0700 2009
# -*- coding: utf-8 -*- require 'set'
rsl created gist: 200660 Sat Oct 03 07:07:25 -0700 2009
# -*- coding: utf-8 -*- require 'set'
rsl created gist: 199972 Fri Oct 02 11:26:52 -0700 2009
module TryChain def try_chain(*method_list) target = self
rsl applied fork commits to stringex/master Fri Oct 02 04:54:55 -0700 2009
master was changed to 7336f3
rsl applied fork commits to stringex/master Fri Oct 02 04:54:33 -0700 2009
master was changed to edf5a5
rsl forked grosser/simple_auto_complete Tue Sep 29 12:51:55 -0700 2009
Forked repository is at rsl/simple_auto_complete
rsl created gist: 195491 Mon Sep 28 08:11:08 -0700 2009
# Kinda expected this first one to raise an exception instead of returning false >> 1.0 =~ /1.0/ ...