Sha256: afba813bce6401380f1875d6fd26727e00d3371d7ccebca4f471a858dca2f23a
Contents?: true
Size: 1.67 KB
Versions: 0
Compression: gzip
Compressed size: 774 Bytes
Stored size: 774 Bytes
Contents
--- !ruby/object:Gem::Specification name: flyerhzm-bullet version: !ruby/object:Gem::Version version: 1.1.0 platform: ruby authors: - Richard Huang autorequire: bindir: bin cert_chain: [] date: 2009-08-27 00:00:00 -07:00 default_executable: dependencies: [] description: This plugin is aimed to give you some performance suggestion about ActiveRecord usage, what should use but not use, such as eager loading, counter cache and so on, what should not use but use, such as unused eager loading. Now it provides you the suggestion of eager loading and unused eager loading. The others are todo, next may be couter cache. email: flyerhzm@gmail.com executables: [] extensions: [] extra_rdoc_files: - README.textile files: - MIT-LICENSE - README.textile - Rakefile - VERSION - bullet.gemspec - lib/bullet.rb - lib/bullet/association.rb - lib/bullet/logger.rb - lib/bulletware.rb - lib/hack/active_record.rb - rails/init.rb - spec/bullet_association_spec.rb - spec/spec.opts - spec/spec_helper.rb - tasks/bullet_tasks.rake has_rdoc: false homepage: http://www.huangzhimin.com/projects/4-bullet post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.2.0 signing_key: specification_version: 3 summary: A plugin to kill N+1 queries and unused eager loading test_files: - spec/bullet_association_spec.rb - spec/spec_helper.rb