Using memcached in Rails app with Single Table Inheritance?
Exerpt: I have a Rails app that uses STI to handle different types of Users, such as: class Admin < User ... end I want to use memcached, but I keep getting the dreaded "unknown cl … Tags: rails, rubyonrails, memcached, single table inheritance • Bash text parsing golf Exerpt: Hi, I am writing a shell script to, among other things, determine the last time a branch was made in a subversion repository. The following code works: DEV='http://some … Tags: linux, bash, svn, golf • MethodInfo for EntityCollection instead of Queryable Exerpt: I am manually creating the equivalent lambda: var function = p => p.Child.Any(c => c.