Deployments for https://www.commanigy.com

Peter Theill
Peter Theill 
deployed a styling change 7 months ago
7 months ago
💄 Update featured project description
Replace project description with tagline for better clarity.
Peter Theill
Peter Theill 
deployed a feature 7 months ago
7 months ago
✨ Refactor project retrieval logic
Update projects controller to improve project filtering by tag.
Peter Theill
Peter Theill 
deployed a feature 7 months ago
7 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 7 months ago
7 months ago
✨ Update robots.txt to include sitemap reference
Add a sitemap URL for better search engine indexing.
Peter Theill
Peter Theill 
deployed a styling change 7 months ago
7 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 dependency update 7 months ago
Peter Theill
Peter Theill 
deployed a styling change 7 months ago
7 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 7 months ago
7 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 7 months ago
Peter Theill
Peter Theill 
deployed a feature 7 months ago
7 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.