Public Gists by startrader

Gravatar
Fri May 15 22:27:57 -0700 2009
1
2
3
%html{:xmlns=>"http://www.w3.org/1999/xhtml", "xml:lang"=>"en-us", :lang=>"en-us"}
  %head
    %title John F. Miller - Resume
Gravatar
Fri Feb 20 16:04:08 -0800 2009
1
2
3
Feature: Login # features/authentication/login.feature
  To ensure the safety of the application
  A regular user of the system
Gravatar
Mon Jan 12 18:39:07 -0800 2009
1
2
3
Feature: Explore the Universe
  In order to see what is out there
  Any user
gist: 44383 Persistance steps for Cucumber
Gravatar
Wed Jan 07 11:37:43 -0800 2009
1
2
3
#Common steps for persisting information
#Copyright 2009 John Miller. Licensed under the terms of the MIT License.
 
gist: 37694 cucumber features failing
Gravatar
Thu Dec 18 14:35:31 -0800 2008
1
2
3
$> rake features --trace
bin/rake:14: warning: Insecure world writable dir /home in PATH, mode 040777
(in /home/jfmiller28/dev/antarestrader)
gist: 32158 Wiki Formatter for RedCloth...
Gravatar
Thu Dec 04 16:00:59 -0800 2008
1
2
3
  #mixin for RedCloth that will convert [[wiki links]] to redcloth links
  module WikiFormatter
 
gist: 27949 Example of a Rack applicati...
Gravatar
Sat Nov 22 13:47:42 -0800 2008
1
2
3
# Example of a Rack application that takes advantage to body.each to simulate
# a real-time data feed.
#