Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

elrte

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elrte

  • 0.0.5
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Elrte Rails

Requirments

  • Rails 3.1+ (need asset pipline, feel free to help me add 3.0 support)
  • Gem el_finder (in gem dependencies)

Installation

Include gem into to your Gemfile

 gem 'elrte'

Install gems from gemfile

$ bundle install

Generate gem files

$ rails generate elrte:install

Require javascript file (in application.js or may be in active_admin.js)

//= require elrte

Also if include jquery if you need

//= require jquery
//= require jquery-ui

Require stylesheet file (in application.css or may be in active_admin.css)

@import 'elrte';

Add class 'editor' to needed fields and you will see WYSIWYG elfinder editor instead of textareas

Help

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

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

FAQs

Package last updated on 26 Feb 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc