4 By: Ben Kittrell - http://garbageburrito.com
5 DoodleBit LLC - http://doodlebit.com
7 For: DoodleKit Website Builer - http://doodlekit.com
12 This plugin assumes that you have TinyMCE 2.0.6.1 or higher installed in /public/javascripts/tiny_mce.
17 Extract the plugin to vendor/plugins. This README should be in RAILS_ROOT/vendor/plugins/tiny_mce_gzip
19 Add the following line to routes.rb
21 TinyMceGzip::Routes.add_routes
23 Change your tiny_mce javascript include to the following.
25 <%= javascript_include_tag("tiny_mce/tiny_mce_gzip") %>
30 Additional Configuration
31 ========================
33 To utilize the caching mechanism, ensure that the following property is set to true in production.rb.
35 config.action_controller.perform_caching = true