This project allows you to integrate SetkaEditor into applications based on RubyOnRails.
Gem provides the ability to download and update the plugin and to create snippets.
Since the plugin can be stored not only in the local file system, we implemented two types of storage - file and S3. In addition you can implement and use your own custom storage class.
We also recommend you to check out application sample that uses integration.
Add the gem line 'grid-editor-integration' in Gemfile, or install gem manually.
gem 'grid-editor-integration', git: 'ssh://[email protected]'
You need to set up the following parameters:
Grid::EditorIntegration.token
Grid::EditorIntegration.storage
By default, the File storage will be used. All default parameters and their default values can be viewed here.
This uses MIT-LICENSE