On 20 August 2011 09:32, Michael Pavling wrote:
> If you check section 3.2.1 of the HTTP RFC, it states:
It would've been polite to include the link! :-)
http://www.faqs.org/rfcs/rfc2068.html
--
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" gr
On 19 August 2011 17:35, Philip Hallstrom wrote:
>> I think that the limit can be 2048 as I recall that is the max for a URL. I
>> can't find a reference to back that up at the moment, but I think that this
>> is what the sitemap specification (see Google) allows, too.
>
> http://support.micros
>>> So I'm using a column in my database to serialize a hash of extra data
>>> about an object. Stuff I'd want when displaying, but not anything else I
>>> care to have structured access to in my DB. I recently started storing an
>>> URL in field, so I decided I'd better change the column type
On Aug 17, 2011, at 7:38 PM, Philip Hallstrom wrote:
On Aug 17, 2011, at 3:32 PM, John Hinnegan wrote:
So I'm using a column in my database to serialize a hash of extra
data about an object. Stuff I'd want when displaying, but not
anything else I care to have structured access to in my D
That would be easier for sure. I was just guessing that the limit param was
put in because the db was just changing the type on the column, not actually
changing the size allocated to the column per record.
--
You received this message because you are subscribed to the Google Groups "Ruby
on
On Aug 17, 2011, at 3:32 PM, John Hinnegan wrote:
> So I'm using a column in my database to serialize a hash of extra data about
> an object. Stuff I'd want when displaying, but not anything else I care to
> have structured access to in my DB. I recently started storing an URL in
> field, so
So I'm using a column in my database to serialize a hash of extra data about
an object. Stuff I'd want when displaying, but not anything else I care to
have structured access to in my DB. I recently started storing an URL in
field, so I decided I'd better change the column type from string (wh
7 matches
Mail list logo