samvera-deprecated / hydra

Project Hydra Stack Dependencies
Other
83 stars 30 forks source link

When I run the generator on a clean system, I get an error telling me I don't have rspec-rails installed #13

Closed mark-dce closed 10 years ago

mark-dce commented 11 years ago

re-running bundle install fixes the error, but we should probably clean it up.

Output from my clean install (in my dev VM):

~/hydra-demo$ rails g hydra:install generate blacklight --devise ... _lots of predictable stuff here- ... run bundle install from "." ... Your bundle is complete! ... yet more stuff you would expect ... ... and finally ... rake db:migrate Could not find gem 'rspec-rails (>= 0) ruby' in the gems available on this machine. Run bundle install to install missing gems. camper@hydra-vbox:~

jcoyne commented 11 years ago

I've added a fix to hydra-head: https://github.com/projecthydra/hydra-head/pull/71 Someone needs to merge the PR, then we can do a new point release.

awead commented 11 years ago

merged. branch deleted.

happy 4th!


Adam Wead Systems and Digital Collections Librarian Rock and Roll Hall of Fame and Museum 216.515.1960 (t) 215.515.1964 (f)

On Thu, Jul 4, 2013 at 8:52 AM, Justin Coyne notifications@github.comwrote:

I've added a fix to hydra-head: projecthydra/hydra-head#71https://github.com/projecthydra/hydra-head/issues/71 Someone needs to merge the PR, then we can do a new point release.

— Reply to this email directly or view it on GitHubhttps://github.com/projecthydra/hydra/issues/13#issuecomment-20475381 .

jcoyne commented 11 years ago

I've released hydra 6.0.0.rc9 to fix this problem. @mark-dce can you retest?

mark-dce commented 11 years ago

Happy 4th! - will test first thing Friday.