Antonio C Nalesso Moreira
|
3d23031a31
|
removed sqlite3 dependency as it causes heroku to fail [ci skip]
|
2013-09-06 02:25:34 +01:00 |
Antonio C Nalesso Moreira
|
34df3e88b3
|
Bump to 1.4.8
|
2013-09-02 02:24:53 +01:00 |
Antonio C Nalesso Moreira
|
d42819dd42
|
FIX #108, this is what happens when I should had gone to sleep :)
|
2013-09-02 02:23:52 +01:00 |
Antonio C Nalesso Moreira
|
1edd378cc0
|
clean up [ci skip]
|
2013-08-31 00:57:08 +01:00 |
Antonio C Nalesso Moreira
|
60044695f9
|
Bump to 1.4.7
|
2013-08-31 00:37:17 +01:00 |
Antonio C Nalesso Moreira
|
c9ae78d92a
|
FIX #103, changed constantize for safe_constantize
|
2013-08-31 00:28:20 +01:00 |
Antonio C Nalesso Moreira
|
55dd2dfb1f
|
Bump to 1.4.6
|
2013-08-18 00:04:05 +01:00 |
Antonio C Nalesso Moreira
|
b82c9cbaf5
|
Bump to 1.4.5
|
2013-07-19 03:57:58 +01:00 |
Antonio C Nalesso Moreira
|
f0eca5b513
|
FIX #97, and refactored
|
2013-07-19 03:57:13 +01:00 |
Antonio C Nalesso Moreira
|
46f7eb5ef5
|
Bump to 1.4.4
|
2013-07-14 23:55:13 +01:00 |
Antonio C Nalesso Moreira
|
4a009f54e9
|
updated impressionist initializer
|
2013-07-14 23:54:42 +01:00 |
Antonio C Nalesso Moreira
|
6d68a28aa1
|
Bump to 1.4.3
|
2013-07-14 23:36:36 +01:00 |
Antonio C Nalesso Moreira
|
74847f2d04
|
fixed #96, fixed generator for orms
|
2013-07-14 23:36:06 +01:00 |
Antonio C Nalesso Moreira
|
2abbd7e63f
|
Bump to 1.4.2
|
2013-07-12 04:01:13 +01:00 |
Antonio C Nalesso Moreira
|
d737ee37af
|
FIX #96
|
2013-07-12 04:00:37 +01:00 |
Antonio C Nalesso Moreira
|
b05aa79ad3
|
added minitest tests, added 2 entities in order to handle compability between rails versions
|
2013-07-12 02:48:23 +01:00 |
Antonio C Nalesso Moreira
|
f2cecf3518
|
changed gemspec
|
2013-07-11 05:57:51 +01:00 |
Antonio C Nalesso Moreira
|
cf57348c45
|
fix undefined local variable
|
2013-07-11 05:47:51 +01:00 |
Antonio C Nalesso Moreira
|
50cebdcb23
|
added a rails toggle class in order to make mongodb work
|
2013-07-11 05:43:04 +01:00 |
Antonio C Nalesso Moreira
|
38d01e9c69
|
fix failing on travis, and added first spec
|
2013-07-11 04:09:58 +01:00 |
Antonio C Nalesso Moreira
|
47efcd2540
|
Bump to 1.4.1
|
2013-07-06 20:22:25 +01:00 |
Antonio C Nalesso Moreira
|
512987cc7a
|
clean up tests, added dynamic support to rb 1.8.7 to 2.x when running tests
|
2013-07-06 20:20:35 +01:00 |
Antonio C Nalesso Moreira
|
ec5df5da55
|
remove trailing space
|
2013-07-06 18:45:31 +01:00 |
Antonio C Nalesso Moreira
|
c32fbcf478
|
Bump to 1.4.0
|
2013-07-06 03:38:07 +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 |
John McAliley
|
f812ae5abf
|
Merge pull request #78 from nbit001/new_gemspec
Impressionist proposals
|
2013-05-27 18:02:31 -07:00 |
Antonio C Nalesso Moreira
|
e3d46024a4
|
fix mongoid and mongo_mapper incompabilities
|
2013-05-15 23:17:58 +01:00 |
Antonio C Nalesso Moreira
|
20e5753925
|
Impressionist has been tested
|
2013-05-10 22:33:37 +01:00 |
johnmcaliley
|
2782fd8365
|
bump to 1.3.1
|
2013-05-07 20:44:12 -04: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 |
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
|
4a7532f69b
|
Merge pull request #68 from FoboCasteR/fix-issue-60
fix filter for mongoid (Fix #60)
|
2013-04-01 18:52:46 -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
|
a3f8dfd373
|
update to v1.2.0
|
2013-02-19 15:40:24 -05:00 |
Michael Elfassy
|
00e658b28d
|
fix for bug undefined method 'belongs_to' for Impression:Class
|
2012-10-10 12:03:18 -04:00 |
JGW Maxwell
|
8f2c219b97
|
removed more files
|
2012-07-11 10:33:35 +01:00 |
JGW Maxwell
|
7eae7fb1d0
|
removed unneeded file
|
2012-07-11 03:45:55 +01:00 |
JGW Maxwell
|
2f8c47a46f
|
fixed for Mongoid 2 support
|
2012-07-11 03:45:24 +01:00 |
JGW Maxwell
|
a53363d9f6
|
Fixed default ActiveRecord setting preventing generator from running.
|
2012-07-11 02:58:59 +01:00 |
JGW Maxwell
|
7ab364c7eb
|
Mongoid functionality working for Mongoid 3.0, haven't got to grips with the tests yet, so will push those in next commit
|
2012-07-11 02:42:43 +01:00 |
Adam Ferguson
|
a773a4d366
|
Add compound index on impressionable_type, message, impressionable_id
|
2012-04-03 15:23:14 -04:00 |
Ross Kaffenberger
|
4c2c09ca69
|
Rename instance method update_counter_cache => update_impressionist_counter_cache
|
2012-03-19 14:33:19 -04:00 |
Ross Kaffenberger
|
380f49cf62
|
namespace impressionable model module class methods with 'impressionist_'
|
2012-03-19 14:31:05 -04:00 |
John McAliley
|
594889a3db
|
bumped patch version
|
2012-03-15 13:21:21 -04:00 |
John McAliley
|
b01e40d7b5
|
use the engine root instead of relative path. the path was not found
|
2012-03-15 13:16:15 -04:00 |