summaryrefslogtreecommitdiff
path: root/doc/rc.d_cccms
AgeCommit message (Collapse)Author
13 daysrc.d: gemset auto-detection, occurrence regeneration commanderdgeist
- Derive rvm gemset path from .ruby-version and .ruby-gemset in the app directory, with fallback to current hardcoded values — no more manual rc.d edits on gemset changes - New extra command: service cccms regenerate_occurrences - Poststart staleness check: regenerates occurrences when marker file /var/db/cccms_occurrences_regenerated is missing or older than one year; runs only after successful server start, synchronously for error visibility Deployment note: updated script must be manually copied to /usr/local/etc/rc.d/cccms on live.
2026-06-27rc.d: switch to rails8-upgrade gemset, hook up start_precmderdgeist
- command: update gemset path from rails7-upgrade to rails8-upgrade - start_precmd: hook was defined but never assigned, so log/pid directory setup was silently skipped on service start
2026-06-27Stage 6 click-testing fixes and production setuperdgeist
- file_attachment.rb: delete old upload directory before writing replacement files; fixes orphaned variants when filename or mime type changes - assets/edit.html.erb: add file upload field and current file display; the form was previously empty and non-functional - admin.css: fix button_to hover styling; buttons now show orange hover to signal interactivity - test/controllers/users_controller_test.rb: assert input[type=submit] not anchor tag for destroy action (button_to change) - test/test_helper.rb: add I18n.locale reset in setup block - doc/rc.d_cccms: fix cccms_chdir, add start_precmd for log/pid dirs, PATH export for bash wrapper, user/pid/tcp_nopush unicorn fixes - doc/INSTALL.md: new installation guide covering all non-obvious steps - Remove parked search migration from doc/ (now in db/migrate/)
2026-06-26update unicorn and rc.d docserdgeist