No commit activity in last 3 years
No release in over 3 years
This gem packages the extension summernote-image-attributes of Summernote editor for Rails' assets pipeline
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0

Runtime

>= 3.1
 Project Readme

summernote-ext-addclass-rails

The gemification of the summernote extension [summernote-image-attributes][summernote-image-attributes] for Rails >= 3.1.

Demo

Also, we have a live demo (check the CSS3 icon button).

Installation

Add the following gems to your application's Gemfile:

gem 'bootstrap-sass'                    # required
gem 'summernote-rails'                  # required
gem 'summernote-image-attributes-rails', '~> 0.8.7'

And then execute on the terminal:

bundle install

Usage

JavaScript

In app/assets/javascripts/application.js, you should add in this order:

//= require bootstrap
//= require summernote
//= require summernote-image-attributes

CoffeeScript

In app/assets/javascripts/application.coffee, you should add in this order:

#= require bootstrap
#= require summernote
#= require summernote-image-attributes

More information here.

Versioning

Major Minor Current
is the major of summernote is the minor of summernote is the version of this extension

Example:

The compatible versions of this gem with summernote v0.8.3 are:

  • summernote-image-attributes-rails v0.8.X

License

MIT