Skip to content

Rich text editor for Spree with Image and File uploading in-place

License

Notifications You must be signed in to change notification settings

dicksonlabs/spree_editor

This branch is 4 commits ahead of, 179 commits behind spree-contrib/spree_editor:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
team
Feb 27, 2012
4a5007f · Feb 27, 2012

History

88 Commits
Feb 21, 2012
Feb 21, 2012
Jan 21, 2012
Dec 16, 2010
Feb 27, 2012
Nov 28, 2011
Nov 28, 2011
Dec 16, 2010
Feb 19, 2012
Jan 31, 2011
Jan 24, 2012
Jan 24, 2012

Repository files navigation

SpreeEditor

Summary

This extension provides an inline rich-text editor for Spree. It implements different types of editors:

Installation

  1. Add the Spree Editor gem to your Gemfile:

    gem 'spree_editor', :git => 'git://raw.github.com/spree/spree_editor.git'

    gem 'tinymce-rails', '>= 3.4.7.0.1'

  2. Install the gem:

    bundle install

  3. Install the assets:

    rails g spree_editor:install

NOTE: currently YUI Rich Editor is not yet 3.1 asset ready. The only editors currently working on Spree 0.70.x are WYMEditor and TinyMCE.

Copyright (c) 2010 [divineforest], released under the New BSD License

About

Rich text editor for Spree with Image and File uploading in-place

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 92.1%
  • JavaScript 7.9%