You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is being passed in the keys to find_by_field:
{:select=>nil, :include=>nil, :conditions=>nil, :readonly=>nil}
NoMethodError: undefined method <<' for nil:NilClass from vendor/record_cache/lib/record_cache/index.rb:280:inget_records'
from vendor/record_cache/lib/record_cache/index.rb:277:in each' from vendor/record_cache/lib/record_cache/index.rb:277:inget_records'
from vendor/record_cache/lib/record_cache/index.rb:270:in each_slice' from vendor/record_cache/lib/record_cache/index.rb:270:inget_records'
from vendor/memcache/lib/memcache.rb:264:in get_some' from vendor/record_cache/lib/record_cache/index.rb:262:inget_records'
from vendor/memcache/lib/memcache.rb:101:in in_namespace' from vendor/record_cache/lib/record_cache/index.rb:256:inget_records'
from vendor/record_cache/lib/record_cache/index.rb:105:in find_by_field' from vendor/record_cache/lib/record_cache.rb:218:infind_by_facebook_uid'
from vendor/rails/activerecord/lib/active_record/associations/belongs_to_association.rb:49:in send' from vendor/rails/activerecord/lib/active_record/associations/belongs_to_association.rb:49:infind_targ
The text was updated successfully, but these errors were encountered:
This is being passed in the keys to find_by_field:
{:select=>nil, :include=>nil, :conditions=>nil, :readonly=>nil}
NoMethodError: undefined method
<<' for nil:NilClass from vendor/record_cache/lib/record_cache/index.rb:280:in
get_records'from vendor/record_cache/lib/record_cache/index.rb:277:in
each' from vendor/record_cache/lib/record_cache/index.rb:277:in
get_records'from vendor/record_cache/lib/record_cache/index.rb:270:in
each_slice' from vendor/record_cache/lib/record_cache/index.rb:270:in
get_records'from vendor/memcache/lib/memcache.rb:264:in
get_some' from vendor/record_cache/lib/record_cache/index.rb:262:in
get_records'from vendor/memcache/lib/memcache.rb:101:in
in_namespace' from vendor/record_cache/lib/record_cache/index.rb:256:in
get_records'from vendor/record_cache/lib/record_cache/index.rb:105:in
find_by_field' from vendor/record_cache/lib/record_cache.rb:218:in
find_by_facebook_uid'from vendor/rails/activerecord/lib/active_record/associations/belongs_to_association.rb:49:in
send' from vendor/rails/activerecord/lib/active_record/associations/belongs_to_association.rb:49:in
find_targThe text was updated successfully, but these errors were encountered: