rails-stacktrace-textmate-linker-greasemonkey-script
rails-stacktrace-textmate-linker-greasemonkey-script copied to clipboard
Added railsRoot prefix to txmt links because links are clickable but doesn't open actual file.
Perfect, this works for me perfectly (OSX Lion, Rails 3.2).
For anybody who tries to install this version, because the other doesn't work, follow this link:
If you work on Rails 2 and Rails 3 apps, this version of the userscript breaks the links from Rails 2 apps. Perhaps the script could check the href of the backtrace link, and if only prepend railsRoot
if it isn't already there. Another way is to modify the backtrace silencer in your Rails 3 apps, like this https://gist.github.com/4520246
It's a shame that this PR is still not yet merged. Took me quite a while to figure out that the original is not working and that there's a PR that's actually fixing this!
@ryankshaw, please merge this one and update the README, most of the links are dead!