Harry Seldon wrote:
> For the trackbacks, can they be tested in development? Because I create 
> a post with [test](http://127.0.0.1:3030/trackbacks?article_id=21) and I 
> see nothing in this article 21.

If you're just running one instance (i.e., you started typo by running
./script/server), it won't work: You need one instance of typo sending
the trackback, and one recieving it.

Once upon a time, the trackbacks and pingbacks were sent in a separate
thread to overcome this problem, but it was difficult to get right
because Rails was not thread-safe, so this was removed.

On my own blog, I've been using a modified typo that still uses a
separate thread, but I recently discovered it was broken. I fixed it,
but it needs further testing. I'll see if I can upload this one of these
days.

Regards,
Matijs


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Typo-list mailing list
Typo-list@rubyforge.org
http://rubyforge.org/mailman/listinfo/typo-list

Reply via email to