Skip to content

gem for rails provides wysiwyg editor and elfinder file manager

Notifications You must be signed in to change notification settings

mchavarriagam/elrte-rails

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elrte Rails

Requirments

  • Rails 3.1 (need asset pipline, feel free to help me add 3.0 support)

  • gem el_finder

Installation

  1. Add “gem ‘elrte’” to Gemfile

  2. Call “bundle install” in your terminal to install gem

  3. Call “rails g elrte:install” to generate needed files

  4. Add “//= require elrte” in needed javascript file (application.js or may be active_admin.js)

  5. Add “@import ‘elrte’;” in needed stylesheet file (application.css.scss or may be active_admin.css.scss)

  6. Add class ‘editor’ to needed field and check eltre editor instead of it with elfinder support

Help

Need your feasible help. Feel free to add issue about found bugs, send me pull request with fixes.

Related projects

Contributing

  1. Fork it.

  2. Create a branch (git checkout -b critical_bug)

  3. Commit your changes (git commit -am “Fixed critical bug”)

  4. Push to the branch (git push origin critical_bug)

  5. Create an Issue with a link to your branch

  6. Wait

About

gem for rails provides wysiwyg editor and elfinder file manager

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 92.0%
  • JavaScript 5.5%
  • CSS 2.5%