issues
search
artsy
/
garner
A set of Rack middleware and cache helpers that implement various caching strategies.
MIT License
343
stars
24
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update the Conference Video URL
#95
icirellik
closed
4 years ago
1
Caching the Index method
#94
AndreiDev
closed
8 years ago
2
@mzikherman => Added Ruby 2.3.0 and ignoring rbx-2 failures.
#93
dblock
closed
8 years ago
0
Properly set options[:expires_in] from global_cache_options
#92
fancyremarker
closed
8 years ago
6
Default expires_in override global_cache_options
#91
hemslo
closed
8 years ago
1
Mongo garnered_find not respecting chained criteria
#90
mzikherman
opened
9 years ago
0
Added support for Mongoid 5.
#89
dblock
closed
9 years ago
1
garnered_find slower than find?
#88
joeyAghion
opened
9 years ago
4
How to cache only anonymous(non-login) request?
#87
hey-jude
closed
9 years ago
4
Mongoid document proxy binding doesn't work with aliased updated_at field
#86
onomated
opened
9 years ago
2
Add cache logging support
#85
dblock
opened
9 years ago
0
Does Garner support binding ActiveRecord models?
#84
mfunaro
opened
9 years ago
7
SafeCacheKey + Touch doesn't pass spec/integration/mongoid_spec.rb
#83
dblock
opened
10 years ago
1
@fancyremarker => Fixed #81: Garner.cache loses namespace options when calling delete when cache block yields nil.
#82
dblock
closed
10 years ago
2
Garner.cache loses namespace options when deleting a record as block yields nil
#81
dblock
closed
10 years ago
2
Stale record retrieved via garnered_find
#80
dblock
opened
10 years ago
9
Fix typo on Garner mongoid_identity_fields configuration
#79
chussenot
closed
10 years ago
1
Release Next
#78
dblock
closed
10 years ago
2
Run tests on JRuby.
#77
dblock
closed
10 years ago
0
Added Rubocop, Ruby-style linter.
#76
dblock
closed
10 years ago
4
Run tests on JRuby
#75
dblock
closed
9 years ago
1
Removed Jeweler.
#74
dblock
closed
10 years ago
2
Fix: ActiveRecord 4 cache_key is now in :nsec format.
#73
dblock
closed
10 years ago
2
Support ActiveRecord 4
#72
dblock
closed
10 years ago
1
Fix Mongoid4 dependency
#71
dblock
closed
10 years ago
1
Add whiny_nils configuration variable to control behavior on nil bindings
#70
fancyremarker
closed
10 years ago
5
Using non-ORM bindings
#69
fancyremarker
opened
10 years ago
1
Failing spec for garnered_find not respecting chained criteria
#68
mzikherman
opened
10 years ago
4
Garner/Grape Entity issue
#67
esoto
closed
10 years ago
1
support for Sequel
#66
rolandjitsu
opened
10 years ago
2
Can't get it to work with Grape
#65
andoriyu
closed
10 years ago
5
Use Garner::Strategies::Context::Key::Base strategy
#64
potomak
closed
10 years ago
1
@fancyremarker => Modify garnered_find to accept multiple arguments
#63
mzikherman
closed
11 years ago
12
Inconsistency between Mongoid find and Garner::Mixins::Mongoid::Document.garnered_find
#62
mzikherman
closed
11 years ago
3
Fix: Don't return valid cache keys for Model.identify(nil)
#61
fancyremarker
closed
11 years ago
0
BindingIndex and SafeCacheKey key strategies both incorrectly return non-nil cache keys for Model.identify(nil)
#60
fancyremarker
closed
11 years ago
0
[Do Not Merge] Example of BindingIndex invalidation strategy's failure to handle reused (non-unique) identities.
#59
fancyremarker
closed
11 years ago
0
"TypeError: singleton can't be dumped" error on Heroku
#58
monfresh
closed
11 years ago
5
Document how to set up Rspec for testing
#57
monfresh
opened
11 years ago
2
Caller context key strategy totally borks if Garner::Cache::Context#garner is monkey-patched
#56
fancyremarker
opened
11 years ago
3
Does Garner work with Roar?
#55
monfresh
opened
11 years ago
13
Add support for caching both body and headers in Garner::Mixins::Rack
#54
dblock
opened
11 years ago
6
Where to include Garner::Mixins::Rack ?
#53
monfresh
opened
11 years ago
9
@fancyremarker => Described additional options passed directly to cache.
#52
dblock
closed
11 years ago
3
@fancyremarker => add code climate badge
#51
mzikherman
closed
11 years ago
4
Mongoid garnered_find causes two similar queries
#50
dblock
opened
11 years ago
2
Fixed #47: use a database index when generating proxy binding in Garner::Mixins::Mongoid::Identity with multiple Garner.config.mongoid_identity_fields.
#49
dblock
closed
11 years ago
2
Fix #47: avoid query where possible in Garner::Mixins::Mongoid::Identity.
#48
dblock
closed
11 years ago
4
Find a better way to rewrite how the Mongoid::Identity mixin yields conditions
#47
dblock
closed
11 years ago
1
Added :invalidate_mongoid_root option
#46
fancyremarker
closed
11 years ago
2
Next