Project

Dex_Rack

0.0
No commit activity in last 3 years
No release in over 3 years
It is a web-frontend for Dex. Update and view exceptions logged with the Dex gem.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Dex_Rack

A Ruby gem that provides a web frontend for exceptions logged with Dex.

Installation

sudo apt-get install sqlite3
gem install Dex_Rack

Usage

Create a config.ru file:

require "Dex_Rack"

Dex_Rack.set :dex, ( Dex.db("My.SQLITE.file.db") && Dex )
run Dex_Rack

In your shell:

rackup -p 3000

Visit: http://localhost:3000

Run Tests

git clone git@github.com:da99/Dex_Rack.git
cd Dex_Rack
bundle update
bundle exec bacon spec/lib/main.rb