Skip to content

Instantly share code, notes, and snippets.

@lucianghinda
Created September 2, 2025 10:38
Show Gist options
  • Save lucianghinda/63e8cae82bd985d4b5cc54ccbaff1742 to your computer and use it in GitHub Desktop.
Save lucianghinda/63e8cae82bd985d4b5cc54ccbaff1742 to your computer and use it in GitHub Desktop.
Add Avo to Rails app - example of tasks for Claude Code or Gemini CLI

6. Avo Admin Interface Configuration

  • 6.1. Add Avo gem to Gemfile and run bundle install
  • 6.2. Generate Avo configuration and initialize admin interface
  • 6.3. Configure Avo resource for Authors with all social media fields
  • 6.4. Configure Avo resource for Categories with hierarchical relationship management
  • 6.5. Configure Avo resource for Tags with usage count display
  • 6.6. Configure Avo resource for Resources with comprehensive field management
  • 6.7. Configure Avo resource for ResourceRatings with moderation capabilities
  • 6.8. Set up Avo filters for resource type, difficulty level, and status
  • 6.9. Configure Avo actions for bulk operations and content moderation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment