public
Description: Every Rails page has footnotes that gives information about your application and links back to your editor
Homepage: http://blog.plataformatec.com.br/
Clone URL: git://github.com/josevalim/rails-footnotes.git
Click here to lend your support to: rails-footnotes and make a donation at www.pledgie.com !
commit  bfd9f19f6ac3acedf080872efb1b531c9d0fbbc9
tree    6e3759ab8fbdaeb1b31db9eab79470a7f2a7509d
parent  93292a6712d61df99c0f4ee94f138b99d833f713
name age message
file CHANGELOG Loading commit data...
file README.markdown
file init.rb
directory lib/
directory templates/ Sat Mar 08 08:22:13 -0800 2008 This is a merge from the git repository hosted ... [kevin]
directory test/
README.markdown

Footnotes plugin for Rails

If you are developing in Rails you should know the plugin!

It displays footnotes in your application for easy debugging, such as sessions, request parameters, cookies, log tail, filter chain and routes.

Even more, it contain links to open files directly in textmate and if Rails get an error, it appends Textmate links to the backtrace file lines.

Installation

If you just want a static copy of the plugin:

cd myapp
git clone git://github.com/drnic/rails-footnotes.git vendor/plugins/footnotes
rm -rf vendor/plugins/footnotes/.git

If you are using Git for your own app, then you could use Git sub-modules or the tool Braid.

Known Issues

In Rails 1.x, the after_filter appear first than before_filter in the Filters tab. Then the results:

:c, after_filter
:d, after_filter
:e, after_filter
:a, before_filter
:b, before_filter

Would exactly mean:

:a, before_filter
:b, before_filter
:c, after_filter
:d, after_filter
:e, after_filter

Nonetheless, always consider upgrading Your app to Rails 2.x. =)

Original Author

Duane Johnson (duane.johnson@gmail.com)

Maintainer

José Valim (jose.valim@gmail.com)

License

See MIT License.