开发者

Rails 2.3.8 tiny mce issue - undefined method `uses_tiny_mce'

开发者 https://www.devze.com 2023-03-29 03:14 出处:网络
I am facing an issue in my application with tiny mce. All the gem version & ruby versi开发者_开发知识库on is OK on my system, but it is giving me error

I am facing an issue in my application with tiny mce. All the gem version & ruby versi开发者_开发知识库on is OK on my system, but it is giving me error = undefined method `uses_tiny_mce'

Here i installed the tiny_mce gem. COnfigured it correctely, but still there is an issue.

Please help.

Rails 2.3.8 tiny mce issue - undefined method `uses_tiny_mce'


Did you include

config.gem 'tiny_mce'

in config/environment.rb?

I have used this gem in the past too, but have stopped using it. I figured it complicated the setup and deployment of my Rails apps. Since then I have just used the TinyMCE editor by itself. Since it is 100% javascript, it does not touch any Ruby code which keeps things better organized.


I was not using this as a plugin. I have followed the steps given in the,

http://enginey.googlecode.com/svn/trunk/vendor/plugins/tiny_mce/README.rdoc

Steps :

script/plugin install git://github.com/kete/tiny_mce.git rake tiny_mce:install

my issue got resolved.

0

精彩评论

暂无评论...
验证码 换一张
取 消