SammyLin / redactor-rails

This repo is deprecated. Please check out official gem for Redactor 2. https://github.com/Redactor2/redactor2_rails
MIT License
389 stars 253 forks source link

Error when running redactor:install (on Mongoid) #26

Closed jmuheim closed 11 years ago

jmuheim commented 11 years ago
$ rails generate redactor:install
       route  mount RedactorRails::Engine => '/redactor_rails'
Could not find "mongoid/carrierwave/redactor/asset.rb" in any of your source paths. Your current source paths are: 
/Users/josh/Documents/Work/Sientia/iq/lib/templates/redactor/install
/Users/josh/.rvm/gems/ruby-1.9.3-p0/gems/redactor-rails-0.3.2/lib/generators/redactor/templates

Any idea? Thanks.

ahmarov commented 11 years ago

the same problem :(

ahmarov commented 11 years ago

found solution. Try to get last version: gem 'redactor-rails', git: 'git://github.com/SammyLin/redactor-rails.git'

jmuheim commented 11 years ago

Thanks, the installer seems to work that way.