ncho
unread,Dec 9, 2010, 6:03:10 PM12/9/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to EngineY
Hello -- I'm unable to launch EngineY. I have the prerequisite gems
and libraries installed -- Disguise 3.0.2 gem, ImageMagick library,
and RMagick 2.13.1 gem), but when I attempt to do a "rake
db:create:all" I get the following error:
--------
$rake db:create:all --trace
(in /Users/ncho/Desktop/sandbox/rails/EngineY)
rake aborted!
no such file to load -- disguise/tasks
/Users/ncho/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/site_ruby/1.8/
rubygems/custom_require.rb:31:in `gem_original_require'
/Users/ncho/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/site_ruby/1.8/
rubygems/custom_require.rb:31:in `require'
/Users/ncho/.rvm/gems/ruby-1.8.7-p302/gems/activesupport-2.3.5/lib/
active_support/dependencies.rb:156:in `require'
/Users/ncho/.rvm/gems/ruby-1.8.7-p302/gems/activesupport-2.3.5/lib/
active_support/dependencies.rb:521:in `new_constants_in'
/Users/ncho/.rvm/gems/ruby-1.8.7-p302/gems/activesupport-2.3.5/lib/
active_support/dependencies.rb:156:in `require'
/Users/ncho/Desktop/sandbox/rails/EngineY/Rakefile:12
/Users/ncho/.rvm/gems/ruby-1.8.7-p302/gems/rake-0.8.7/lib/rake.rb:
2383:in `load'
/Users/ncho/.rvm/gems/ruby-1.8.7-p302/gems/rake-0.8.7/lib/rake.rb:
2383:in `raw_load_rakefile'
/Users/ncho/.rvm/gems/ruby-1.8.7-p302/gems/rake-0.8.7/lib/rake.rb:
2017:in `load_rakefile'
/Users/ncho/.rvm/gems/ruby-1.8.7-p302/gems/rake-0.8.7/lib/rake.rb:
2068:in `standard_exception_handling'
/Users/ncho/.rvm/gems/ruby-1.8.7-p302/gems/rake-0.8.7/lib/rake.rb:
2016:in `load_rakefile'
/Users/ncho/.rvm/gems/ruby-1.8.7-p302/gems/rake-0.8.7/lib/rake.rb:
2000:in `run'
/Users/ncho/.rvm/gems/ruby-1.8.7-p302/gems/rake-0.8.7/lib/rake.rb:
2068:in `standard_exception_handling'
/Users/ncho/.rvm/gems/ruby-1.8.7-p302/gems/rake-0.8.7/lib/rake.rb:
1998:in `run'
/Users/ncho/.rvm/gems/ruby-1.8.7-p302/gems/rake-0.8.7/bin/rake:31
/Users/ncho/.rvm/gems/ruby-1.8.7-p302/bin/rake:19:in `load'
/Users/ncho/.rvm/gems/ruby-1.8.7-p302/bin/rake:19
--------
I've even attempted to run "rake enginey:db:rubymi_populate", but
ended up with the same error.
My specs...
Mac OSX 10.6.5
Ruby 1.8.7
Rails 2.3.5
Rake 0.8.7
Any thoughts?