Skip to content

Makes your Rails partials output HTML comments at the start and end

Notifications You must be signed in to change notification settings

gwshaw/noisy_partials

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Place in the development section of your gem file to add html comments at the start and end of partial rendering, so you can see which partial is creating the HTML code you're interested in.

group :development do
  gem 'noisy_partials', git: 'git://github.com/gwshaw/noisy_partials.git'
end

Originally by Gwyn Morfey (2008), adapted to Rails 3 by George Shaw (2013)

About

Makes your Rails partials output HTML comments at the start and end

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%