Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 850 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 850 Bytes

Rubyception

A realtime log viewer for Rails (released under the MIT license)

Features

  • Real-time updating of the log file using Websocket
  • Filenames in exceptions are shown as links which open in MacVim (support for TextMate and other editors to be added soon)

Installation

Add to your gemfile:

gem 'rubyception'

Run:

bundle install

Add to your routes:

match 'rubyception' => 'rubyception/application#index'

Open your app and go to:
http://localhost:3000/rubyception
Your log entries will appear on the rubyception page in realtime. You must be using a browser that supports Websockets.

Hotkeys

up or k Move selection up
down or j Move selection down
enter Expand selected entry
G Go to last entry
gg Go to first entry
42gg or 42G Go to 42nd entry