samvera-deprecated / worthwhile

An simple institutional repository for Hydra
Other
17 stars 5 forks source link

No worthwhile:install generator #10

Closed mjgiarlo closed 10 years ago

mjgiarlo commented 10 years ago

Following the README, there does not seem to be a worthwhile:install generator in my app. See the app here:

https://github.com/mjgiarlo/worthwhile-repo

I generated a vanilla Rails 4.0.5 app, added worthwhile to the Gemfile, and rails cannot find the "worthwhile:install" generator. When I list the generators available within the app, there's nothing there for worthwhile. Ideas? Or is the README outdated?

flyingzumwalt commented 10 years ago

That’s odd. I’m getting the same behavior. The generator works when we generate spec/internal and it appears in curationexperts/absolute when you run rails g, but when I generate a new rails app and add worthwhile to the Gemfile it doesn’t show up.

On May 21, 2014, at 11:00 PM, Michael J. Giarlo notifications@github.com wrote:

Following the README, there does not seem to be a worthwhile:install generator in my app. See the app here:

https://github.com/mjgiarlo/worthwhile-repo

I generated a vanilla Rails 4.0.5 app, added worthwhile to the Gemfile, and rails cannot find the "worthwhile:install" generator. When I list the generators available within the app, there's nothing there for worthwhile. Ideas? Or is the README outdated?

— Reply to this email directly or view it on GitHub.

mjgiarlo commented 10 years ago

Looks like the install generator was added after the 0.0.1.alpha release was cut. I bet pointing at GitHub will get me past this. Could be time for another release?

mjgiarlo commented 10 years ago

Indeed, that fixes it.