Кажется, проект puny_mce не обновлен для Rails 3. Кто-нибудь поможет мне запустить его? Я хочу иметь очень простой редактор, и мне не нужны все возможности вложения tiny_mce.Как установить редактор puny_mce для Rails 3
Ошибки я получаю:
$ rails plugin install git://github.com/imanel/puny_mce.git
$ rake puny_mce:install
DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/01/04/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /data/rails/tracker/Rakefile:7)
rake aborted!
Don't know how to build task 'puny_mce:install'
Под vendor/plugins/puny_mce
:
./init.rb <-- ActionView::Base.send :include, PunyMCE
./lib/puny_mce.rb <-- module PunyMCE
./public/javascripts <-- all the js/css/images/html etc
./tasks/puny_mce.rake <-- the rake installer script
Может кто-то объяснить шаги? Или как я могу обновить скрипт установки рейка?