Sha256: f2d25e17e9653bd82d25e695a8c473be09d08782be4c901a42809229dfb835fb

Contents?: true

Size: 737 Bytes

Versions: 1

Compression:

Stored size: 737 Bytes

Contents

# Version 1.2.0

+ Switched TinyMCE to tinymce-rails gem. See docs for implementation on how to enable on your applications with our custom TinyMCE plugins
+ Added precompile call in `lib/engine.rb` to include our TinyMCE plugins

# Version 1.1.1

+ Fixed issue where migration for adding `site_id` failed due to invalid scope

# Version 1.1.0

+ Added multisite support. See `doc/extra/multisite.md` and PR [#1][]
+ New `Site` model added to go with multisite.
+ All models besides `User`, `Group`, and `Site` are scoped to multisite.
+ Multisite concern was added which can be used by applications to make their code multisite compatible.
+ Form helper added for multisite
+ Code was cleaned up through Rubocop
+ Changelog initialized

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
guts-1.2.0 CHANGELOG.md