Closed xeromorph closed 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
Title is self-explanatory
using gem like this
Gemfile:
then following installation guide stumble upon following error: