Sha256: 1044153238fe70cba3bc33d4acbdd52cd2aeec2a12a1596c42654ccd5bf2fa70

Contents?: true

Size: 622 Bytes

Versions: 3

Compression:

Stored size: 622 Bytes

Contents

= ErrorLocator

Open erroneous code in your favorite editor by clicking exception call stack in browser. Gem for Ruby on Rails.

Usage:
1. setup $EDITOR variable. For example:
#.bash_login
export EDITOR=geany
2. Add "gem 'error-locator', :group => :development" to your Gemfile
3. Add "post '/error-locator' => ErrorLocator if Rails.env.development?" to your routes
4. bundle install
5. rails s
6. Open browser, when found error click on the line with error.
Currently supported: Application and Full Traces.
Currently supported editors: Sublime Text 2, Geany.
Editor must open file with line number: 'dir/filename.rb:75'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
error-locator-0.0.6 README.rdoc
error-locator-0.0.5 README.rdoc
error-locator-0.0.4 README.rdoc