database_cleaner/index.html

63 lines
2.8 KiB
HTML
Raw Permalink Normal View History

2014-12-13 22:58:50 -05:00
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Database cleaner : Strategies for cleaning databases in Ruby. Can be used to ensure a clean state for testing.">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Database cleaner</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/DatabaseCleaner/database_cleaner">View on GitHub</a>
<h1 id="project_title">Database cleaner</h1>
<h2 id="project_tagline">Strategies for cleaning databases in Ruby. Can be used to ensure a clean state for testing.</h2>
<section id="downloads">
<a class="zip_download_link" href="https://github.com/DatabaseCleaner/database_cleaner/zipball/master">Download this project as a .zip file</a>
<a class="tar_download_link" href="https://github.com/DatabaseCleaner/database_cleaner/tarball/master">Download this project as a tar.gz file</a>
</section>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>
<a id="documentation" class="anchor" href="#documentation" aria-hidden="true"><span class="octicon octicon-link"></span></a>Documentation</h3>
<p>All you need to know is here: <a href="http://www.rubydoc.info/gems/database_cleaner">http://www.rubydoc.info/gems/database_cleaner</a></p>
<h3>
<a id="authors-and-contributors" class="anchor" href="#authors-and-contributors" aria-hidden="true"><span class="octicon octicon-link"></span></a>Authors and Contributors</h3>
<p>A big thanks to everyone who has contributed to this project: <a href="https://github.com/DatabaseCleaner/database_cleaner/graphs/contributors">https://github.com/DatabaseCleaner/database_cleaner/graphs/contributors</a></p>
<h3>
<a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span class="octicon octicon-link"></span></a>Support or Contact</h3>
<p>Having trouble? Check out <a href="https://github.com/DatabaseCleaner/database_cleaner#common-errors">Common Errors</a> or <a href="https://github.com/DatabaseCleaner/database_cleaner/issues">existing issues</a>.</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright">Database cleaner maintained by <a href="https://github.com/DatabaseCleaner">DatabaseCleaner</a></p>
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>