Skip to content

Commit

Permalink
updated readme with information about latest updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Rowe committed Dec 1, 2010
1 parent d96a566 commit 2ed9a60
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,19 @@ variable, and if found will pull data from that to populate the field with.
<%= form.tinymce :body %>
<% end %>

== Deployment

Tinymce defaults to caching the combined js file using ActionController's
caches_page method. This causes problems in certain deployed environments
(like Heroku) where you can not write to disk, or to web servers that don't
pass requests for js files through. To avoid this issue run the following
rake task:

rake tinymce:cache_js

You can commit the js file that builds to your repository and that should avoid
deploy time issues. You could also add that to a capistrano recipe.

== Advanced Usage

The basic examples above get a TinyMCE editor up and running quickly. You
Expand Down

0 comments on commit 2ed9a60

Please sign in to comment.