Displaying 2 results from an estimated 2 matches for "entitytype".
2006 Feb 12
3
memcache-client/cached_model help
...S.update session_options
I also changed a few models to extend CachedModel but am having
trouble getting it to work. I can manually put things in the cache
and take them out of memcached but when I use cached_model on my home
page I get this in my console:
MemCache Set (0.091822) active_record:EntityType:1
MemCache Set (0.190003) active_record:EntityType:2
MemCache Set (0.199389) active_record:EntityType:3
<snip>
MemCache Set (0.199342) active_record:EntityType:17
MemCache Set (0.228083) active_record:EntityType:18
MemCache Set (0.248523) active_record:EntityType:19
which seems promisin...
2005 Dec 08
4
AutoCompleter afterUpdateElement
Any ideas how I can submit say, a person ID instead of the person''s name
on an autocompleter input field? Surely this is a common need.
Thanks!
Daniel