Skip to content

spoiledmilk/casein-ckeditor

Repository files navigation

Casein CK Editor plugin
========

* Adds a media_file model for storing folders and paperclip attachments
* Adds a new helper casein_ckeditor_area for getting a CKEditor


Install
=======

* configure paperclip gem
* rails plugin install git://github.com/spoiledmilk/casein-ckeditor.git
* rake casein:ckeditor:setup (or rake casein:ckeditor:setup MIGRATION=false if you don't want the migration)
* rake db:migrate
* add <%= javascript_include_tag :caseinck %> to casein_main.html.erb
* if you defined your own paperclip styles, you can use them in the different editors with passing a :paperclip_style option to the casein_ckeditor_area helper


Copyright (c) 2010 Spoiled Milk ApS, released under the MIT license

Releases

No releases published

Packages

No packages published