All deployments

Peter Theill
Peter Theill 
deployed a refactoring 6 months ago
6 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 styling change 6 months ago
6 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 styling change 6 months ago
6 months ago
💄 Refactor code structure for improved readability and maintainability
Peter Theill
Peter Theill 
deployed a refactoring 6 months ago
6 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 styling change 6 months ago
6 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 styling change 6 months ago
6 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 refactoring 6 months ago
Peter Theill
Peter Theill 
deployed a new feature 6 months ago
6 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 new feature 6 months ago
6 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 new feature 6 months ago
6 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.