index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
lib
/
active_support
/
cache
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
remove another lolinject
Aaron Patterson
2010-10-01
1
-1
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-1
/
+1
*
making comments meaningful by correcting, adding and pruning
Neeraj Singh
2010-07-26
3
-14
/
+13
*
String#[] doesn't return the byte representation on 1.9.2, we should use getb...
Santiago Pastorino
2010-06-27
1
-1
/
+1
*
preventing memcached initialization errors with default servers list [#4921 s...
David Calavera
2010-06-22
1
-1
/
+1
*
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-15
1
-1
/
+1
|
\
|
*
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-11
1
-1
/
+1
*
|
require conversions to use String#ord
Santiago Pastorino
2010-06-12
1
-0
/
+1
|
/
*
Unforce memcache from AS
Santiago Pastorino
2010-06-01
1
-1
/
+6
*
The rake task :environment now loads config/environment.rb instead of initial...
José Valim
2010-04-29
1
-5
/
+7
*
object_id may be negative, producing an invalid symbol. h/t Markus Schirp
Jeremy Kemper
2010-04-28
1
-1
/
+1
*
ActiveSupport::Cache refactoring
Brian Durand
2010-04-27
6
-252
/
+483
*
MemoryStore#read_multi(*keys) for dev-mode compatibility with memcache store
Jeremy Kemper
2010-04-19
1
-1
/
+7
*
Fixed method sign error
Santiago Pastorino
2010-04-09
1
-1
/
+1
*
fix stack trace lines on class_eval
Santiago Pastorino
2010-04-09
1
-2
/
+2
*
Make sure MemCacheStore logger exists
Joshua Peek
2010-04-07
1
-3
/
+3
*
Drop expires argument from call to @data in MemCacheStore so it works with me...
Vladimir Andrijevik
2010-03-28
1
-1
/
+1
*
fixes a couple of wrong requires
Xavier Noria
2010-01-01
1
-1
/
+1
*
requires active_support/inflector/methods active_support/core_ext/string/infl...
Xavier Noria
2010-01-01
1
-0
/
+1
*
requires active_support/core_ext/array/extract_options in mem_cache_store.rb ...
Xavier Noria
2010-01-01
1
-0
/
+1
*
requires active_support/gzip in CompressedMemCacheStore because it uses Activ...
Xavier Noria
2010-01-01
1
-0
/
+2
*
Rdoc for changes introduced in e2ed1a1ca, 36058f450.
David Vrensk
2009-11-12
1
-0
/
+5
*
Update Orchestra instrumentations and move part of logging to Orchestra.
José Valim
2009-10-15
1
-4
/
+7
*
Mute log info coming from the local_cache strategy
Pratik Naik
2009-10-09
2
-5
/
+7
*
Restore split between require-time and runtime load path mungery. Simplifies ...
Jeremy Kemper
2009-09-24
1
-1
/
+1
*
Instrumenting cache stores.
José Valim
2009-09-20
3
-44
/
+58
*
Rollback AS bundler work and improve activation of vendored dependencies
Joshua Peek
2009-09-13
1
-1
/
+1
*
Merge docrails
Pratik Naik
2009-07-25
1
-3
/
+3
*
Original cache objects should not be immutable [#2860 state:resolved]
Yehuda Katz + Carl Lerche
2009-07-01
1
-1
/
+1
*
Add expiry support File cache store [#1693 state:resolved] [Roman Shterenzon,...
Pratik Naik
2009-06-21
2
-5
/
+13
*
Ensure Memcache local cache returns duplicated values [#2302 state:resolved]
Joshua Peek
2009-05-27
1
-1
/
+1
*
Use duck typing to also allow MemCache-like object when initializing a MemCac...
Bryan Helmkamp
2009-05-19
1
-1
/
+1
*
Allow MemCacheStore to be initialized with a MemCache object instead of addre...
Bryan Helmkamp
2009-05-19
1
-6
/
+11
*
Add ability to get multiple memcached keys at the same time (via MemCacheStor...
Joe Van Dyk
2009-05-18
1
-0
/
+5
*
Fix dependencies revealed by testing in isolation
Jeremy Kemper
2009-04-22
1
-0
/
+2
*
Merge branch 'master' into cherry
Jeremy Kemper
2009-04-20
1
-0
/
+5
|
\
|
*
Nicer name for anonymous local cache middleware class
Joshua Peek
2009-04-02
1
-0
/
+5
*
|
Remove rarely-used DRb cache store
Jeremy Kemper
2009-04-17
1
-14
/
+0
*
|
Fix require
Jeremy Kemper
2009-03-29
1
-1
/
+1
*
|
Explicit File#atomic_write dependency
Jeremy Kemper
2009-03-29
1
-0
/
+2
|
/
*
Only dup local cache values if duplicable [#1653 state:resolved]
Joshua Peek
2009-01-28
1
-1
/
+1
*
Decouple the local cache strategy from MemCacheStore for reuse with other rem...
Lourens Naude
2009-01-17
2
-58
/
+110
*
Added in a local per request cache to MemCacheStore. It acts as a buffer to s...
Nahum Wild
2009-01-15
1
-4
/
+61
*
Lazy-require DRb for ActiveSupport::Cache::DRbStore
Jeremy Kemper
2008-11-23
1
-3
/
+2
*
Merge with docrails
Pratik Naik
2008-11-02
4
-9
/
+49
*
Bring MemCacheStore and CompressedMemCacheStore inline with expected counter ...
Doug Barth
2008-10-17
2
-2
/
+10
*
Fix cache counter semantics for MemoryCache, FileStoreCache, and (presumably)...
Doug Barth
2008-10-17
1
-0
/
+1
*
Removed monitor from MemoryStore and created a seperate threadsafe store call...
Joshua Peek
2008-09-10
2
-39
/
+57
*
Fix indentation mismatch
Jeremy Kemper
2008-09-08
1
-1
/
+1
*
Ensure objects cached with MemoryStore are immutable
Joshua Peek
2008-08-19
1
-1
/
+1
[prev]
[next]