All Versions
26
Latest Version
Avg Release Cycle
63 days
Latest Release
2996 days ago

Changelog History
Page 2

  • v4.0.1 Changes

    • Fix bad count for log note
    • More robust initializer (thanks kayhide)
    • Ability to lock the notes on the top right instead of the footer (thanks joshuapaling)
    • More readable notes (thanks joshuapaling)
  • v4.0.0 Changes

    • Drop support for ruby 1.8
    • Drop support for rails < 3.2
    • Add support for rails 4.x
    • Rewrite of the log note to make it work on all supported rails versions
    • Rewrite of the partials note to make it work on all supported rails versions
    • Rewrite of the loading mechanism, allowing to load conditionally footnotes on a per-request basis if wanted
    • Deprecate Footnotes.run!
    • Remove backtrace cleaner monkey patchs
    • Remove support of .rails_footnotes file
    • New initializer format with ability to configure footnotes more easily
    • Remove 'general' note
  • v3.7.0 Changes

    • Migrate to Bundler
    • Support only Rails3
  • v3.6.7 Changes

    • fixed log_note error - long overdue (thanks to many including Moritz Heidkamp)
    • 1.9: ignore more assigns (thanks to justin case)
    • 1.9 fixed test mocking (thanks to lsylvester)
    • sort notes includes (thanks Alexey Smolianiov)
    • handle controller paths in gems / others (thanks ubilabs)
    • more graceful fallback when controller not found
    • fixes for table entries being double encoded
    • moved rpm exclude sql explain logic to config option
  • v3.6.6 Changes

    • fix for ruby 1.9 compat (thanks to ivanoats)
    • fix for log note (thanks to tobias)
    • pre rails 2.3 support fixes (thanks to tobias)
    • better disabling of query notes (thanks to tobias)
    • fixed variable assignment escaping (thanks to gdelvino)
    • fixed cookie value escaping (thanks to indirect)
    • Turn off footnotes with a parameter footnotes=false (thanks to indirect)
  • v3.6 Changes

    • 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).
  • v3.5 Changes

    • Added NewRelic RPM footnote (thanks to kbrock);
    • Several bug fixes (thanks to kbrock, ivanoats and kristopher).
  • v3.4 Changes

    • Rails 2.3 compatible.
  • v3.3.1 Changes

    • Changed prefix to support %s and %d;
    • Created gemspec;
    • Some code refactoring (called eval just once instead of three times).
  • v3.3 Changes

    • Rails Edge (aka 2.2) compatibility;
    • Initial Ruby 1.9 compatibility.