spohlenz

Sam Pohlenz
Good Dog Design
Bay Area
3
9
Apr 16, 2008
  • Rails user authentication plugin
    Updated Sun Feb 15 20:45:16 -0800 2009
    legend
  • ActiveRecord plugin allowing you to hide and restore records without actually deleting them.
    Forked from technoweenie/acts_as_paranoid Wed Nov 19 14:51:53 -0800 2008
    legend
  • Really simple breadcrumbs for your rails app
    Updated Tue Nov 25 09:21:09 -0800 2008
    legend
  • Rails (activerecord) plugin for importing records from Excel spreadsheets
    Updated Tue Aug 12 09:22:10 -0700 2008
    legend
  • Ruby Library for FreshBooks
    Updated Wed Sep 10 15:42:04 -0700 2008
    legend
  • iTunes Link Maker
    Updated Thu Apr 17 09:19:11 -0700 2008
    legend
  • Rails plugin for Facebook/Bebo
    Updated Tue Aug 05 12:17:23 -0700 2008
    legend
  • Phusion Passenger (mod_rails)
    Forked from FooBarWidget/passenger Mon Nov 17 17:49:54 -0800 2008
    legend
  • Simple framework for creating static web sites using SASS stylesheets
    Updated Fri Dec 05 09:36:06 -0800 2008
    legend

Following

Public Activity  feed

spohlenz started watching georgepalmer/couch_foo Sat Mar 07 21:14:57 -0800 2009
couch_foo's description:
CouchFoo provides an ActiveRecord API interface to CouchDB
spohlenz started watching paulcarey/relaxdb Sat Mar 07 21:14:47 -0800 2009
relaxdb's description:
RelaxDB provides a simple Ruby interface to CouchDB
spohlenz committed to spohlenz/acts_as_authenticated_user Sun Feb 15 20:45:16 -0800 2009

e8ba2aec9aa53ad50dc67334f6e7ed6eb8f45add

Require digest for model extensions

spohlenz commented on rails/rails Thu Jan 15 14:17:37 -0800 2009
Comment in 1adc149:

I’ll test on a clean rails and make sure its not something stupid I’m doing.

spohlenz commented on rails/rails Thu Jan 15 12:58:41 -0800 2009
Comment in 1adc149:

This commit seems to cause problems on Passenger due to the fact that RewindableInput doesn’t define respond_to? (due to inheriting from BlankSlate).

respond_to? is called from parse_multipart_with_rewind in rack_ext.rb

spohlenz started watching nkallen/cache-money Fri Dec 12 10:05:14 -0800 2008
cache-money's description:
A Write-Through Cacheing Library for ActiveRecord
spohlenz committed to spohlenz/acts_as_authenticated_user Thu Dec 11 20:13:36 -0800 2008

fd1f5376267c0f263bc85b3c812c3e8d59ca23ed

Model support for OpenId

spohlenz committed to spohlenz/acts_as_authenticated_user Sun Nov 30 16:31:37 -0800 2008

6d4a4e7f8fad4fa87566cd8d1b3e7ba0656eb2b2

Fixed fatal errors when table doesn't exist

spohlenz committed to spohlenz/acts_as_authenticated_user Sun Nov 30 11:00:26 -0800 2008
spohlenz committed to spohlenz/acts_as_authenticated_user Sun Nov 30 10:57:08 -0800 2008

0b54b759c52e11715b76a5bcfdda8b589c4d49bd

Don't take params hash for process_login

spohlenz committed to spohlenz/acts_as_authenticated_user Sat Nov 29 16:44:07 -0800 2008

9039a87aafeda68396279cfab9fcc27282d7d3db

Don't remember me if params[:remember_me] not checked in form

spohlenz committed to spohlenz/acts_as_authenticated_user Sat Nov 29 16:34:33 -0800 2008

7d653abb64ea1556ab133f17bd0dce98f9b4e278

Remember to set auth token cookies

spohlenz committed to spohlenz/acts_as_authenticated_user Sat Nov 29 15:59:22 -0800 2008

57194b35f2c5db00ceb2e217dd9f6a7093268e18

Use correct identifier column from params when processing login

spohlenz committed to spohlenz/acts_as_authenticated_user Sat Nov 29 15:40:20 -0800 2008

f0bcc9c5621a0bbfc4ab08c8c3c40f6fa67e66f1

Documentation for remember me functionality

spohlenz committed to spohlenz/acts_as_authenticated_user Sat Nov 29 15:40:18 -0800 2008

e56e2b6ef24dd5ddebe59fe220bb7b930b478aec

Cookie login tests and implementation

spohlenz committed to spohlenz/acts_as_authenticated_user Sat Nov 29 15:40:17 -0800 2008
spohlenz committed to spohlenz/acts_as_authenticated_user Sat Nov 29 15:40:15 -0800 2008
spohlenz committed to spohlenz/acts_as_authenticated_user Sat Nov 29 15:40:14 -0800 2008

cbbd88d3f67f7ff045a376457c7c56276463b09b

Use class attr accessor for identifier column

spohlenz committed to spohlenz/acts_as_authenticated_user Sat Nov 29 15:40:12 -0800 2008

6b8f423c27523a5fa34e340bc800a0ebe45ce32d

Model support for remember me functionality

spohlenz committed to spohlenz/acts_as_authenticated_user Fri Nov 28 14:24:53 -0800 2008

d3e10c8af5932086cf2839c15b91f7d3cf73ca0c

process_login no longer requires the user model as a parameter

spohlenz committed to spohlenz/acts_as_authenticated_user Fri Nov 28 14:19:44 -0800 2008

dc5bb7379f602911bec1a3f6c4bc25a18791fde0

Specs and documentation cleanup

spohlenz committed to spohlenz/acts_as_authenticated_user Wed Nov 26 23:00:57 -0800 2008

6d9b8f7316578897f3cf2cdecda5477842533727

Fixes to README formatting