Sha256: 557857038bc5dd69b8400ba61e2061402fd01a573ca2d04774f2ebb634c3c0ac
Contents?: true
Size: 588 Bytes
Versions: 1
Compression:
Stored size: 588 Bytes
Contents
h1. Cohesion h2. Intro Cohesion is a group of tasks that allow you to check link cohesion in a site. h2. Installation Add to your Gemfile bc. gem 'cohesion' or you can just install without bundler with bc. gem install cohesion h2. Usage h3. Checking an external site You can check an external site with the rake task below. This will crawl the site and check each link within the site, and will also check the links to external sites. It will also check image, stylesheet and javascript references from link tags. bc. rake cohesion:check["http://your-site-to-check.com"]
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cohesion-0.0.1 | README.textile |