Commit Graph

260 Commits

Author SHA1 Message Date
Antonio C Nalesso Moreira 45429ca185 explain how to add unique options to counter_cache and others... 2013-07-06 03:29:35 +01:00
Antonio C Nalesso Moreira 581232c337 Merge branch 'master' of https://github.com/charlotte-ruby/impressionist 2013-07-06 03:16:20 +01:00
Antonio C Nalesso Moreira 034af8d987 FIX #92, Allow options to be passed to counter_cache unique, and clean up 2013-07-06 03:14:25 +01:00
Antonio C Nalesso Moreira d7d328a6da Update README.md
Explain how to add column to a model.
2013-07-05 04:28:09 +01:00
Antonio C Nalesso Moreira 8a642d71ac Update CHANGELOG.rdoc 2013-06-27 22:49:13 +01:00
Antonio C Nalesso Moreira 4be63c2bb1 Update .travis.yml
fix failing on travis.
2013-06-26 03:19:25 +02:00
Antonio C Nalesso Moreira cf67a2dc4a Update impressionist.gemspec
https://github.com/charlotte-ruby/impressionist/pull/90
2013-06-26 02:30:17 +02:00
Nalesso Moreira 2abc3a6dfc Merge pull request #87 from nbit001/fix_require_jquery_rails
fix failing on travis due to jquery-rails file location.
2013-05-30 14:39:12 -07:00
Antonio C Nalesso Moreira 99bbba082f fix failing on travis due to jquery-rails location 2013-05-30 22:29:43 +01:00
John McAliley f812ae5abf Merge pull request #78 from nbit001/new_gemspec
Impressionist proposals
2013-05-27 18:02:31 -07:00
Nalesso Moreira 46a5a26f98 Merge pull request #82 from nbit001/travis
binstubs so that there's no need to write bundle exec bin. :)
2013-05-22 08:08:20 -07:00
Antonio C Nalesso Moreira fcbf496308 binstubs so that there's no need to write bundle exec bin 2013-05-22 15:35:20 +01:00
Nalesso Moreira 3c2f789306 Merge pull request #81 from nbit001/fix_incompabilities
Fix mongoid and mongo_mapper incompabilities.
2013-05-15 15:25:47 -07:00
Antonio C Nalesso Moreira e3d46024a4 fix mongoid and mongo_mapper incompabilities 2013-05-15 23:17:58 +01:00
Nalesso Moreira ec5c7c4590 Update impressionist.gemspec 2013-05-11 01:31:51 +02:00
Nalesso Moreira 949f79e68b Update impressionist.gemspec
fix travis erros.
2013-05-11 01:12:05 +02:00
Nalesso Moreira 5c96e4a9b4 Update impressionist.gemspec 2013-05-11 00:54:06 +02:00
Antonio C Nalesso Moreira b8fcdb7c94 new gem specification, cleaned up and added some more specs 2013-05-10 22:57:49 +01:00
Antonio C Nalesso Moreira 20e5753925 Impressionist has been tested 2013-05-10 22:33:37 +01:00
Antonio C Nalesso Moreira c7df6c50a6 Rspec added to impressionist dir, so we can test in isolation 2013-05-10 21:35:10 +01:00
Antonio C Nalesso Moreira 3ea45b1f51 Rspec added to impressionist dir, so we can test in isolation 2013-05-10 21:34:04 +01:00
Antonio C Nalesso Moreira 35c2728bfe Rspec added to impressionist dir, so we can test in isolation 2013-05-10 21:31:38 +01:00
Nalesso Moreira 0263f9e663 Update .travis.yml
fix travis failures by adding rvm: to each failure allowed.
2013-05-09 03:01:18 +02:00
Nalesso Moreira c5d7d811b7 Merge pull request #77 from nbit001/travis_allow_failure
Travis allow failures for: rbx-18mode, 1.8.7, 1.9.2
2013-05-08 17:37:12 -07:00
Nalesso Moreira e8e7e76528 Update .travis.yml 2013-05-09 02:34:54 +02:00
Antonio C Nalesso Moreira 95f58deb79 allow travis to fail 2013-05-09 01:31:07 +01:00
johnmcaliley c8127c43a6 fix stub. reverted back to controller_name 2013-05-07 20:49:45 -04:00
johnmcaliley 2782fd8365 bump to 1.3.1 2013-05-07 20:44:12 -04:00
John McAliley ce935aaa38 change controller_path back to controller_name
This is causing missing constant errors for people who are upgrading
2013-05-07 21:40:59 -03:00
johnmcaliley ef34cf85b8 bump version to 1.3.0 2013-05-06 09:57:13 -04:00
John McAliley 89913641bc Update create_impressions_table.rb
add length for message
2013-05-06 10:30:26 -03:00
John McAliley 3821a7f0ba Merge pull request #75 from nbit001/cleaner_engine
Cleaner engine
2013-05-06 06:22:12 -07:00
Nalesso Moreira 1f25e16c0e Update engine.rb
I've done a bit more of refactoring.
2013-05-06 05:27:10 +02:00
nbit001 14f4097a7b Removed conditional statements and following the DRY concept. 2013-05-05 21:53:04 +01:00
nbit001 aad703c297 Removed conditional statements and following the DRY concept. 2013-05-05 21:47:41 +01:00
John McAliley 23ce2b201e fix spec and use controller_path in mongoid 2013-04-01 22:40:09 -04:00
John McAliley a6e8ac2418 remove jruby from travis 2013-04-01 22:05:47 -04:00
John McAliley 26835a237b Merge pull request #71 from yous/fix_unique_impressionable_type
Fix uniqueness of impressionable_type
2013-04-01 18:59:31 -07:00
John McAliley 4a7532f69b Merge pull request #68 from FoboCasteR/fix-issue-60
fix filter for mongoid (Fix #60)
2013-04-01 18:52:46 -07:00
John McAliley 48b3819764 Update README.md 2013-04-01 22:39:56 -03:00
John McAliley d3a52b18cf Merge pull request #70 from tyrauber/non-restful-controller-support
Non-restful controller support
2013-04-01 12:56:14 -07:00
ChaYoung You df8489163e Change generating impressionable_type by from controller_name to controller_path 2013-04-01 04:19:24 +09:00
Ty Rauber 495e0a4273 Test coverage around impressions for non-restful controller actions. Added dummy route, index method, view and dummy controller spec. 2013-03-30 13:30:56 -07:00
Ty Rauber 39c217a976 Non-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. 2013-03-30 13:00:46 -07:00
FoboCasteR 7431129092 fix filter for mongoid (Fix #60) 2013-03-25 12:00:16 +03:00
John McAliley 27c9352a5e Merge pull request #66 from AdamFerguson/master
Remove message index
2013-03-23 18:42:18 -07:00
Adam Ferguson abe0b8790a remove migration to index impressionable_type, message, and impressionable_id 2013-03-04 14:46:29 -05:00
John McAliley d5f29fe825 Merge pull request #64 from hyperrjas/master
how add mongoid on README.MD
2013-02-28 20:05:49 -08:00
hyperrjas 56c442bee0 Update README.md 2013-02-28 13:17:54 +01:00
hyperrjas fd5b4ee6f2 how add mongoid on README.MD
I have added a brief explanation of how to work with Mongoid odm instead of ActiveRecord

Thank  you!
2013-02-28 13:16:43 +01:00