-
Add belongs_to optional true to setup_association (#264, @josephMG)
-
Add missing field for Mongoid (#254, @Fibrasek)
-
Implemented patch that will add the Rails major version to the migration file (#248, @jordanhudgens)
-
Add params filtering on new column (#246, @rposborne)
-
Add a DB migration to add params to schema. (#245, @rposborne)
-
Documentation example for counter_cache (#239, @fwolfst)
-
Green Travis CI builds (#238, @jgrau)
-
Rails 5.1 support (#241, @msimonborg)
-
Use ‘dependent: :delete_all` instead of `:destroy` for performance gains (#242, @midnightSuyama & @jgrau)
-
Fix counter cache not updating when no ‘unique` option is set (#243, @sachiotomita & @jgrau)
-
Added message filtering.
-
(@overovermind)
-
Fixed #108
-
Clean up
-
(@acnalesso)
-
Fixed #103 - Allow impressions to be saved without a Model
-
Fixed #104 - Wrong Documentation
-
(@acnalesso)
-
Fixed 106
-
Count unique records in Rails 4
-
Fixed update_counters raising an exception #97
-
Updated templates/impression.rb
-
Fixed Generators #96
-
Remove pending tests, added tags
-
Added Mongoid Support
-
Support Rails > 3.1 < 4.0
-
Fixed #93
-
Fixed travis failing
-
Added two new entities
-
Added MiniTest, testing against impressionist ( RSpec still testing test_app, will be removed soon)
-
Clean up
-
Moved all tests into tests dir
-
Added test support
-
fix trailing space
-
Created individually rspec files
-
(@nbit001)
-
Fixed #92
-
Pass option to unique for updatind counter_cache
-
Clean up code, make it human readable
-
Changed README in order to explain new features
-
(@nbit001)
-
Added Rails4 Branch in order to support rails 4
-
Rails 4 and Strong Parameters compability. (@bennick).
-
Change controller_path back to controller_name (@johnmcaliley)
-
Fix postgres bug
-
New impression count method that accepts options for filter, start_date and end_date
-
Add referrer to Impression model. YOU MUST RUN THE UPGRADE MIGRATION IF YOU ARE UPGRADING FROM 0.3.0
-
UPGRADE MIGRATION = impressionist/upgrade_migrations/version_0_4_0.rb
-
NOTE IF YOU ARE UPGRADING FROM 0.2.5 OR BELOW, YOU MUST RUN BOTH UPGRADE MIGRATIONS
-
added session_hash to impression model
-
migration template updated to add session_hash
-
new count instance method for impressionable model - unique_impression_count_session
-
NOTE: if you are upgrading from 0.2.5, then run the migration in the ‘upgrade_migrations’ dir
-
New model method - @widget.unique_impression_count_ip - This gives you unique impression account filtered by IP (and in turn request_hash since they have same IPs)
-
@widget.unique_impression_count now uses request_hash. This was incorrectly stated in the README, since it was using ip_address. The README is correct as a result of the method change.
-
Fix issue #1 - action_name and controller_name were not being logged for impressionist method inside action