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
# Project-specific .irbrc | |
if Dir.pwd != File.expand_path("~") | |
local_irbrc = File.expand_path '.irbrc' | |
if File.exist? local_irbrc | |
puts "Loading #{local_irbrc}" | |
load local_irbrc | |
end | |
end |
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
require 'grit' | |
GRIT_EXTENSIONS_PATH = File.expand_path './lib/walter/grit_extensions.rb' | |
def reload_grit_extensions!; load GRIT_EXTENSIONS_PATH; end | |
reload_grit_extensions! |
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
$ rvm info | |
rvm 0.1.8 by Wayne E. Seguin (wayneeseguin@gmail.com) [http://rvm.beginrescueend.com/] | |
system: | |
uname: "Darwin wabook.local 10.2.0 Darwin Kernel Version 10.2.0: Tue Nov 3 10:37:10 PST 2009; root:xnu-1486.2.11~1/RELEASE_I386 i386" | |
shell: "bash" | |
version: "3.2.48(1)-release" | |
ruby: |
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
_\m/ ~ | gem install redish | |
Successfully installed redis-0.1.2 | |
Successfully installed redish-0.0.1 | |
2 gems installed | |
_\m/ ~ | redish -h | |
/Users/seth/.rvm/gems/ruby-1.8.6-p383/gems/redis-0.1.2/lib/redis.rb:163:in `initialize': can't convert true into String (TypeError) | |
from /Users/seth/.rvm/gems/ruby-1.8.6-p383/gems/redis-0.1.2/lib/redis.rb:163:in `new' | |
from /Users/seth/.rvm/gems/ruby-1.8.6-p383/gems/redis-0.1.2/lib/redis.rb:163:in `connect_to' | |
from /Users/seth/.rvm/gems/ruby-1.8.6-p383/gems/redis-0.1.2/lib/redis.rb:146:in `connect_to_server' | |
from /Users/seth/.rvm/gems/ruby-1.8.6-p383/gems/redis-0.1.2/lib/redis.rb:195:in `call_command' |
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
_\m/ vegas (master) | github track quirkey | |
/Users/seth/.rvm/gems/ruby-1.9.1-p378/gems/github-0.4.1/lib/github/extensions.rb:11: warning: undefining `object_id' may cause serious problem | |
/Users/seth/.rvm/gems/ruby-1.9.1-p378/gems/github-0.4.1/lib/github.rb:151: [BUG] Segmentation fault | |
ruby 1.9.1p378 (2010-01-10 revision 26273) [i386-darwin10.2.0] | |
-- control frame ---------- | |
c:0012 p:---- s:0039 b:0039 l:000038 d:000038 CFUNC :module_eval | |
c:0011 p:0088 s:0034 b:0034 l:000033 d:000033 METHOD /Users/seth/.rvm/gems/ruby-1.9.1-p378/gems/github-0.4.1/lib/github.rb:151 | |
c:0010 p:0012 s:0028 b:0028 l:000019 d:000027 BLOCK /Users/seth/.rvm/gems/ruby-1.9.1-p378/gems/github-0.4.1/lib/github.rb:68 | |
c:0009 p:---- s:0025 b:0025 l:000024 d:000024 FINISH |
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
_\m/ vegas (simpler-app-filenames) | rvm info | |
rvm 0.1.3 by Wayne E. Seguin (wayneeseguin@gmail.com) [http://rvm.beginrescueend.com/] | |
system: | |
uname: "Darwin wabook.local 10.2.0 Darwin Kernel Version 10.2.0: Tue Nov 3 10:37:10 PST 2009; root:xnu-1486.2.11~1/RELEASE_I386 i386" | |
ruby: | |
interpreter: "ruby" |
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
_\m/ mongrel-1.1.5 | ~/p/nitgit-vegas/bin/nit | |
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- mongrel (LoadError) | |
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' | |
from /Users/seth/.rvm/gems/ruby-1.9.1-p378/gems/rack-1.1.0/lib/rack/handler/mongrel.rb:1 | |
from /Users/seth/.rvm/gems/ruby-1.9.1-p378/gems/rack-1.1.0/lib/rack/handler.rb:17:in `const_get' | |
from /Users/seth/.rvm/gems/ruby-1.9.1-p378/gems/rack-1.1.0/lib/rack/handler.rb:17:in `get' | |
from /Users/seth/.rvm/gems/ruby-1.9.1-p378/gems/rack-1.1.0/lib/rack/handler.rb:17:in `each' | |
from /Users/seth/.rvm/gems/ruby-1.9.1-p378/gems/rack-1.1.0/lib/rack/handler.rb:17:in `get' | |
from /Users/seth/.rvm/gems/ruby-1.9.1-p378/gems/vegas-0.1.3/lib/vegas/runner.rb:265:in `setup_rack_handler' | |
from /Users/seth/.rvm/gems/ruby-1.9.1-p378/gems/vegas-0.1.3/lib/vegas/runner.rb:35:in `initialize' |
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
_\m/ nitgit-vegas (syntax-highlighting/pygments) | pygmentize -S colorful -f html lib/nitgit.rb Usage: /usr/local/bin/pygmentize [-l <lexer> | -g] [-F <filter>[:<options>]] [-f <formatter>] | |
[-O <options>] [-P <option=value>] [-o <outfile>] [<infile>] | |
/usr/local/bin/pygmentize -S <style> -f <formatter> [-a <arg>] [-O <options>] [-P <option=value>] | |
/usr/local/bin/pygmentize -L [<which> ...] | |
/usr/local/bin/pygmentize -N <filename> | |
/usr/local/bin/pygmentize -H <type> <name> | |
/usr/local/bin/pygmentize -h | -V | |
Highlight the input file and write the result to <outfile>. |
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
Read error: #<Errno::EISDIR: Is a directory - /Users/seth/p/nitgit-vegas/.git/objects/10/> | |
/usr/local/lib/ruby/gems/1.8/gems/grit-2.0.0/lib/grit/git-ruby/internal/loose.rb:32:in `read' | |
/usr/local/lib/ruby/gems/1.8/gems/grit-2.0.0/lib/grit/git-ruby/internal/loose.rb:32:in `[]' | |
/usr/local/lib/ruby/gems/1.8/gems/grit-2.0.0/lib/grit/git-ruby/repository.rb:84:in `get_raw_object_by_sha1' | |
/usr/local/lib/ruby/gems/1.8/gems/grit-2.0.0/lib/grit/git-ruby/repository.rb:83:in `each' | |
/usr/local/lib/ruby/gems/1.8/gems/grit-2.0.0/lib/grit/git-ruby/repository.rb:83:in `get_raw_object_by_sha1' | |
/usr/local/lib/ruby/gems/1.8/gems/grit-2.0.0/lib/grit/git-ruby/repository.rb:307:in `walk_log' | |
/usr/local/lib/ruby/gems/1.8/gems/grit-2.0.0/lib/grit/git-ruby/repository.rb:260:in `log' | |
/usr/local/lib/ruby/gems/1.8/gems/grit-2.0.0/lib/grit/git-ruby/repository.rb:279:in `rev_list' | |
/usr/local/lib/ruby/gems/1.8/gems/grit-2.0.0/lib/grit/git-ruby.rb:63:in `rev_list' |
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
_\m/ mediainfo (xml-only-with-parser-choices) | rake nokogiri | |
(in /Users/seth/p/mediainfo) | |
/usr/local/bin/ruby -I"lib:ext:bin:test" "/usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/mediainfo_awaywego_test.rb" "test/mediainfo_broken_embraces_test.rb" "test/mediainfo_dinner_test.rb" "test/mediainfo_hats_test.rb" "test/mediainfo_omen_image_test.rb" "test/mediainfo_string_test.rb" "test/mediainfo_test.rb" "test/mediainfo_vimeo_test.rb" "test/test_helper.rb" | |
Loaded suite /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader | |
Started | |
........................................................................................................................................................................................................................................................................................................................................................................................................................................................ |