Skip to content

Releases: plerohellec/memory_tracker

Support for Ruby 2.2

05 Apr 23:43

Choose a tag to compare

Add support for for Ruby 2.2 GC.stat key names.

v1.2.0

08 Dec 19:45

Choose a tag to compare

  • Compatibility with Rails 4.0.
  • Enable Travis-ci.
  • Add controller#action in the gcstat_logfile store.

v1.1.1

25 Nov 02:52

Choose a tag to compare

  • Add missing files to gemspec.

v1.1.0

25 Nov 02:17

Choose a tag to compare

  • Add configuration file: config/memory_tracker.yml.
  • Allow loading the stores by name after configuration settings.
  • Pass store configuration into intialize config hash.
  • Add dependency to activesupport for mattr_accessor and class_attribute.