mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
More docs
This commit is contained in:
parent
5a77598580
commit
641cf1dc50
21 changed files with 303 additions and 2 deletions
|
@ -12,6 +12,9 @@
|
|||
<li><a href="/documentation/getting-started/cold-start/">Cold Start</a></li>
|
||||
<li><a href="/documentation/getting-started/rollbacks/">Rollbacks</a></li>
|
||||
<li class="divider"></li>
|
||||
<h5>Framework Extensions</h5>
|
||||
<li><a href="/documentation/frameworks/ruby-on-rails/">Ruby on Rails</a></li>
|
||||
<li class="divider"></li>
|
||||
<h5>Troubleshooting</h5>
|
||||
<li><a href="/documentation/troubleshooting/authentication/">SCM (Git) Authentication</a></li>
|
||||
<li><a href="/documentation/troubleshooting/connectivity/">Connectivity</a></li>
|
||||
|
|
|
@ -71,6 +71,8 @@
|
|||
|
||||
{% include footer.html %}
|
||||
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
|
||||
<script src="/js/jquery.githubRepoWidget.min.js"></script>
|
||||
<script src="/js/prism.js"></script>
|
||||
<script src="/js/prism.ruby.js"></script>
|
||||
</body>
|
||||
|
|
|
@ -69,6 +69,9 @@
|
|||
<li><a href="/documentation/getting-started/cold-start/">Cold Start</a></li>
|
||||
<li><a href="/documentation/getting-started/rollbacks/">Rollbacks</a></li>
|
||||
<li class="divider"></li>
|
||||
<h5>Framework Extensions</h5>
|
||||
<li><a href="/documentation/frameworks/ruby-on-rails/">Ruby on Rails</a></li>
|
||||
<li class="divider"></li>
|
||||
<h5>Troubleshooting</h5>
|
||||
<li><a href="/documentation/troubleshooting/authentication/">SCM (Git) Authentication</a></li>
|
||||
<li><a href="/documentation/troubleshooting/connectivity/">Connectivity</a></li>
|
||||
|
@ -1294,6 +1297,8 @@ piecemeal with their own implementations</p>
|
|||
</footer>
|
||||
|
||||
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
|
||||
<script src="/js/jquery.githubRepoWidget.min.js"></script>
|
||||
<script src="/js/prism.js"></script>
|
||||
<script src="/js/prism.ruby.js"></script>
|
||||
</body>
|
||||
|
|
|
@ -69,6 +69,9 @@
|
|||
<li><a href="/documentation/getting-started/cold-start/">Cold Start</a></li>
|
||||
<li><a href="/documentation/getting-started/rollbacks/">Rollbacks</a></li>
|
||||
<li class="divider"></li>
|
||||
<h5>Framework Extensions</h5>
|
||||
<li><a href="/documentation/frameworks/ruby-on-rails/">Ruby on Rails</a></li>
|
||||
<li class="divider"></li>
|
||||
<h5>Troubleshooting</h5>
|
||||
<li><a href="/documentation/troubleshooting/authentication/">SCM (Git) Authentication</a></li>
|
||||
<li><a href="/documentation/troubleshooting/connectivity/">Connectivity</a></li>
|
||||
|
@ -140,6 +143,8 @@
|
|||
</footer>
|
||||
|
||||
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
|
||||
<script src="/js/jquery.githubRepoWidget.min.js"></script>
|
||||
<script src="/js/prism.js"></script>
|
||||
<script src="/js/prism.ruby.js"></script>
|
||||
</body>
|
||||
|
|
|
@ -41,3 +41,11 @@ footer ul.social.icons li {
|
|||
margin-left: 10px;
|
||||
font-size: 5em;
|
||||
}
|
||||
|
||||
.github-widget {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.github-box .github-box-download {
|
||||
height: 44px !important;
|
||||
}
|
||||
|
|
|
@ -69,6 +69,9 @@
|
|||
<li><a href="/documentation/getting-started/cold-start/">Cold Start</a></li>
|
||||
<li><a href="/documentation/getting-started/rollbacks/">Rollbacks</a></li>
|
||||
<li class="divider"></li>
|
||||
<h5>Framework Extensions</h5>
|
||||
<li><a href="/documentation/frameworks/ruby-on-rails/">Ruby on Rails</a></li>
|
||||
<li class="divider"></li>
|
||||
<h5>Troubleshooting</h5>
|
||||
<li><a href="/documentation/troubleshooting/authentication/">SCM (Git) Authentication</a></li>
|
||||
<li><a href="/documentation/troubleshooting/connectivity/">Connectivity</a></li>
|
||||
|
@ -376,6 +379,8 @@ INFO Not interactive</code></pre>
|
|||
</footer>
|
||||
|
||||
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
|
||||
<script src="/js/jquery.githubRepoWidget.min.js"></script>
|
||||
<script src="/js/prism.js"></script>
|
||||
<script src="/js/prism.ruby.js"></script>
|
||||
</body>
|
||||
|
|
185
_site/documentation/frameworks/ruby-on-rails/index.html
Normal file
185
_site/documentation/frameworks/ruby-on-rails/index.html
Normal file
|
@ -0,0 +1,185 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Ruby on Rails</title>
|
||||
<link href='http://fonts.googleapis.com/css?family=Enriqueta' rel='stylesheet' type='text/css'>
|
||||
<script type="text/javascript" src="//use.typekit.net/itm5ubu.js"></script>
|
||||
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
|
||||
<link rel="stylesheet" href="/css/foundation.css" />
|
||||
<link rel="stylesheet" href="/css/capistrano.css">
|
||||
<link rel="stylesheet" href="/css/social_foundicons.css" />
|
||||
<link rel="stylesheet" href="/css/okaidia.css">
|
||||
<script src="/js/vendor/custom.modernizr.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<script type="text/javascript">
|
||||
var _gauges = _gauges || [];
|
||||
(function() {
|
||||
var t = document.createElement('script');
|
||||
t.type = 'text/javascript';
|
||||
t.async = true;
|
||||
t.id = 'gauges-tracker';
|
||||
t.setAttribute('data-site-id', '51c83c32613f5d7df70000bc');
|
||||
t.src = '//secure.gaug.es/track.js';
|
||||
var s = document.getElementsByTagName('script')[0];
|
||||
s.parentNode.insertBefore(t, s);
|
||||
})();
|
||||
</script>
|
||||
|
||||
<script type="text/javascript">
|
||||
setTimeout(function(){var a=document.createElement("script");
|
||||
var b=document.getElementsByTagName("script")[0];
|
||||
a.src=document.location.protocol+"//dnn506yrbagrg.cloudfront.net/pages/scripts/0017/6418.js?"+Math.floor(new Date().getTime()/3600000);
|
||||
a.async=true;a.type="text/javascript";b.parentNode.insertBefore(a,b)}, 1);
|
||||
</script>
|
||||
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
ga('create', 'UA-41970098-1', 'capistranorb.com');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
<div class="top-bar">
|
||||
<a href="/" class="brand">
|
||||
<img src="/images/CapistranoLogo.png" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="large-4 columns">
|
||||
<ul class="side-nav">
|
||||
<li><a href="http://www.harrow.io/" class="advertisment"><span class="label label-important">New</span> Hosted Capistrano for Teams</a></li>
|
||||
<li class="divider"></li>
|
||||
<h5>Overview</h5>
|
||||
<li><a href="/documentation/overview/what-is-capistrano/">What is Capistrano?</a></li>
|
||||
<li><a href="/documentation/overview/introductory-demo-video/">Introductory Demo Video</a></li>
|
||||
<li class="divider"></li>
|
||||
<h5>Getting Started</h5>
|
||||
<li><a href="/documentation/getting-started/installation/">Installation</a></li>
|
||||
<li><a href="/documentation/getting-started/preparing-your-application/">Preparing Your Application</a></li>
|
||||
<li><a href="/documentation/getting-started/authentication-and-authorisation/">Authentication & Authorisation</a></li>
|
||||
<li><a href="/documentation/getting-started/cold-start/">Cold Start</a></li>
|
||||
<li><a href="/documentation/getting-started/rollbacks/">Rollbacks</a></li>
|
||||
<li class="divider"></li>
|
||||
<h5>Framework Extensions</h5>
|
||||
<li><a href="/documentation/frameworks/ruby-on-rails/">Ruby on Rails</a></li>
|
||||
<li class="divider"></li>
|
||||
<h5>Troubleshooting</h5>
|
||||
<li><a href="/documentation/troubleshooting/authentication/">SCM (Git) Authentication</a></li>
|
||||
<li><a href="/documentation/troubleshooting/connectivity/">Connectivity</a></li>
|
||||
<!--<li><a href="/documentation/troubleshooting/gateway-servers/">Gateway Servers</a></li>-->
|
||||
<li><a href="/documentation/troubleshooting/agent-forwarding/">Agent Forwarding</a></li>
|
||||
<li><a href="/documentation/troubleshooting/sudo-password/">`sudo` Password</a></li>
|
||||
<li><a href="/documentation/troubleshooting/rvm-rbenv-nvm/">RVM, `rbenv` And `nvm`</a></li>
|
||||
<li class="divider"></li>
|
||||
<h5>FAQ</h5>
|
||||
<li><a
|
||||
href="/documentation/faq/why-does-something-work-in-my-ssh-session-but-not-in-capistrano/">Why Does Something Work In An SSH Session, But Not In Capistrano?</a></li>
|
||||
<li><a href="/documentation/faq/should-i-use-capistrano-to-provision-my-servers/">Should I Use Capistrano To Provision My Servers?</a></li>
|
||||
<li class="divider"></li>
|
||||
<h5>Power Use-Cases</h5>
|
||||
<li><a href="/documentation/power-use-cases/integration-with-rake/">Integration With Rake</a></li>
|
||||
<li><a href="/documentation/power-use-cases/driving-tools-such-as-chef-solo/">Driving Tools Such As <em>Chef Solo</em></a></li>
|
||||
<li class="divider"></li>
|
||||
<h5>Recent Announcements</h5>
|
||||
|
||||
<li><a href="/2013/06/01/release-announcement.html"><span class="post-date">01 Jun 2013</span> Capistrano Version 3 Release Announcement</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
<div class="large-8 column">
|
||||
<div class="content">
|
||||
<h2>Ruby on Rails</h2>
|
||||
<p><strong>Note:</strong> The Ruby on Rails tasks target the most recent Ruby on Rails
|
||||
version, and as such might be unsuitable for you, please test these recipes in
|
||||
your staging environment before deploying them to production!</p>
|
||||
|
||||
<h3 id="toc_0">Capistrano::Rails</h3>
|
||||
|
||||
<p>The official Gem for Capistrano-Rails is named <code>capistrano-rails</code>, and one can
|
||||
simply define this in one's Rails project's <code>Gemfile</code>, it will depend on a
|
||||
suitably new version of Capistrano.</p>
|
||||
|
||||
<p>The
|
||||
<a href="https://github.com/capistrano/rails/blob/master/README.md"><code>README</code></a>
|
||||
for the Capistrano::Rails explains more than enough, sufficed to say that it
|
||||
adds appropriate hooks for database migrations and asset compilation at the
|
||||
appropriate times.</p>
|
||||
|
||||
<div class="github-widget" data-repo="capistrano/rails"></div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--<div class="container"> -->
|
||||
<!-- <h1 class="title"><a href="/">Capistrano</a></h1>-->
|
||||
<!-- <a class="extra" href="/">home</a> -->
|
||||
<!-- </div> -->
|
||||
|
||||
<!-- <p><strong>Note:</strong> The Ruby on Rails tasks target the most recent Ruby on Rails
|
||||
version, and as such might be unsuitable for you, please test these recipes in
|
||||
your staging environment before deploying them to production!</p>
|
||||
|
||||
<h3 id="toc_0">Capistrano::Rails</h3>
|
||||
|
||||
<p>The official Gem for Capistrano-Rails is named <code>capistrano-rails</code>, and one can
|
||||
simply define this in one's Rails project's <code>Gemfile</code>, it will depend on a
|
||||
suitably new version of Capistrano.</p>
|
||||
|
||||
<p>The
|
||||
<a href="https://github.com/capistrano/rails/blob/master/README.md"><code>README</code></a>
|
||||
for the Capistrano::Rails explains more than enough, sufficed to say that it
|
||||
adds appropriate hooks for database migrations and asset compilation at the
|
||||
appropriate times.</p>
|
||||
|
||||
<div class="github-widget" data-repo="capistrano/rails"></div>
|
||||
-->
|
||||
|
||||
<!--</div> [> /container <] -->
|
||||
|
||||
<footer>
|
||||
<div class="row">
|
||||
<div class="large-4 columns">
|
||||
<ul>
|
||||
<li><a href="/about">About Capistrano</a></li>
|
||||
<li><a href="https://github.com/capistrano/capistrano/blob/master/CONTRIBUTING">Contributing</a></li>
|
||||
<li><a href="https://rubygems.org/gems/capistrano/versions">Releases</a></li>
|
||||
<li><a href="/upgrading">Upgrading</a></li>
|
||||
<li><a href="/security">Security</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="large-4 columns">
|
||||
<ul>
|
||||
<li><a href="http://stackoverflow.com/questions/tagged/capistrano">StackOverflow</a></li>
|
||||
<li><a href="https://groups.google.com/forum/#!forum/capistrano">Mailing List</a></li>
|
||||
<li><a href=".... ">Commercial Support</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="large-4 columns">
|
||||
<ul class="social icons">
|
||||
<li><a href="//twitter.com/capistranorb"><i class="foundicon-twitter"></i></a></li>
|
||||
<li><a href="//github.com/capistrano"><i class="foundicon-github"></i></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
|
||||
<script src="/js/jquery.githubRepoWidget.min.js"></script>
|
||||
<script src="/js/prism.js"></script>
|
||||
<script src="/js/prism.ruby.js"></script>
|
||||
</body>
|
||||
</html>
|
|
@ -69,6 +69,9 @@
|
|||
<li><a href="/documentation/getting-started/cold-start/">Cold Start</a></li>
|
||||
<li><a href="/documentation/getting-started/rollbacks/">Rollbacks</a></li>
|
||||
<li class="divider"></li>
|
||||
<h5>Framework Extensions</h5>
|
||||
<li><a href="/documentation/frameworks/ruby-on-rails/">Ruby on Rails</a></li>
|
||||
<li class="divider"></li>
|
||||
<h5>Troubleshooting</h5>
|
||||
<li><a href="/documentation/troubleshooting/authentication/">SCM (Git) Authentication</a></li>
|
||||
<li><a href="/documentation/troubleshooting/connectivity/">Connectivity</a></li>
|
||||
|
@ -840,6 +843,8 @@ drwxrwsr-x (2775) /var/www/rails3-bootstrap-devise-cancan-demo/shared</code></p
|
|||
</footer>
|
||||
|
||||
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
|
||||
<script src="/js/jquery.githubRepoWidget.min.js"></script>
|
||||
<script src="/js/prism.js"></script>
|
||||
<script src="/js/prism.ruby.js"></script>
|
||||
</body>
|
||||
|
|
|
@ -69,6 +69,9 @@
|
|||
<li><a href="/documentation/getting-started/cold-start/">Cold Start</a></li>
|
||||
<li><a href="/documentation/getting-started/rollbacks/">Rollbacks</a></li>
|
||||
<li class="divider"></li>
|
||||
<h5>Framework Extensions</h5>
|
||||
<li><a href="/documentation/frameworks/ruby-on-rails/">Ruby on Rails</a></li>
|
||||
<li class="divider"></li>
|
||||
<h5>Troubleshooting</h5>
|
||||
<li><a href="/documentation/troubleshooting/authentication/">SCM (Git) Authentication</a></li>
|
||||
<li><a href="/documentation/troubleshooting/connectivity/">Connectivity</a></li>
|
||||
|
@ -560,6 +563,8 @@ DEBUG [f40edfbb] 3419812c9f146d9a84b44bcc2c3caef94da54758 refs/heads/master
|
|||
</footer>
|
||||
|
||||
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
|
||||
<script src="/js/jquery.githubRepoWidget.min.js"></script>
|
||||
<script src="/js/prism.js"></script>
|
||||
<script src="/js/prism.ruby.js"></script>
|
||||
</body>
|
||||
|
|
|
@ -69,6 +69,9 @@
|
|||
<li><a href="/documentation/getting-started/cold-start/">Cold Start</a></li>
|
||||
<li><a href="/documentation/getting-started/rollbacks/">Rollbacks</a></li>
|
||||
<li class="divider"></li>
|
||||
<h5>Framework Extensions</h5>
|
||||
<li><a href="/documentation/frameworks/ruby-on-rails/">Ruby on Rails</a></li>
|
||||
<li class="divider"></li>
|
||||
<h5>Troubleshooting</h5>
|
||||
<li><a href="/documentation/troubleshooting/authentication/">SCM (Git) Authentication</a></li>
|
||||
<li><a href="/documentation/troubleshooting/connectivity/">Connectivity</a></li>
|
||||
|
@ -356,6 +359,8 @@ the risk of accidentally upgrading to <code>v3</code>.
|
|||
</footer>
|
||||
|
||||
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
|
||||
<script src="/js/jquery.githubRepoWidget.min.js"></script>
|
||||
<script src="/js/prism.js"></script>
|
||||
<script src="/js/prism.ruby.js"></script>
|
||||
</body>
|
||||
|
|
|
@ -69,6 +69,9 @@
|
|||
<li><a href="/documentation/getting-started/cold-start/">Cold Start</a></li>
|
||||
<li><a href="/documentation/getting-started/rollbacks/">Rollbacks</a></li>
|
||||
<li class="divider"></li>
|
||||
<h5>Framework Extensions</h5>
|
||||
<li><a href="/documentation/frameworks/ruby-on-rails/">Ruby on Rails</a></li>
|
||||
<li class="divider"></li>
|
||||
<h5>Troubleshooting</h5>
|
||||
<li><a href="/documentation/troubleshooting/authentication/">SCM (Git) Authentication</a></li>
|
||||
<li><a href="/documentation/troubleshooting/connectivity/">Connectivity</a></li>
|
||||
|
@ -504,6 +507,8 @@ to authorise Capistrano on our servers yet.</p>
|
|||
</footer>
|
||||
|
||||
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
|
||||
<script src="/js/jquery.githubRepoWidget.min.js"></script>
|
||||
<script src="/js/prism.js"></script>
|
||||
<script src="/js/prism.ruby.js"></script>
|
||||
</body>
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
FUCK YOU JEKYLL
|
|
@ -69,6 +69,9 @@
|
|||
<li><a href="/documentation/getting-started/cold-start/">Cold Start</a></li>
|
||||
<li><a href="/documentation/getting-started/rollbacks/">Rollbacks</a></li>
|
||||
<li class="divider"></li>
|
||||
<h5>Framework Extensions</h5>
|
||||
<li><a href="/documentation/frameworks/ruby-on-rails/">Ruby on Rails</a></li>
|
||||
<li class="divider"></li>
|
||||
<h5>Troubleshooting</h5>
|
||||
<li><a href="/documentation/troubleshooting/authentication/">SCM (Git) Authentication</a></li>
|
||||
<li><a href="/documentation/troubleshooting/connectivity/">Connectivity</a></li>
|
||||
|
@ -198,6 +201,8 @@ sitting and watching Ruby compile, for example!)</p>
|
|||
</footer>
|
||||
|
||||
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
|
||||
<script src="/js/jquery.githubRepoWidget.min.js"></script>
|
||||
<script src="/js/prism.js"></script>
|
||||
<script src="/js/prism.ruby.js"></script>
|
||||
</body>
|
||||
|
|
|
@ -69,6 +69,9 @@
|
|||
<li><a href="/documentation/getting-started/cold-start/">Cold Start</a></li>
|
||||
<li><a href="/documentation/getting-started/rollbacks/">Rollbacks</a></li>
|
||||
<li class="divider"></li>
|
||||
<h5>Framework Extensions</h5>
|
||||
<li><a href="/documentation/frameworks/ruby-on-rails/">Ruby on Rails</a></li>
|
||||
<li class="divider"></li>
|
||||
<h5>Troubleshooting</h5>
|
||||
<li><a href="/documentation/troubleshooting/authentication/">SCM (Git) Authentication</a></li>
|
||||
<li><a href="/documentation/troubleshooting/connectivity/">Connectivity</a></li>
|
||||
|
@ -432,6 +435,8 @@ end</code></pre>
|
|||
</footer>
|
||||
|
||||
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
|
||||
<script src="/js/jquery.githubRepoWidget.min.js"></script>
|
||||
<script src="/js/prism.js"></script>
|
||||
<script src="/js/prism.ruby.js"></script>
|
||||
</body>
|
||||
|
|
|
@ -69,6 +69,9 @@
|
|||
<li><a href="/documentation/getting-started/cold-start/">Cold Start</a></li>
|
||||
<li><a href="/documentation/getting-started/rollbacks/">Rollbacks</a></li>
|
||||
<li class="divider"></li>
|
||||
<h5>Framework Extensions</h5>
|
||||
<li><a href="/documentation/frameworks/ruby-on-rails/">Ruby on Rails</a></li>
|
||||
<li class="divider"></li>
|
||||
<h5>Troubleshooting</h5>
|
||||
<li><a href="/documentation/troubleshooting/authentication/">SCM (Git) Authentication</a></li>
|
||||
<li><a href="/documentation/troubleshooting/connectivity/">Connectivity</a></li>
|
||||
|
@ -126,6 +129,14 @@ extended to support them.</p>
|
|||
<source src="http://capistrano-screencasts.s3.amazonaws.com/Capistrano%20Introduction%20Video.mp4" type='video/mp4'>
|
||||
</video></p>
|
||||
|
||||
<h3 id="toc_3"> Source Code</h3>
|
||||
|
||||
<div class="github-widget" data-repo="capistrano/capistrano"></div>
|
||||
|
||||
<div class="github-widget" data-repo="capistrano/rails"></div>
|
||||
|
||||
<div class="github-widget" data-repo="capistrano/documentation"></div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -164,6 +175,14 @@ extended to support them.</p>
|
|||
<p><video id="demo" class="video-js vjs-default-skin" controls preload="auto" width="640" height="400" data-setup="{}">
|
||||
<source src="http://capistrano-screencasts.s3.amazonaws.com/Capistrano%20Introduction%20Video.mp4" type='video/mp4'>
|
||||
</video></p>
|
||||
|
||||
<h3 id="toc_3"> Source Code</h3>
|
||||
|
||||
<div class="github-widget" data-repo="capistrano/capistrano"></div>
|
||||
|
||||
<div class="github-widget" data-repo="capistrano/rails"></div>
|
||||
|
||||
<div class="github-widget" data-repo="capistrano/documentation"></div>
|
||||
-->
|
||||
|
||||
<!--</div> [> /container <] -->
|
||||
|
@ -198,6 +217,8 @@ extended to support them.</p>
|
|||
</footer>
|
||||
|
||||
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
|
||||
<script src="/js/jquery.githubRepoWidget.min.js"></script>
|
||||
<script src="/js/prism.js"></script>
|
||||
<script src="/js/prism.ruby.js"></script>
|
||||
</body>
|
||||
|
|
1
_site/js/jquery.githubRepoWidget.min.js
vendored
Normal file
1
_site/js/jquery.githubRepoWidget.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -41,3 +41,11 @@ footer ul.social.icons li {
|
|||
margin-left: 10px;
|
||||
font-size: 5em;
|
||||
}
|
||||
|
||||
.github-widget {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.github-box .github-box-download {
|
||||
height: 44px !important;
|
||||
}
|
||||
|
|
24
documentation/frameworks/ruby-on-rails/index.markdown
Normal file
24
documentation/frameworks/ruby-on-rails/index.markdown
Normal file
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
title: Ruby on Rails
|
||||
layout: default
|
||||
---
|
||||
|
||||
**Note:** The Ruby on Rails tasks target the most recent Ruby on Rails
|
||||
version, and as such might be unsuitable for you, please test these recipes in
|
||||
your staging environment before deploying them to production!
|
||||
|
||||
|
||||
### Capistrano::Rails
|
||||
|
||||
The official Gem for Capistrano-Rails is named `capistrano-rails`, and one can
|
||||
simply define this in one's Rails project's `Gemfile`, it will depend on a
|
||||
suitably new version of Capistrano.
|
||||
|
||||
The
|
||||
[`README`](https://github.com/capistrano/rails/blob/master/README.md)
|
||||
for the Capistrano::Rails explains more than enough, sufficed to say that it
|
||||
adds appropriate hooks for database migrations and asset compilation at the
|
||||
appropriate times.
|
||||
|
||||
<div class="github-widget" data-repo="capistrano/rails"></div>
|
||||
|
|
@ -1 +0,0 @@
|
|||
FUCK YOU JEKYLL
|
|
@ -33,3 +33,8 @@ extended to support them.
|
|||
<source src="http://capistrano-screencasts.s3.amazonaws.com/Capistrano%20Introduction%20Video.mp4" type='video/mp4'>
|
||||
</video>
|
||||
|
||||
### Source Code
|
||||
|
||||
<div class="github-widget" data-repo="capistrano/capistrano"></div>
|
||||
<div class="github-widget" data-repo="capistrano/rails"></div>
|
||||
<div class="github-widget" data-repo="capistrano/documentation"></div>
|
||||
|
|
1
js/jquery.githubRepoWidget.min.js
vendored
Normal file
1
js/jquery.githubRepoWidget.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue