Displaying 3 results from an estimated 3 matches for "icon_url".
Did you mean:
conn_url
2007 Apr 04
1
pontential bug in rspec_on_rails and ActiveRecord transactions
...save it will insert a new
contact into database but after the exception has been raised, the Rails
will make a rollback on transaction.
Running in console:
Url.create!(:url => ''http://example.com'')
Will yield following SQL (taken from the log)
BEGIN
INSERT INTO urls (`icon_url`, `domain`, `url`, `cached_version`,
`description`, `created_at`) VALUES(NULL, NULL,
''http://www.example.com/'', 0, NULL, ''2007-04-04 15:36:08'')
INSERT INTO contacts (`internal_id`, `name`, `updated_at`,
`primary_email`, `notes`, `user_id`, `created_at`) VALU...
2004 Aug 06
2
a new directory service
> I see that with the ttl field in your approach, this goal could be
> achieved. I could set up a system which updates the info at the start of
> each program, with a ttl of the program's length. I'm only interested
> now in how this could be achieved (how could I update the directory info
> from cron, for example.)
Please dont' abuse the fields before we've
2004 Aug 06
3
a new directory service
> Again, it would be nice to be able to make this reasonably free form
> name/value pairs - one extra that has occurred to me is...
>
> icon_url - to let directoy listings jazz up their displays by permitting
> station logos (For speed reasons it's probably nicer for the directory
> server to manage teh icons locally...)
I'm trying to think of a good way to map arbitrary pairs without
impacting searchability greatly and fitti...