# griddler-demo **Repository Path**: mirrors_thoughtbot/griddler-demo ## Basic Information - **Project Name**: griddler-demo - **Description**: A demo Rails app for Griddler and Sendgrid - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Griddler Demo A demo Rails app for [Griddler](http://griddler.io/). Currently it only tests the Sendgrid adapter. ## To test Griddler You should be able to send an email to `hi@incoming.griddler.io` and it will show up on http://griddler-demo.herokuapp.com/ (after a refresh). ## Running tests First set up the app: $ bin/setup Then run Rake: $ rake