Skip to content

Instantly share code, notes, and snippets.

View aimeerivers's full-sized avatar

aimee rivers aimeerivers

View GitHub Profile
/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'
from /Library/Ruby/Gems/1.8/gems/testjour-0.3.0/lib/testjour/commands/run.rb:21:in `execute'
from /Library/Ruby/Gems/1.8/gems/testjour-0.3.0/lib/testjour/cli.rb:37:in `execute'
from /Library/Ruby/Gems/1.8/gems/testjour-0.3.0/lib/testjour/cli.rb:7:in `execute'
from /Library/Ruby/Gems/1.8/gems/testjour-0.3.0/bin/testjour:8
from /usr/bin/testjour:19:in `load'
from /usr/bin/testjour:19
git status | grep 'features/[^step_definitions/]' | cut -d/ -f2 | xargs -I {} rake features FEATURE=features/{}
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
pagination. You run it all through a parser which converts to HTML files which can easily
be deployed to any web server.
module Prawnto
module TemplateHandler
class CompileSupport
# Monkey-patch the breaking method
def ssl_request?
false
end
end