Skip to content

Rubyception - Realtime Rails log in your browser

License

Notifications You must be signed in to change notification settings

hrdwdmrbl/rubyception

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rubyception

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


This shows a normal log entry screenshot 1

This entry has an exception. The backtrace file names are clickable and will open in MacVim. Soon support for TextMate & other editors will be added. screenshot 2

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

About

Rubyception - Realtime Rails log in your browser

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 58.5%
  • CoffeeScript 22.7%
  • Ruby 18.8%