Public Gists by archfear

Gravatar
Wed Jun 24 21:56:35 -0700 2009
1
2
3
dan@blackcherry ~/rupture/platform/rpcore[master*]$ escript t/rpcore_t_001.t
t/rpcore_t_001.t:17: Warning: variable 'Err' is unused
# Current time local 2009-06-24 21:54:53
Gravatar
Sat May 23 16:05:39 -0700 2009
1
2
3
##
# test/spec/mini 2
# http://gist.github.com/25455
Gravatar
Wed May 06 14:01:47 -0700 2009
1
2
3
class Test::Unit::TestCase
 
  def self.should_have_before_filter(expected_method, options = {})
Gravatar
Fri Feb 06 02:42:32 -0800 2009
1
2
3
var DateHelper = {
  // Takes the format of "Jan 15, 2007 15:45:00 GMT" and converts it to a relative time
  // Ruby strftime: %b %d, %Y %H:%M:%S GMT
gist: 57458 Template which configures a...
Gravatar
Tue Feb 03 02:38:36 -0800 2009
1
2
3
# Template which configures a generic Rails app with Shoulda, Factory Girl,
# HAML, etc while commiting each step into git.
#