rails_tiny_mce
rails_tiny_mce copied to clipboard
A Tiny MCE Rich text Editor for rails using jquery, paperclip with image and media upload support
Hi, I really like your plugin, is there any possibility to convert it to a gem in the near future?
app/models/tiny_print.rb undefined method `has_attached_file' for #Class:0x00000003346ba8
Running rails g tiny_migration gave me this error in `const_missing': uninitialized constant ActionDispatch::Routing::Routes (NameError) which I solved by changing the first line in rails_tiny_mce/config/routes.rb to Rails.application.routes.draw do
I am trying to install the plugin using ruby 1.9.2 and rails 3.0.9, when I run the following command to install ``` rails plugin install git://github.com/sandipransing/rails_tiny_mce.git ``` it errors with...
Hi, I am having issues in getting the plugin image/upload mechanism to work properly when deployed under passenger to shared environment. My application is hosted in an environment shared by...