-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
86 lines (68 loc) · 3.39 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!-- Always force latest IE rendering engine or request Chrome Frame -->
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<!-- Use title if it's in the page YAML frontmatter -->
<title>Database cleaner</title>
<meta name="description" content="Database cleaner : Strategies for cleaning databases in Ruby. Can be used to ensure a clean state for testing.">
<link href="/stylesheets/reset.css" rel="stylesheet" type="text/css" /><link href="/stylesheets/theme.css" rel="stylesheet" type="text/css" /><link href="/stylesheets/pygment_trac.css" rel="stylesheet" type="text/css" />
<script src="/javascripts/all.js" type="text/javascript"></script>
<link rel="alternate" type="application/atom+xml" title="Atom Feed" href="/feed.xml" />
</head>
<body class="index">
<!-- 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">
<a href="/">
Database cleaner
</a>
</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>
Latest News
</h3>
<h5 class="blog-post">
<strong>This page is deprecated.</strong> You can find release details over here: <a href="https://github.com/DatabaseCleaner/database_cleaner#changelog">CHANGELOG</a>
</h5>
<h5 class="blog-post">
<a href="/2017/10/29/v1-6-2-is-out/">Database Cleaner v1.6.2 is out!</a>
</h5>
<h5 class="blog-post">
<a href="/2017/05/09/v1-6-1-is-out/">Database Cleaner v1.6.1 is out!</a>
</h5>
<h3>
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>
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>
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>