Commit Graph

10 Commits

Author SHA1 Message Date
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 aeb42cc165 change back to module. causing problems in dev with reopen implementation 2011-02-13 14:15:31 -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 801b960cf4 convert user-agent to lowercase when checking bots with wild cards 2011-02-04 10:59:05 -05:00
cowboycoded ec1b40487d simply reopen ApplicationController instead of using include/extend. As long as the file is not named "application_controller.rb", then it will load. Rails does not load files from engine /app that have the same name as files in container application /app dir 2011-02-04 10:13:27 -05:00
cowboycoded 755bd937da first commit 2011-02-03 23:13:41 -05:00