Gem sortable_tree_rails to manage data organized by ancestry – https://github.com/maxivak/sortable_tree_rails.
* Drag&Drop items in a tree structure on your view
* Update data on server after moving an item to a new position
Gem sortable_tree_rails to manage data organized by ancestry – https://github.com/maxivak/sortable_tree_rails.
* Drag&Drop items in a tree structure on your view
* Update data on server after moving an item to a new position
Thist post shows common tasks to integrate a gem/engine with the main Rails application.
it shows solutions to such common problems as:
– improving (extending or overriding) Engine functionality in the main app;
– extend controller defined in Engine;
– use app helpers in Engine;
– etc.
Find it on github.
In order to send email to multiple recipients you need to write some extra code.
Find the solution in this gist.
This gist shows how to setup and configure Rails application in Nginx with Passenger.
This tutorial explains how to use Solr search in a Rails application:
This gist shows how to make sitemap.xml for your web site:
This gist shows how to setup God with Resque for Rails application:
List of my gems.
All gems can be found on https://github.com/maxivak?tab=repositories
I created a gem for showing a callback request form in modal.
Find it on github: https://github.com/maxivak/callback_request_bootstrap.
This post shows how to use WYSIWYG text editor TinyMCE 4.1 in a Rails 4 application:
https://gist.github.com/maxivak/8e64ed8c0d86b0d994e1.
TinyMCE WYSIWYG text editor comes with a MoxieManager file managerĀ which is not free.
File manager is needed to insert an image by selecting from images on server or uploading a new image to server.
elFinder is an open-source file manager. In order to use file manager with a Rails application, we need a backend (connector) – phallstrom/el_finder gem.
Read all details onĀ github:
Install TinyMCE editor 4 with Elfinder file manager in Rails 4 app.