- Support Rails 5.0.0.beta1
- Fix
has_many :through
infinite loop issue
- Support mongoid 5.0.0
- Do not report association queries immediately after object creation to require a preload
- Detect
counter_cache
forhas_many :through
association
- compatible with
composite_primary_keys
gem
- Fix AR 4.2 SingularAssociation#reader result can be nil
perform_out_of_channel_notifications
should always be triggered
- Fix false positive with
belongs_to
->belongs_to
for active_record 4.2 - Activate active_record hacks only when Bullet already start
- Don't execute query when running
to_sql
- Send backtrace to
uniform_notifier
- Fix sse response check
- Dynamically delegate available notifiers to UniformNotifier
- Fix false N + 1 warnings on Rails 4.2
- Fix false positive on create
- Hotfix nil object when
add_impossible_object
- Fix
has_one
thenhas_many
associations in rails 4.2 - Append js and dom to html body in proper position
- Support rails 4.2
- Polish notification output
- Fix warning: `*' interpreted as argument prefix
- Support include? call on ar associations
- Fix false n+1 queries caused by inversed objects.
- Replace .id with .primary_key_value
- Rename bullet_ar_key to bullet_key
- Fix rails sse detect
- Fix bullet using in test environment
- Memoize whoami
- Support empty? call on ar associations
- Skip detecting if object is a new record
- Handle join query smarter
- Support mongoid 4.0
- Thread safe
- Add debug mode
- Add Bullet.stacktrace_includes option
- Applied keyword argument fixes on Ruby 2.2.0
- Add bugsnag notifier
- Support rails 4.1.0
- Support rails 4.1.0.beta1
- Update specs to be RSpec 3.0 compatible
- Update latest minor version activerecord and mongoid on travis
- Add coverall support
- Add helper to profile code outside a request
- Add activesupport dependency
- Add Bullet.raise notification
- Add Bullet.add_footer notification
- Fix activerecord4 warnings in test code
- Fix Bullet::Rack to support sinatra
- Add api way to access captured associatioin
- Allow disable n_plus_one_query, unused_eager_loading and counter_cache respectively
- Add whitelist
- Remove disable_browser_cache option
- Compatible with Rails 4.0.0.beta1
- Fix content-length for non ascii html
- Add mongoid 2.5.x support
- Add Bullet::Dependency to check AR and mongoid version
- Add Rails 4 support
- Add airbrake notifier support
- Add mongoid 3 support
- Add mongoid support