Commit Graph

31 Commits

Author SHA1 Message Date
Erik Michaels-Ober 1174647779 Cleanup trailing whitespace
Trailing whitespace isn't friendly to git or vim users.
2012-03-06 14:04:32 -08:00
mio 7a113edeb2 added :dependent => :destroy to is_impressionable 2011-12-13 13:51:23 +01:00
John McAliley 2c4e81bc53 new gem spec, exclude test_app files and remove zentest/autotest from Gemfile 2011-11-30 12:25:17 -05:00
Cory Schires 5ed4d5f163 Forgot to remove an old migration. 2011-11-27 13:52:51 -06:00
Cory Schires 1a8d6c5a94 Updated readme. 2011-11-27 13:51:51 -06:00
Cory Schires e2ee248fba Added documentation for ability to set conditions for recording impressions. Also, Had to do some work to get the tests passing
Merge remote branch 'upstream/master'

Conflicts:
  test_app/Gemfile.lock
2011-11-27 13:39:45 -06:00
mio 5d77a1a2a0 added tests for uniqueness feature 2011-11-10 14:16:57 +01:00
mio e63e835936 added draft for impressionist(...) uniqueness 2011-11-09 18:10:35 +01:00
mio 09bfa2f27e implemented first version for unique check on controller level. 2011-11-07 20:41:51 +01:00
Cory Schires 5386874eca Better tests for counter caching. 2011-10-31 13:19:03 -05:00
Cory Schires 77219d23a5 Added tests for counter cache logic 2011-10-31 12:02:31 -05:00
John McAliley 436492333e add new count method tests 2011-06-03 12:08:41 -04:00
John McAliley ff5e76a60b add new method that takes options hash, instead of using ugly method names.
fix for postgres select bug
upgrades in test_app Gemfile
2011-06-03 11:54:58 -04:00
John McAliley ae5ae23e1c Add referrer to impression model.
remove unused features dir.
2011-06-03 11:52:42 -04:00
cowboycoded 405d376366 add session_hash to impression model
changed migration template
added upgrade migration template
added unique_impression_count_session to impressionable model
fixed controller_spec
2011-03-06 23:22:39 -05:00
cowboycoded bfb03eeb1c 2 model methods for unique impression account - based on unique ip_address & request_hash 2011-02-17 09:53:01 -05:00
cowboycoded 7c1ac8ccdc log the controller_name and action_name when impressionist is called manually inside a controller action 2011-02-17 08:11:06 -05:00
cowboycoded 68298065fd change PATH variable to IMPRESSIONIST_PATH. PATH used by Rails 2011-02-15 12:08:35 -05:00
cowboycoded bc8a89278f ruby 1.8 hash syntax for REE users. moving around some tests 2011-02-13 14:18:34 -05:00
cowboycoded 25193de04c update rails and comment out ruby-debug 2011-02-13 14:17:42 -05:00
cowboycoded 5a8871f02f untrack schema and any new migrations in test_app 2011-02-12 08:10:45 -05:00
cowboycoded f0b0a2c55d test generated files... committing so I can build TODO: ignore these 2011-02-11 22:25:55 -05:00
cowboycoded 22e83c58ba add indexes to impressions table 2011-02-11 22:23:33 -05:00
cowboycoded cc6c813517 added support for current_user helper method of authentication
tests for both current_user (Post) and @current_user (Article) implementations
updated gems
2011-02-10 16:13:30 -05:00
cowboycoded 09add973e6 unused spec 2011-02-10 16:07:25 -05:00
cowboycoded 8fcaf4c440 tests for bypassing wildcard or bot list user-agents 2011-02-04 11:11:04 -05:00
cowboycoded 4ec37f86e0 remove debug statement 2011-02-04 10:11:05 -05:00
cowboycoded 70b05883ae changed super class to AppCont (how did AC::Base get in there? ;-) 2011-02-04 10:10:49 -05:00
cowboycoded d4e45baabb add ruby debug and remove hard-coded path for impressionist gem 2011-02-04 10:09:41 -05:00
cowboycoded 33eecdc017 add fixtures 2011-02-04 10:09:05 -05:00
cowboycoded 755bd937da first commit 2011-02-03 23:13:41 -05:00