-
Rails Footnotes
Every Rails page has footnotes that gives information about your application and links back to your editor
Not like rails-footnotes had it back when I last used it (which is probably 2010 time frame). For me, right now, when I click one of the lines in the Application Trace, it just changes the top box showing the piece of code that failed. Back in 2010, TextMate was the editor a lot of Rails developers used but I used emacs. The links from rails-footnotes had a scheme of something like txtmt: and I had to write things so that that scheme would be sent to Emacs and also Emacs code that knew what to do with it.
-
Scout Monitoring
Performance metrics and, now, Logs Management Monitoring with Scout Monitoring. Get early access to Scout Monitoring's NEW Ruby logging feature [beta] by signing up now. Start for free and enable logs to get better insights into your Rails apps.
-
1) With projectile-rails, there is projectile-rails-server which displays the server's log in a buffer. The buffer already had buttons to the views and controllers of each action. I added buttons so that any exception stacks also had buttons to open the file and the line number. I submitted a pull request for my changes.