Displaying 3 results from an estimated 3 matches for "railstidy".
2006 Jun 07
1
railstidy
Hi there,
anyone had any trouble with railstidy?
I''m using it on 1.1.2 just to tidy my output and I get a server error everytime, but the only log message I get is:
FastCGI: incomplete headers (0 bytes) received from server "/var/rails/dev/public/dispatch.fcgi"
I have:
after_filter :tidy
def tidy
RailsTidy.filter(res...
2006 Feb 15
3
RailsTidy: validates your HTML
Hello everybody,
I needed something to validates my HTML templates so I wrote a plugin
and here is its first version:
RailsTidy is a plugin for Ruby On Rails. It allows you to
* validate your rhtml templates,
* validate the html output of your functional tests,
* clean the html generated by rails.
For doing all this, it uses
* Tidy[1], the popular HTML validator and
* RubyTidy[2], Ruby bindin...
2006 Jul 22
2
XHTML validation for functional tests
Hi,
Is there anyway to validate XHTML during functional tests?
Thank you,
Jean-Etienne
--
Posted via http://www.ruby-forum.com/.