All deployments

Peter Theill
Peter Theill 
deployed a feature about 2 months ago
about 2 months ago
✨ Implement Admin Projects Management
- Created Admin::ProjectsController for managing projects with actions for index, show, new, edit, create, update, and destroy.
- Added image and hero image upload functionality during project creation and updates.
- Implemented image removal actions for both thumbnail and hero images.
- Developed views for project forms, including error handling and image upload sections.
- Created index, show, edit, and new views for projects with appropriate links and layout.
- Added database migration to create projects table with necessary fields and unique slug index.
- Populated projects table with initial data from a predefined array.
- Implemented migration to attach images to projects from the assets folder.
- Refactored project descriptions by renaming the existing description column to tagline and adding a new description column populated from markdown files.
Peter Theill
Peter Theill 
deployed a feature about 2 months ago
about 2 months ago
🔧 Update robots.txt for sitemap inclusion
Add sitemap URL to improve search engine indexing.
Peter Theill
Peter Theill 
deployed a feature about 2 months ago
about 2 months ago
🔧 Implement code changes to enhance functionality and improve performance
Peter Theill
Peter Theill 
deployed a feature about 2 months ago
about 2 months ago
🔧 Implement structural updates and optimizations across multiple modules
Peter Theill
Peter Theill 
deployed a feature about 2 months ago
about 2 months ago
🔧 Refactor code structure for improved readability and maintainability
Peter Theill
Peter Theill 
deployed a feature about 2 months ago
about 2 months ago
✨ Update robots.txt to include sitemap reference
Add a sitemap URL for better search engine indexing.
Peter Theill
Peter Theill 
deployed a feature about 2 months ago
about 2 months ago
🔧 Add sitemap entry to robots.txt
Include sitemap URL for better search engine indexing.
Peter Theill
Peter Theill 
deployed a feature about 2 months ago
about 2 months ago
🎨 Refactor featured project display and header layout
Enhance styling and structure for the featured project section and
improve header navigation with an RSS feed link.
Peter Theill
Peter Theill 
deployed a feature about 2 months ago
about 2 months ago
⬆️ Upgrade libraries
Oliver
Oliver  
deployed a feature about 2 months ago
Peter Theill
Peter Theill 
deployed a feature about 2 months ago
about 2 months ago
🔧 Add script to wipe and restore development database from production
- Created a new script `wipe-development-db.sh` to automate the process of dumping the production database and restoring it to the development environment.
- Established an SSH tunnel to the production database for secure access.
- Included commands to drop the existing development database and recreate it before importing the dumped data.
- Added verbose output for better tracking of the process.
Peter Theill
Peter Theill 
deployed a feature about 2 months ago
about 2 months ago
💄 Add Groups column to user index table
Include a new column for user groups and display total groups in the server information section.
Peter Theill
Peter Theill 
deployed a feature about 2 months ago
about 2 months ago
💄 Refactor code structure for improved readability and maintainability
Peter Theill
Peter Theill 
deployed a feature about 2 months ago
about 2 months ago
🔧 Update Ruby and Docker setup actions
Upgrade ruby/setup-ruby to v1.247.0 and docker/setup-buildx-action to v3.11.1 for improved performance and compatibility.
Peter Theill
Peter Theill 
deployed a feature about 2 months ago
about 2 months ago
🎨 Refactor post edit layout for improved structure
Enhance layout by grouping navigation and title elements for better clarity.
Peter Theill
Peter Theill 
deployed a feature about 2 months ago
about 2 months ago
🎨 Update prose styling for post display
Change prose class to enhance text appearance in post view.
💄 Remove photo display from blog post index
Eliminate photo attachment section to streamline the blog post layout.
Peter Theill
Peter Theill 
deployed a feature about 2 months ago
Peter Theill
Peter Theill 
deployed a feature about 2 months ago
about 2 months ago
✨ Update Gemfile and configuration for AWS S3
Upgrade sqlite3 and redis versions, add aws-sdk-s3 gem, and configure
Active Storage to use Amazon S3 for file storage in development and
production environments.
Peter Theill
Peter Theill 
deployed a feature about 2 months ago
about 2 months ago
✨ Add photo upload feature for blog posts
Implement multiple photo uploads, inline markdown references, and a modal
viewer for enhanced photo management in blog posts.
Peter Theill
Peter Theill 
deployed a feature about 2 months ago
about 2 months ago
✨ Add FillOut Manager Chrome Extension documentation
Introduce detailed description and features for the FillOut Manager Chrome
Extension to enhance user understanding and promote its capabilities.