PerfectlyNormal / tinymce-rails-imageupload

Image upload plugin for TinyMCE and Rails with the asset pipeline
MIT License
149 stars 153 forks source link

Gem should be added this way for now #51

Closed ZakharDay closed 10 years ago

ZakharDay commented 10 years ago

Can't install gem. Trace:

Fetching gem metadata from https://rubygems.org/........ Fetching additional metadata from https://rubygems.org/.. Resolving dependencies... Could not find gem 'tinymce-rails-imageupload (~> 4.0.0) ruby' in the gems available on this machine.

halida commented 10 years ago

Same issue.

PerfectlyNormal commented 10 years ago

I'm not entirely ready to release it as a stable version, which is why it's published as a pre-release.

You can therefore either use the github: "PerfectlyNormal/tinymce-rails-imageupload" or git: "..." method, or specify that you want pre-release versions, using something like:

gem "tinymce-rails-imageupload", "~> 4.0.0.beta"

in your Gemfile.

ZakharDay commented 10 years ago

In case that stable version not released yet it will be nice to show the correct way to install the gem. May be my last commit will be more convenient for this.

Thank you for the gem, it's saved a lot of time.