- Updated configs, et al. in pursuit of Rails 7.1 compatibility
- Added explicit coder for serialize commands
- Added ActiveRecord Adapter (database) info to admin footer
- Added commented defaults for MySQL and Postgres to database.yml
- Updated documentation
- Refactored lib files for better test coverage awareness
- Fixed edge case with siblings tag when current page is excluded
- Git ignore all sqlite* files for testing
- Small testing refinements
- Prep for Rails 7.1 compatibility
- Pulled will_paginate option out in favor of Kaminari
- Switched CI from Buildkite to Github actions
- Improved test coverage to 99+
- Removed backward compatibility to Rails prior to 6.x
- Addressed deprecations for file type 'image/jpg'
- Added github workflow for tests, lints and audits
- Fixed some flagged security warnings
- Bumped rubocop version to latest
- Updated some testing parameters
- Updated coveralls Coverage reporting
- Added minitest-reporters for test output
- Adjusted tests to accomodate varying macos and linux outputs
- Refined test for 'children' tag
- Lints and 1 typo
- Added Build Status and Coveralls Coverage Status to README
- Fixed siblings and children nav tags which as written had problems creating child pages in the admin panel
- Fixed cms:siblings Nav tag to handle edge case when page(s) are excluded by the
exclude
parameter - Added cms:children Nav tag to render unordered list of links for children of current page
- All tests now green on Rails 6.1 and 7.0, each tested with rubies 2.7.8, 3.1.4 and 3.2.2.
- Tests added for new tags
- TODO: set up CI pipeline
- Added cms:breadcrumbs Nav tag
- Added cms:siblings Nav tag
- Updated wiki documentation
- Added a cms:audio tag for an embedded audio player
- Some formatting of admin menu footer
- Fixed image rendering which rubocop broke in v1.0.1
- Show unpublished pages in Rails development mode
- Show Rails ENV at foot of Admin menu, along with versions of Occams, Rails and Ruby
- Updated documentation at Occams Wiki
- Comprehensive rubocop linting
- Fixed image thumbnail hover for Rails 7
- Added display of Rails and Ruby versions along with Occams version at foot of Admin menu
- Refined gemspec dependencies
- Tweaked with a bunch of rubocop linting
- Copied the original ComfortableMexicanSofa
- Added the changes from Restarone's fork (23 commits)
- Added the ability to write snippets in Markdown