refinery / refinerycms-page-images

Adds an images tab to your pages so you can format a group of images really nicely on the frontend
104 stars 120 forks source link

Could not find generator refinery:page_images #55

Closed xeromorph closed 12 years ago

xeromorph commented 12 years ago

Title is self-explanatory

using gem like this

Gemfile:

gem 'refinerycms', :git => 'https://github.com/resolve/refinerycms.git'
gem 'refinerycms-i18n',   '~> 2.0.0', :git => 'https://github.com/parndt/refinerycms-i18n.git'
gem 'refinerycms-blog', :git => 'https://github.com/resolve/refinerycms-blog.git', :branch => 'rails-3-1'
gem 'refinerycms-page-images', :git => 'https://github.com/resolve/refinerycms-page-images.git', :branch => 'rails-3-1'

then following installation guide stumble upon following error:

$ rails generate refinery:page_images
Could not find generator refinery:page_images