You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Detroit.rb
Does Heroku have anything like Google's Object Store? Based on the
site, they seem to host only a SQL database for storage. I just want
to store serialized (stringified) JSON objects keyed off of SHA1
hashes. I suppose I could do that in a SQL table defined as "name(key
char(n), json text)" (in pseudo-code). Any other recommendations?
Zach Church
unread,
Nov 4, 2009, 10:04:23 PM11/4/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyd...@googlegroups.com
I think what you're looking for is ActiveRecord::Base#serialize,
though I think this serializes as YAML: