applied my changes - initial import
[boxroom-stian.git] / vendor / plugins / tiny_mce_gzip / README
blob339aeb57236f5626d15752e10f5b7b200b844e76
1 TineMceGzip
2 ===========
4 By: Ben Kittrell - http://garbageburrito.com
5         DoodleBit LLC - http://doodlebit.com
6         
7 For: DoodleKit Website Builer - http://doodlekit.com
9 Assumptions
10 ===========
12 This plugin assumes that you have TinyMCE 2.0.6.1 or higher installed in /public/javascripts/tiny_mce.
14 Installation
15 ============
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
22         
23 Change your tiny_mce javascript include to the following.
25         <%= javascript_include_tag("tiny_mce/tiny_mce_gzip") %>
26         
27 That's it!
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