Releases: plerohellec/memory_tracker
Releases · plerohellec/memory_tracker
Support for Ruby 2.2
Add support for for Ruby 2.2 GC.stat key names.
v1.2.0
- Compatibility with Rails 4.0.
- Enable Travis-ci.
- Add controller#action in the gcstat_logfile store.
v1.1.1
- Add missing files to gemspec.
v1.1.0
- 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.