Thibaut Fernagut wrote : | Hi, | | It took me a while but I have the latest CVS code. | | I installed it succesfull like explained in the README | | My blog is up but whenever I want to write a entry I get this error : | ...... | /usr/lib/ruby/site_ruby/1.8/hobix/out/quick.rb:124:in `load': Error | `undefined method `to_html' for "Test this is a test":String' in erb | /home/httpd/html/www.h0m3.be/skel/monthly.html.quick-archive. | (Hobix::Out::QuickError) | from /usr/lib/ruby/site_ruby/1.8/hobix/weblog.rb:617:in `retouch' | from /usr/lib/ruby/site_ruby/1.8/hobix/weblog.rb:584:in `retouch' | from /usr/lib/ruby/site_ruby/1.8/hobix/weblog.rb:582:in `retouch' | from /usr/lib/ruby/site_ruby/1.8/hobix/weblog.rb:577:in `regenerate' | from /usr/lib/ruby/site_ruby/1.8/hobix/commandline.rb:380:in | `post_action' | from /usr/bin/hobix:79 | I think it is due to the way I write the entry.
Hi Thibaut, This is not due to your entry. As I mentioned it (http://rubyforge.org/pipermail/hobix-is-the-way/2005-November/000673.html) this is due to the fact that the Entry object we're using have 'to_html' powered strings, that are built using the add_domain_type YAML method in Ruby 1.8.2 ... But starting with 1.8.3, hobix code attempts at using as_yaml ... which do not add this method to the String fields of our Entries.. I have problem contacting why these days, so I've just commited a temporary fix to CVS, allowing users to continue posting while using 0.4 + 1.8.3 ;) So after a cvs update you should hopefully be able to post ;) Best Regards, -- Frederick Ros aka Sleeper -- [EMAIL PROTECTED] We are MicroSoft. You will be assimilated. Resistance is futile. (Attributed to B.G., Gill Bates)
pgpg3KKoUNdBG.pgp
Description: PGP signature
_______________________________________________ Hobix-is-the-way mailing list [email protected] http://rubyforge.org/mailman/listinfo/hobix-is-the-way
