Sha256: f1051f4cee3e3b414c461760cacb8d7148abf508801db44e093029895df2e077
Contents?: true
Size: 1.32 KB
Versions: 4
Compression:
Stored size: 1.32 KB
Contents
# ActiveRecord::TransactionSubscriber Log the execution time of ActiveRecord transactions. ## Installation Install the gem and add to the application's Gemfile by executing: $ bundle add activerecord-transaction_subscriber If bundler is not being used to manage dependencies, install the gem by executing: $ gem install activerecord-transaction_subscriber ## Usage Write the following in `config/initializer/activerecord-transaction_subscriber.rb` ```ruby ActiveRecord::TransactionSubscriber.attach_to :active_record ``` ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment. To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org). ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/gunyoki/activerecord-transaction_subscriber. ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Version data entries
4 entries across 4 versions & 1 rubygems