trusty-cms

TrustyCMS is a modern, Ruby on Rails-driven CMS that can be extended for any business needs.

MIT License

Downloads
323.1K
Stars
18
Committers
107

Bot releases are hidden (Show)

trusty-cms - TrustyCMS v6.1.2 Latest Release

Published by danigirl329 10 months ago

What's Changed

Full Changelog: https://github.com/pgharts/trusty-cms/compare/v6.1.1...v6.1.2

trusty-cms - TrustyCMS v6.1.1

Published by danigirl329 10 months ago

What's Changed

Full Changelog: https://github.com/pgharts/trusty-cms/compare/v6.1.0...v6.1.1

trusty-cms - TrustyCMS v6.1.0

Published by danigirl329 11 months ago

What's Changed

Full Changelog: https://github.com/pgharts/trusty-cms/compare/v6.0.5...v6.1.0

trusty-cms - TrustyCMS v6.0.5

Published by danigirl329 11 months ago

What's Changed

Full Changelog: https://github.com/pgharts/trusty-cms/compare/v6.0.4...v6.0.5

trusty-cms - TrustyCMS v6.0.4

Published by danigirl329 12 months ago

What's Changed

Full Changelog: https://github.com/pgharts/trusty-cms/compare/v6.0.0...v6.0.4

trusty-cms - TrustyCMS v6.0.0

Published by danigirl329 almost 1 year ago

What's Changed

Full Changelog: https://github.com/pgharts/trusty-cms/compare/5.6.0...v6.0.0

trusty-cms - TrustyCMS v5.6.0

Published by danigirl329 almost 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/pgharts/trusty-cms/compare/4.3.5...5.6.0

trusty-cms - 4.3.5 - Add deprecation for paperclip

Published by danigirl329 about 3 years ago

Add deprecation warnings for paperclip

trusty-cms - 5.0.0 - Use Active Storage instead of Paperclip

Published by danigirl329 about 3 years ago

Migrating from paperclip to active storage on your app using trusty-cms

config/application.rb
require active_storage/engine or rails/all

run
rails active_storage:install to generate the migration

Add storage/ to .gitignore

Modify the migration file to fit the database, making sure the key matches the s3 url, this migration will copy the files over from paperclip to active storage

config/environment
config.active_storage.service = :s3 || :local

Add image_processing gem if you wish to use variants (.thumbnail method does use this, it's strongly recommended.)
Process variants in the thumbnail method and edit view

Remove paperclip gem from gemfile and references to paperclip

trusty-cms - 4.3.1

Published by danigirl329 over 3 years ago

Adds a sprockets manifest file
To upgrade your app - add //=link trusty-cms/manifest.js to your manifest file and precompile

trusty-cms - 4.3

Published by danigirl329 over 3 years ago

includes ruby 3 upgrade