14f4097a7bRemoved conditional statements and following the DRY concept.
nbit001
2013-05-05 21:53:04 +0100
aad703c297Removed conditional statements and following the DRY concept.
nbit001
2013-05-05 21:47:41 +0100
23ce2b201efix spec and use controller_path in mongoid
John McAliley
2013-04-01 22:40:09 -0400
a6e8ac2418remove jruby from travis
John McAliley
2013-04-01 22:05:47 -0400
26835a237bMerge pull request #71 from yous/fix_unique_impressionable_type
John McAliley
2013-04-01 18:59:31 -0700
4a7532f69bMerge pull request #68 from FoboCasteR/fix-issue-60
John McAliley
2013-04-01 18:52:46 -0700
48b3819764Update README.md
John McAliley
2013-04-01 22:39:56 -0300
d3a52b18cfMerge pull request #70 from tyrauber/non-restful-controller-support
John McAliley
2013-04-01 12:56:14 -0700
df8489163eChange generating impressionable_type by from controller_name to controller_path
ChaYoung You
2013-04-01 04:19:24 +0900
495e0a4273Test coverage around impressions for non-restful controller actions. Added dummy route, index method, view and dummy controller spec.
Ty Rauber
2013-03-30 13:30:56 -0700
39c217a976Non-restful controllers - controllers without models / resources - would cause impressionist to throw an error on impression create, because it was unable to update the model counter cache due to lack of an impressionable_type and impressionable_id. An if statement around the counter-cache method on impressionable_type and impressionable_id solves this.
Ty Rauber
2013-03-30 13:00:46 -0700
7431129092fix filter for mongoid (Fix#60)
FoboCasteR
2013-03-25 11:52:21 +0300
27c9352a5eMerge pull request #66 from AdamFerguson/master
John McAliley
2013-03-23 18:42:18 -0700
abe0b8790aremove migration to index impressionable_type, message, and impressionable_id
Adam Ferguson
2013-03-04 14:46:29 -0500
d5f29fe825Merge pull request #64 from hyperrjas/master
John McAliley
2013-02-28 20:05:49 -0800
7ab364c7ebMongoid functionality working for Mongoid 3.0, haven't got to grips with the tests yet, so will push those in next commit
JGW Maxwell
2012-07-11 02:42:43 +0100
bdd7a05215Merge pull request #44 from c42engineering/master
Erik Michaels-Ober
2012-07-04 12:04:12 -0700
9104ddb7b7Avoid updating timestamp when updating counter_cache.
Asif S Kalam
2012-07-04 19:53:25 +0530
b6c67f2abeRemove executable attributes and shebang line
Erik Michaels-Ober
2012-05-07 13:44:01 -0700
d1032cb93eTest against MRI 2.0
Erik Michaels-Ober
2012-04-24 02:24:00 -0700
90d9428687Remove .DS_Store from .gitignore
Erik Michaels-Ober
2012-04-16 18:11:25 -0700
92e2147f61remove_index not remove_column
Adam Ferguson
2012-04-03 15:29:21 -0400
a773a4d366Add compound index on impressionable_type, message, impressionable_id
Adam Ferguson
2012-04-03 15:23:14 -0400
63ea4d5663Merge pull request #36 from challengepost/namespace_impressionable_methods
Erik Michaels-Ober
2012-03-21 12:48:51 -0700
95125f4627Merge pull request #37 from challengepost/optimize_impressionist_count
Erik Michaels-Ober
2012-03-21 12:47:18 -0700
6e6016480bRemove JRuby in 1.9 mode from the test matrix
Erik Michaels-Ober
2012-03-21 11:11:06 -0700
69b01ca270Merge pull request #38 from challengepost/bot_method
Erik Michaels-Ober
2012-03-21 10:58:50 -0700
3a64d4b9abAdd extract controller logic for bypassing impression to bot? method
Ross Kaffenberger
2012-03-20 16:57:20 -0400
fcfacdfdc9Optimize impressionist_count query via arel count with distinct option
Ross Kaffenberger
2012-03-19 18:24:40 -0400
51144d4c86Typo in test
Ross Kaffenberger
2012-03-19 16:04:43 -0400
f59f897d25Deprecation warning for counter_caching?
Ross Kaffenberger
2012-03-19 15:56:42 -0400
380f49cf62namespace impressionable model module class methods with 'impressionist_'
Ross Kaffenberger
2012-03-19 14:31:05 -0400
594889a3dbbumped patch version
John McAliley
2012-03-15 13:21:21 -0400
b01e40d7b5use the engine root instead of relative path. the path was not found
John McAliley
2012-03-15 13:16:15 -0400
f15cf55248Merge pull request #35 from tute/master
John McAliley
2012-03-15 06:17:05 -0700
14067b0164Requiring generic model code.
Tute Costa
2012-03-15 09:42:32 -0300
07024963abVersion bump to 1.1.0
Erik Michaels-Ober
2012-03-14 00:44:19 -0600
15f255ff98Merge pull request #31 from tute/master
John McAliley
2012-03-12 20:19:41 -0700
ca12bcf7c6Use bundler 1.1
Erik Michaels-Ober
2012-03-12 19:34:07 -0500
ccb575ba68Specify special sqlite adapter on JRuby in top-level Gemfile
Erik Michaels-Ober
2012-03-12 19:15:49 -0500
d0e7326f2bUse special sqlite adapter on JRuby
Erik Michaels-Ober
2012-03-12 19:08:59 -0500
474ea03281Encoding is unnecessary and allow tests to pass in Ruby 1.8
Erik Michaels-Ober
2012-03-12 19:02:43 -0500
35e6f80277Add spec directory to $LOAD_PATH
Erik Michaels-Ober
2012-03-12 18:45:30 -0500
5257c7dfd3Require spec helper before running tests
Erik Michaels-Ober
2012-03-12 18:31:54 -0500
174869a910Don't start SimpleCov during CI builds
Erik Michaels-Ober
2012-03-12 18:20:07 -0500
5640e3625aRevert "use relative_require so specs work with root Rakefile. TODO: remove"
Erik Michaels-Ober
2012-03-12 18:09:21 -0500
7ffe521aa0Test in both 1.8 and 1.9 mode on JRuby and Rubinius
Erik Michaels-Ober
2012-03-12 18:08:41 -0500
9dc4724befTest against MRI 1.9.2
Erik Michaels-Ober
2012-03-12 15:10:00 -0500
1c3f809da8Moves ORM specific code to lib/impressionist/:orm/models. Adds mongo_mapper models. Adds config/initializers/impression.rb file on install.
Tute Costa
2012-03-12 19:06:16 -0300
6c18d5b52cMerge pull request #30 from tute/master
Erik Michaels-Ober
2012-03-12 15:10:41 -0700
f9ad09a19agit ignoring unused Rails files.
Tute Costa
2012-03-12 18:27:19 -0300
ecb95519ecImpressionist generator now accepts --orm option (defaults to active_record).
Tute Costa
2012-03-12 18:19:29 -0300
0e7d75d1ecImpressionable now extends ActiveSupport::Concern. Adds pg gem to test_app.
Tute Costa
2012-03-12 18:10:25 -0300
9321135b0bMerge pull request #29 from tute/master
Erik Michaels-Ober
2012-03-12 13:49:01 -0700
952ce40ff9White listing all Impression attributes according to new Rails active_record.whitelist default.
Tute Costa
2012-03-12 17:34:01 -0300
6a15cbaf3eDropping a table automatically drops it's indexes.
Tute Costa
2012-03-12 17:30:12 -0300
d1f1a352d4Removing useless files/folders.
Tute Costa
2012-03-12 17:25:22 -0300
c97bba4e40Test against Rubinius
Erik Michaels-Ober
2012-03-12 14:53:38 -0500
7143d82f06Test against JRuby
Erik Michaels-Ober
2012-03-12 14:53:21 -0500
62f40c496cTest against MRI 1.8.7
Erik Michaels-Ober
2012-03-12 14:53:05 -0500
7a30d1d667Remove explicit RAILS_ENV declaration
Erik Michaels-Ober
2012-03-12 14:52:15 -0500
93101cf51aMove cd back into before_script
Erik Michaels-Ober
2012-03-12 14:51:46 -0500
a1f7edd27aRun specs from the gem root
Erik Michaels-Ober
2012-03-12 14:46:10 -0500
b47594a7f0Run specs from within test_app
Erik Michaels-Ober
2012-03-12 14:42:09 -0500
1170421090Explicitly specify RAILS_ENV
Erik Michaels-Ober
2012-03-12 14:29:52 -0500
4f1e7b3586Install all dependencies from test app for CI
Erik Michaels-Ober
2012-03-12 12:20:21 -0500
2240c5a8e2Add travis status
John McAliley
2012-03-12 14:03:45 -0300
3d293bd0a0Add setup steps to CI configuration
Erik Michaels-Ober
2012-03-12 11:52:45 -0500
656254f6d1Copy .rspec file into project root
Erik Michaels-Ober
2012-03-12 11:52:01 -0500
1b4f2f85f4America won the Revolutionary War, so we can spell color however we like
Erik Michaels-Ober
2012-03-12 11:50:29 -0500
29e3293d87Ignore simplecov coverage directory
Erik Michaels-Ober
2012-03-12 11:42:26 -0500
5e9a271064travis config
John McAliley
2012-03-11 22:11:05 -0400
58467eba69use relative_require so specs work with root Rakefile. TODO: remove test_app, mv spec dir under gem root and use dummy app instead
John McAliley
2012-03-11 21:47:31 -0400
bfa4da97ebadd development dependencies
John McAliley
2012-03-11 21:46:57 -0400
3f4f9f299edelete test generated migration and ignore it
John McAliley
2012-03-11 21:45:07 -0400
594ffd6916add default task for rspec
John McAliley
2012-03-11 21:38:05 -0400