Hi. I seem to have some issues with installing this gem.
Added gem 'activeadmin-wysihtml5' to my gemfile and did a bundle install, get the message;
Could not find gem 'activeadmin-wysihtml5 (>= 0) ruby' in the gems available on this machine.
Then i tried adding the gem from this github repo which resulted in the following;
Could not find gem 'activeadmin-dragonfly (>= 0) ruby', which is required by gem 'activeadmin-wysihtml5 (>= 0) ruby', in any of the sources.
Am i doing anything wrong?
Cheers!
Edit: fixed it by adding dragonfly through git as well.
Edit 2: did not really fix it because now it get this :).
rake active_admin_editor:install:migrations
rake aborted!
Don't know how to build task 'active_admin_editor:install:migrations'
/home/johan/.rvm/gems/ruby-1.9.3-p327@rails329/bin/ruby_noexec_wrapper:14:in `eval'
/home/johan/.rvm/gems/ruby-1.9.3-p327@rails329/bin/ruby_noexec_wrapper:14:in `<main>'
(See full trace by running task with --trace)
Hi. I seem to have some issues with installing this gem.
Added
gem 'activeadmin-wysihtml5'
to my gemfile and did abundle install
, get the message;Then i tried adding the gem from this github repo which resulted in the following;
Am i doing anything wrong? Cheers!
Edit: fixed it by adding dragonfly through git as well.
Edit 2: did not really fix it because now it get this :).