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  6f94a230cb39803df025f61cc7646a8751ddf789
tree    eeba549feb153724abe9dff926094ffb0565a0f7
parent  083e57135e7cd9d19710fd4cb45418df5687ea1b parent  1a0065268792ac8070a0ac0337ab6590d217577b
rails-footnotes / CHANGELOG
100755 63 lines (51 sloc) 2.101 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
== Footnotes v3.6
  * Cookies, sessions and params notes now use table;
  * Old components note removed;
  * Added assigns notes (thanks to scorpio);
  * Improve query note, count query time and display it with several configurable
    options (:alert_db_time and :alert_sql_number) (thanks to scorpio);
  * Fixed bugs of layout link and route note related (thanks to scorpio).
 
== Footnotes v3.5
  * Added NewRelic RPM footnote (thanks to kbrock);
  * Several bug fixes (thanks to kbrock, ivanoats and kristopher).
 
== Footnotes v3.4
  * Rails 2.3 compatible.
 
== Footnotes v3.3.1
  * Changed prefix to support %s and %d;
  * Created gemspec;
  * Some code refactoring (called eval just once instead of three times).
 
== Footnotes v3.3
  * Rails Edge (aka 2.2) compatibility;
  * Initial Ruby 1.9 compatibility.
 
== Footnotes v3.2.2
  * Added trace to QueriesNote;
  * Fixed incompatibility with Ultrasphinx (thanks to mhartl);
  * Added W3C compatibility (thanks to tapajos);
  * Added support to other log mechanisms in LogNote.
 
== Footnotes v3.2.1
  * Added some tests;
  * Redefined Footnotes CSS and Javascripts to use concise names.
  
== Footnotes v3.2
  * Now you can easily add your own notes;
  * Added numbers to tabs;
  * Added Queries note;
  * Added MySQL Query Analyzer.
 
== Footnotes v3.1
  * Code refactoring (using modules, except backtracer);
  * Ability to cherry pick notes;
  * Working on Rails 2.1.
 
== Footnotes v3.0
  * Some code refactoring;
  * Stylesheets bug fixed: was showing not only css in Stylesheets div;
  * Logtail fix: working with Rails 2.0 logger and in all OS, since it's Regexp based;
  * Rails 1.2 (except backtrace) and 2.0 compatible;
  * RoutingNavigator (based on Rick Olson plugin);
  * FilterChain.
 
== Textmate Footnotes v2.0
Copyright (c) 2006 InquiryLabs, Inc.
http://inquirylabs.com/
 
Description:
  Creates clickable footnotes on each rendered page, as well as clickable
  links in the backtrace should an error occur in your Rails app. Links take
  you to the right place inside TextMate.
  Enable only the TextMate on Macs in development mode