This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git status | grep 'features/[^step_definitions/]' | cut -d/ -f2 | xargs -I {} rake features FEATURE=features/{} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module Prawnto | |
module TemplateHandler | |
class CompileSupport | |
# Monkey-patch the breaking method | |
def ssl_request? | |
false | |
end | |
end |
NewerOlder