MrDys / blacklight

Blacklight Plugin
http://projectblacklight.org/
Other
1 stars 1 forks source link

CLONE -rake gems:install does not work #489

Closed MrDys closed 12 years ago

MrDys commented 12 years ago

CODEBASE-304: paz:rails eos8d$ rake spec:plugins (in /usr/local/projects/demo/rails) Missing these required gems: mislav-will_paginate = 2.3.8 mwmitchell-rsolr = 0.8.1 mwmitchell-rsolr-ext = 0.5.9

I'm not sure who is the right person to troubleshoot this, so Matt if this is something Jamie should look at instead of you, just assign it to him, okay?

I just upgraded my BL demo app to the latest rev. Then I try to run my rspec tests:

paz:rails eos8d$ rake spec:plugins (in /usr/local/projects/demo/rails) Missing these required gems: mislav-will_paginate = 2.3.8 mwmitchell-rsolr = 0.8.1 mwmitchell-rsolr-ext = 0.5.9

You're running: ruby 1.8.7.72 at /opt/local/bin/ruby rubygems 1.3.1 at /Users/eos8d/.gem/ruby/1.8, /opt/local/lib/ruby/gems/1.8

Run rake gems:install to install the missing gems.

Yay! This is what I expect. But then:

paz:rails eos8d$ rake gems:install (in /usr/local/projects/demo/rails) rake aborted! undefined method `[]' for :blacklight:Symbol

(See full trace by running task with --trace)

I tried running it with --trace but it didn't tell me anything I could understand. Is this a problem with the plugin? or with the rake task that installs gems? Thanks!

MrDys commented 12 years ago

Original reporter:

MrDys commented 12 years ago

cbeer: obsolete bug.