spohlenz

Sam Pohlenz
Good Dog Design
Bay Area
1
7
  • Rails user authentication plugin
    Created Fri May 23 09:14:24 -0700 2008
    legend
  • Really simple breadcrumbs for you rails app
    Created Sun Aug 31 11:13:38 -0700 2008
    legend
  • Rails (activerecord) plugin for importing records from Excel spreadsheets
    Created Fri May 23 09:27:04 -0700 2008
    legend
  • Ruby Library for FreshBooks
    Created Wed Aug 13 11:01:31 -0700 2008
    legend
  • iTunes Link Maker
    Created Wed Apr 16 11:51:46 -0700 2008
    legend
  • Rails plugin for Facebook/Bebo
    Created Wed Apr 16 10:48:50 -0700 2008
    legend
  • Simple framework for creating static web sites using SASS stylesheets
    Created Thu Sep 04 15:23:58 -0700 2008
    legend

Following

Public Activity  feed

spohlenz started watching sass-textmate-bundle 13 days ago
sass-textmate-bundle is at seaofclouds/sass-textmate-bundle
spohlenz started watching calendar-maker 18 days ago
calendar-maker is at nakajima/calendar-maker
spohlenz started watching calendar 18 days ago
calendar is at revans/calendar
spohlenz started watching slugalizer 27 days ago
slugalizer is at henrik/slugalizer
spohlenz created sassic about 1 month ago
New repository is at spohlenz/sassic
spohlenz started watching cappuccino about 1 month ago
cappuccino is at 280north/cappuccino
spohlenz committed to spohlenz/breadcrumbs about 1 month ago

843f2652caaa4f379c4e05314c278604e59173d7

Use class rather than id for breadcrumbs markup

spohlenz updated gist: 8264 4 times, most recently about 1 month ago
class String def slugify downcase.gsub(/[_ \/\\]/, '-').gsub(/[^\w\d -]/, '').gsub(/-+/, '-').gsub(/^-/, '').gsub(/-$/, '')
spohlenz created gist: 8264 about 1 month ago
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') describe "String#slugify" do
spohlenz created breadcrumbs about 1 month ago
New repository is at spohlenz/breadcrumbs