Skip to content
Rian Rainey edited this page Jun 26, 2014 · 2 revisions

Deployment

Heroku

Deployment to Heroku is supported by Rich but you have to make sure Rich's js and css is part of your precompile list. This was discovered in issue #52.

# config/environment/production.rb
config.assets.precompile += %w(rich/base.js
                               rich/editor.css)
Clone this wiki locally