puny_mceプロジェクトがRails 3用に更新されていないようです。私はとても簡単なエディタを使いたいと思っています.tiny_mceのすべての添付ファイルの機能は必要ありません。puny_mce editor for Rails 3のインストール方法
私が手にエラーがある:vendor/plugins/puny_mce
の下
$ 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'
:
./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
誰かが手順を説明できますか?それとも、レーキのインストールスクリプトをどうやって更新できますか?