Update: The repository has moved slightly, since the Rails.tmbundle got renamed to “Ruby on Rails.tmbundle”. The URL looks like this (no newlines):

http://macromates.com/
  svn/Bundles/trunk/Bundles/Ruby on Rails.tmbundle/
  Support/plugins/footnotes

This release of the TextMate Footnotes plugin has several new and helpful features:

  • Improved the Session and Params debug information
  • Added a Cookies debug box
  • Added a General debug box where you can send your long Javascript messages that don’t belong in an ‘alert’ box.
  • Non-TextMate users can now take advantage of all of the above features, since they are not TextMate-specific.
  • Added a “View Layout Code” link for TextMate users that takes them directly to the layouts/whatever.rhtml file.
  • Improved the way Footnotes detects whether or not it should show up on a page. For example, it is now more accurate at detecting when the current rendered view is an rxml or rjs file (therefore, no footnotes should show up).
  • The Footnotes code is now inserted in to the HTML “head” and “body” sections of the output, as they should be. HTML code will no longer trail after the closing “html” tag.

I’ve also moved the project in to the TextMate Repository, so you can either get it with TextMate, or use subversion to get it directly here:

svn --username anon --password anon co http://macromates.com/
  svn/Bundles/trunk/Bundles/Rails.tmbundle/
  Support/plugins/footnotes footnotes

(Note: the subversion checkout command above should all be on one line.)