No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Rails 3.2/4.x asset gem for EpicEditor
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

< 5.0, >= 3.2
 Project Readme

Note: This gem is currently un-maintained. If you would like to help keep it current or take ownership, please contact me @zethussuen

epic-editor-rails v0.2.4

Gemfile: gem 'epic-editor-rails'
Install: $ bundle install

application.js:

//= require 'epiceditor'  

All instructions and patterns from the upstream's README (EpicEditor) can be applied directly.

With the exception of specifying themes, which can be accomplished along the lines of:

new EpicEditor({
  theme: {
    editor: '<%= asset_path 'editor/epic-light.css' %>',
    preview: '<%= asset_path 'preview/preview-dark.css' %>'
  }
}).load();

EpicEditor v0.2.3
http://epiceditor.com/

Bitdeli Badge