Public Gists by sermoa

Gravatar
Thu Nov 19 14:15:33 -0800 2009
1
2
3
<html>
  <head>
    <title>Example Notice</html>
Gravatar
Fri Sep 25 17:04:03 -0700 2009
1
2
3
You're nearly there!
 
The final bit.ly link is formed by putting together the 5 bonus letters you've found along the way.
Gravatar
Tue Aug 25 08:35:20 -0700 2009
1
2
3
/Library/Ruby/Gems/1.8/gems/testjour-0.3.0/lib/testjour/configuration.rb:20:in `setup': undefined method `options=' for nil:NilClass (NoMethodError)
from /Library/Ruby/Gems/1.8/gems/testjour-0.3.0/lib/testjour/commands/run.rb:22:in `execute'
from /Library/Ruby/Gems/1.8/gems/testjour-0.3.0/lib/testjour/http_queue.rb:82:in `with_queue_server'
Gravatar
Wed May 27 02:04:15 -0700 2009
1
git status | grep 'features/[^step_definitions/]' | cut -d/ -f2 | xargs -I {} rake features FEATURE=features/{}
Gravatar
Sat Apr 25 14:43:55 -0700 2009
1
2
3
Inspired by Ruby on Rails, Webby has layouts, partials and helpers, but no database,
so it’s ideal for small static content websites. You can write your pages in erb, textile,
haml, markdown. You can write Ruby code to generate navigator links, breadcrumb trails and
Gravatar
Tue Apr 07 05:18:40 -0700 2009
1
2
3
module Prawnto
  module TemplateHandler
    class CompileSupport