This project rocks and uses MIT-LICENSE.
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.
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
- 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)