Skip to content

Rubyception - Realtime Rails log in your browser

License

Notifications You must be signed in to change notification settings

practicingruby/rubyception

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rubyception

This project rocks and uses MIT-LICENSE.

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

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)

About

Rubyception - Realtime Rails log in your browser

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 60.4%
  • CoffeeScript 20.5%
  • Ruby 19.1%