Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

vectordotdev/example-heroku-ruby-rails-5x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Timber Ruby / Rails Example App

This application demonstrates how Timber is installed and capture context in your typical rails app. A few things to note:

  1. Devise was installed to demonstrate user context.
  2. Omniauth was also installed to show that it works with multiple authentication schemes.
  3. A /products CRUD controller was added to demonstrate SQL queries and the like.
  4. An /exception endpoint was added to demonstrate exceptions.