Sha256: d78a0b07338031f1c381378a1ab39514da35bd5c717c54ce596c5757cd4cf441
Contents?: true
Size: 1.19 KB
Versions: 1
Compression:
Stored size: 1.19 KB
Contents
# Version 1.3.1 + Added support to have scoped friendly_id to models if using MultiSite. This means siteA.com and siteB.com can both have a content type of "page" without UUID. To upgrade, please run `rake guts:install:migrations && rake db:migrate` which includes a migration to remove the uniqueness index on slug values. # Version 1.3.0 + Added generators for routes, tinymce, initializers, and install # Version 1.2.1 + Fixed issue where assets for vendors were not loaded in # 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.3.1 | CHANGELOG.md |