Public Gists by aunderwo

Gravatar
Thu Nov 05 08:03:47 -0800 2009
1
2
3
# Author:: Anthony Underwood
# Date:: 2008-07-04
 
gist: 209308 crowd server action
Gravatar
Tue Oct 13 08:55:29 -0700 2009
1
2
3
# Splits up alignemnt into block sized chunks and then render them as html
class RenderAlignment < CloudCrowd::Action
  require 'rubygems'
Gravatar
Fri Jul 10 07:18:45 -0700 2009
1
2
3
class User < ActiveRecord::Base
include Roleify::RoleifyableModel
  include Clearance::User
Gravatar
Tue Jun 09 09:29:05 -0700 2009
1
2
3
# Filters added to this controller apply to all controllers in the application.
# Likewise, all the methods added will be available for all controllers.
 
Gravatar
Thu Mar 19 07:58:25 -0700 2009
1
2
3
# RAILSLOVE.com template
#
# with help and ideas from:
Gravatar
Wed Mar 04 15:11:50 -0800 2009
1
2
3
# http://gist.github.com/10524
# Prevents autotest from running your entire test suite after fixing a failed test.
# Works with ZenTest 3.10.0
Gravatar
Sat Feb 28 05:24:25 -0800 2009
1
2
3
#!/bin/sh -e
### BEGIN INIT INFO
# Provides: starling
Gravatar
Wed Nov 26 13:48:16 -0800 2008
1
2
3
module AdminFormHelper
 
  ##