-
Rails 3.1 (need asset pipline, feel free to help me add 3.0 support)
-
gem el_finder
-
Add “gem ‘elrte’” to Gemfile
-
Call “bundle install” in your terminal to install gem
-
Call “rails g elrte:install” to generate needed files
-
Add “//= require elrte” in needed javascript file (application.js or may be active_admin.js)
-
Add “@import ‘elrte’;” in needed stylesheet file (application.css.scss or may be active_admin.css.scss)
-
Add class ‘editor’ to needed field and check eltre editor instead of it with elfinder support
Need your feasible help. Feel free to add issue about found bugs, send me pull request with fixes.
-
Fork it.
-
Create a branch (git checkout -b critical_bug)
-
Commit your changes (git commit -am “Fixed critical bug”)
-
Push to the branch (git push origin critical_bug)
-
Create an Issue with a link to your branch
-
Wait