From: Suraj Kurapati Date: 2007-10-25T04:09:56+09:00 Subject: Re: [ANN] Rassmalog 7.1.1 - the "error monger" release Hello, I've made some slight improvements -- which, for some reason, always come to mind just after I make a release -- on the error reporting logic, hence the "error monger" name for this release. See the change log below. Cheers. ------------- Version 7.1.1 Contents • Caution • Repairs This release updates the documentation and improves error reporting. 1 Caution # • In the config/format.rb file, the String.coderay and String.redcloth have been renamed to String.thru_coderay and String.thru_redcloth for consistency with the String.thru_erb method. 2 Repairs # • The stack trace of an error now shows the blog entry file and/or the ERB template file(s) involved, instead of always showing the ambiguous ‘(erb)’ identifier. As a result, you can better trace the source of a problem. • The CSS styles corressponding to the search form and search results/error box have been moved into input/ styles/screen.css as requested by Josef ‘Jupp’ Schugt. • Added documentation for more attributes in the API reference documentation. -- Posted via http://www.ruby-forum.com/.