-
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.
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
-
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.