unmantained-activeadmin-plugins / activeadmin-wysihtml5

MIT License
87 stars 91 forks source link

Could not find gem? #3

Closed johanbaaij closed 11 years ago

johanbaaij commented 11 years ago

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)
johanbaaij commented 11 years ago

Came back to it and it magically worked, no idea what caused the previous problems.