Skip to content

Instantly share code, notes, and snippets.

@billsaysthis
Created April 15, 2010 20:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billsaysthis/9ee7144bb17c5a6a0e57 to your computer and use it in GitHub Desktop.
Save billsaysthis/9ee7144bb17c5a6a0e57 to your computer and use it in GitHub Desktop.
wgd1$ ruby -v
ruby 1.9.2dev (2009-07-18 trunk 24186) [i386-darwin9.8.0]
wgd1$ rails -v
/Users/xxx/Sites/wgd1/config/boot.rb:6:in `require': no such file to load -- bundler (LoadError)
from /Users/xxx/Sites/wgd1/config/boot.rb:6:in `rescue in <top (required)>'
from /Users/xxx/Sites/wgd1/config/boot.rb:2:in `<top (required)>'
from script/rails:9:in `require'
from script/rails:9:in `<main>'
wgd1$ bundle check
The Gemfile's dependencies are satisfied
wgd1$ rails s
/Users/xxx/Sites/wgd1/config/boot.rb:6:in `require': no such file to load -- bundler (LoadError)
from /Users/xxx/Sites/wgd1/config/boot.rb:6:in `rescue in <top (required)>'
from /Users/xxx/Sites/wgd1/config/boot.rb:2:in `<top (required)>'
from script/rails:9:in `require'
from script/rails:9:in `<main>'
@dpickett
Copy link

/Users/dpickett/.rvm/gems/ruby-1.8.7-p249/gems/activesupport-3.0.0.beta3/lib/active_support/dependencies.rb:209:in `require': /Users/dpickett/.rvm/gems/ruby-1.8.7-p249/gems/meta_search-0.3.0/lib/meta_search/builder.rb:26: syntax error, unexpected tSYMBEG, expecting tAMPER (SyntaxError)
delegate *RELATION_METHODS, :to => :relation
^
/Users/dpickett/.rvm/gems/ruby-1.8.7-p249/gems/meta_search-0.3.0/lib/meta_search/builder.rb:118: syntax error, unexpected kDO_BLOCK, expecting kEND
metaclass.instance_eval do
^
/Users/dpickett/.rvm/gems/ruby-1.8.7-p249/gems/meta_search-0.3.0/lib/meta_search/builder.rb:119: syntax error, unexpected kDO_BLOCK, expecting kEND
/Users/dpickett/.rvm/gems/ruby-1.8.7-p249/gems/meta_search-0.3.0/lib/meta_search/builder.rb:123: syntax error, unexpected kDO_BLOCK, expecting kEND
define_method("#{association}#{attribute}#{type}=") do |val|
^
/Users/dpickett/.rvm/gems/ruby-1.8.7-p249/gems/meta_search-0.3.0/lib/meta_search/builder.rb:132: syntax error, unexpected kEND, expecting $end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment