Skip to content

jonleighton/rails_html_output

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML Output

This miniscule Rails plugin stops Rails outputting self-closing (XHTML-style) markup which is useful if you want to use the Rails tag helpers and produce valid HTML.

Works with Rails 2.3 and 3.0.

Install

  • Rails 3: Add gem "rails_html_output" to your Gemfile.
  • Rails 2.3: Add config.gem "rails_html_output" to your config/environment.rb.

About

Make Action View produce HTML rather than XHTML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages