Erik Michaels-Ober
|
b992e759bc
|
Replace deprecated rake/rdoctask with rdoc/task
|
2012-03-06 14:21:13 -08:00 |
Erik Michaels-Ober
|
d61d00c3f3
|
Update website URL
|
2012-03-06 14:20:22 -08:00 |
Erik Michaels-Ober
|
d452790cd8
|
Use latest version of jeweler
|
2012-03-06 14:16:51 -08:00 |
Erik Michaels-Ober
|
6a368ed372
|
Remove unnecessary >= 0 version specification
|
2012-03-06 14:04:37 -08:00 |
Erik Michaels-Ober
|
a352cdf024
|
Make quote-type consistent
|
2012-03-06 14:04:37 -08:00 |
Erik Michaels-Ober
|
7b43a97379
|
Use secure gem source
|
2012-03-06 14:04:37 -08:00 |
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 |
Erik Michaels-Ober
|
9db9a8e9a6
|
There is no need to explicitly bundle bundler
This line prevented me from bundling with bundler version 1.1 for no
good reason.
|
2012-03-06 13:40:31 -08:00 |
John McAliley
|
7de8bd9614
|
Merge pull request #24 from lacco/speedup_unique
speedup unique impressions
|
2012-01-19 19:05:04 -08:00 |
Kai Schlichting
|
e5566fad8a
|
speedup unique impressions by using "Impression#exists?" instead of "#Impression#size == 0"
|
2012-01-19 21:29:23 +01:00 |
John McAliley
|
a96aebfb64
|
Change the require so it is not dependent on File.dirname
|
2011-12-18 15:10:34 -05:00 |
John McAliley
|
359b912f2b
|
Merge pull request #16 from georgmittendorfer/feature-dependent-destroy
Added dependent destroy to is_impressionable (fixes issue #9)
|
2011-12-14 18:30:53 -08:00 |
mio
|
7a113edeb2
|
added :dependent => :destroy to is_impressionable
|
2011-12-13 13:51:23 +01:00 |
mio
|
f396b056f5
|
Updated readme.
|
2011-12-13 10:46:43 +01:00 |
John McAliley
|
d6d5bf3dc7
|
Update README.md
|
2011-12-04 16:28:16 -05:00 |
John McAliley
|
fb506c39fc
|
removed stable warning from readme
|
2011-12-04 16:27:11 -05:00 |
John McAliley
|
47ab2162bb
|
Regenerate gemspec for version 1.0.1
|
2011-11-30 12:28:39 -05:00 |
John McAliley
|
2d462ce3fb
|
Version bump to 1.0.1
|
2011-11-30 12:26:21 -05: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 |
John McAliley
|
f0d1288b2d
|
change session_hash from text to string
|
2011-11-30 12:10:27 -05:00 |
John McAliley
|
dea04a6c07
|
Update README.md
|
2011-11-27 23:48:05 -05:00 |
John McAliley
|
4f21bf9823
|
updated contributors list
|
2011-11-27 23:47:33 -05:00 |
John McAliley
|
792cbf9743
|
code formatting
|
2011-11-27 23:43:30 -05:00 |
Cory Schires
|
623a1ae9e6
|
Bump to version 1.0
|
2011-11-27 20:56:44 -06:00 |
Cory Schires
|
19808e41a4
|
Err... Version setting not DRY. Now it's really updated to 0.5.0.
|
2011-11-27 17:20:45 -06:00 |
Cory Schires
|
dc27309eeb
|
Bump from 0.4.0 to 0.5.0
|
2011-11-27 16:55:57 -06:00 |
Cory Schires
|
345f917d4a
|
Use `text` columns rather than `string` in generated migration.
|
2011-11-27 16:54:33 -06: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
|
85a714ff21
|
Merge pull request #12 from coryschires/master
Merged in the counter caching code. Added docs for previous pull request concerning recording unique impressions
|
2011-11-27 11:44:22 -08: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 |
John McAliley
|
b6a001d6e9
|
Merge pull request #13 from georgmittendorfer/feature-unique
Unique impressions
|
2011-11-15 18:43:51 -08:00 |
mio
|
5d77a1a2a0
|
added tests for uniqueness feature
|
2011-11-10 14:16:57 +01:00 |
mio
|
132f1f74ec
|
fixed typo
|
2011-11-10 14:14:51 +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 |
mio
|
24d0c46080
|
added ~ files to gitignore
|
2011-11-07 20:39:14 +01:00 |
Cory Schires
|
aef6acc583
|
Move AR include into engine file.
|
2011-11-04 10:27:13 -05: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 |
Cory Schires
|
9d0b22515b
|
Added support for counter cache column.
|
2011-10-29 17:24:57 -05:00 |
John McAliley
|
e291457b47
|
Edited README.md via GitHub
|
2011-06-23 10:22:56 -07:00 |
John McAliley
|
c268a5f00b
|
Edited README.md via GitHub
|
2011-06-06 06:05:38 -07:00 |
John McAliley
|
157ca2bde1
|
Edited README.md via GitHub
|
2011-06-06 06:05:21 -07:00 |
John McAliley
|
632037dc53
|
Regenerate gemspec for version 0.4.0
|
2011-06-03 12:16:31 -04:00 |
John McAliley
|
00eebf5187
|
update changelog
remove env var hack from Gemfile
|
2011-06-03 12:16:15 -04:00 |
John McAliley
|
c80491a5fb
|
Version bump to 0.4.0
|
2011-06-03 12:15:38 -04:00 |
John McAliley
|
436492333e
|
add new count method tests
|
2011-06-03 12:08:41 -04:00 |
John McAliley
|
b68aaf06fc
|
Merge branch 'master' of github.com:charlotte-ruby/impressionist
Conflicts:
README.md
|
2011-06-03 12:08:24 -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 |