Sha256: c644c724a82b43ff6ab47ef21b141513bf2c9364cbe029cb9f2af9ee4acf75bf

Contents?: true

Size: 568 Bytes

Versions: 2

Compression:

Stored size: 568 Bytes

Contents

CKEditor
========

# Copy ckeditor's core files into 'public/javascripts' 
# and generate configuration file in 'config/initializers/ckeditor.rb'

rails generate ckeditor_core

# Generate models to store uploaded images and files from ckeditor
# It generate three models: Ckeditor::Asset, Ckeditor::Picture and Ckeditor::AttachmentFile,
# and migration for "ckeditor_assets" table
# By default backend is paperclip

rails generate ckeditor_models

# options:
  --backend, [--backend=PROCESSOR] # Configure for selected file uploader (options: paperclip/attachment_fu)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ckeditor-3.2.4 lib/generators/USAGE
ckeditor-3.2.3 lib/generators/USAGE