Files
growstuff/doc/Gemfile.html
2012-09-03 12:43:11 +01:00

166 lines
5.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<title>Gemfile - RDoc Documentation</title>
<link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
<script type="text/javascript">
var rdoc_rel_prefix = "./";
</script>
<script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script>
<script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script>
<script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script>
<script type="text/javascript" charset="utf-8" src="./js/search.js"></script>
<script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script>
<script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script>
<body class="file">
<nav id="metadata">
<nav id="home-section" class="section">
<h3 class="section-header">
<a href="./index.html">Home</a>
<a href="./table_of_contents.html#classes">Classes</a>
<a href="./table_of_contents.html#methods">Methods</a>
</h3>
</nav>
<nav id="search-section" class="section project-section" class="initially-hidden">
<form action="#" method="get" accept-charset="utf-8">
<h3 class="section-header">
<input type="text" name="search" placeholder="Search" id="search-field"
title="Type to search, Up and Down to navigate, Enter to load">
</h3>
</form>
<ul id="search-results" class="initially-hidden"></ul>
</nav>
<div id="project-metadata">
<nav id="fileindex-section" class="section project-section">
<h3 class="section-header">Pages</h3>
<ul>
<li class="file"><a href="./Gemfile.html">Gemfile</a>
<li class="file"><a href="./LICENSE_txt.html">LICENSE</a>
<li class="file"><a href="./Rakefile.html">Rakefile</a>
<li class="file"><a href="./public/robots_txt.html">robots</a>
</ul>
</nav>
<nav id="classindex-section" class="section project-section">
<h3 class="section-header">Class and Module Index</h3>
<ul class="link-list">
<li><a href="./ActiveSupport.html">ActiveSupport</a>
<li><a href="./ActiveSupport/TestCase.html">ActiveSupport::TestCase</a>
<li><a href="./ActiveSupport/TestCase/ActionController.html">ActiveSupport::TestCase::ActionController</a>
<li><a href="./ActiveSupport/TestCase/ActionController/TestCase.html">ActiveSupport::TestCase::ActionController::TestCase</a>
<li><a href="./Growstuff.html">Growstuff</a>
<li><a href="./Growstuff/Application.html">Growstuff::Application</a>
<li><a href="./AddUsernameToUsers.html">AddUsernameToUsers</a>
<li><a href="./ApplicationController.html">ApplicationController</a>
<li><a href="./ApplicationHelper.html">ApplicationHelper</a>
<li><a href="./BrowsingTest.html">BrowsingTest</a>
<li><a href="./DeviseCreateUsers.html">DeviseCreateUsers</a>
<li><a href="./HomeController.html">HomeController</a>
<li><a href="./HomeControllerTest.html">HomeControllerTest</a>
<li><a href="./HomeHelper.html">HomeHelper</a>
<li><a href="./HomeHelperTest.html">HomeHelperTest</a>
<li><a href="./Object.html">Object</a>
<li><a href="./User.html">User</a>
<li><a href="./UserTest.html">UserTest</a>
</ul>
</nav>
</div>
</nav>
<div id="documentation" class="description">
<p>source <a href="https://rubygems.org">rubygems.org</a></p>
<p>gem bundler, &gt;=1.1.5</p>
<p>gem rails, 3.2.8</p>
<p># Bundle edge Rails instead: # gem rails, :git =&gt;
git://github.com/rails/rails.git</p>
<p>gem sqlite3</p>
<p># Gems used only for assets and not required # in production environments
by default. group :assets do</p>
<pre class="ruby"><span class="ruby-identifier">gem</span> <span class="ruby-string">'sass-rails'</span>, <span class="ruby-string">'~&gt; 3.2.3'</span>
<span class="ruby-identifier">gem</span> <span class="ruby-string">'coffee-rails'</span>, <span class="ruby-string">'~&gt; 3.2.1'</span>
<span class="ruby-comment"># See https://github.com/sstephenson/execjs#readme for more supported runtimes</span>
<span class="ruby-comment"># long term, we'll probably want node.js for performance, but this will do for now as it's easier for new people to install</span>
<span class="ruby-identifier">gem</span> <span class="ruby-string">'therubyracer'</span>, :<span class="ruby-identifier">platforms</span> =<span class="ruby-operator">&gt;</span> :<span class="ruby-identifier">ruby</span>
<span class="ruby-identifier">gem</span> <span class="ruby-string">'uglifier'</span>, <span class="ruby-string">'&gt;= 1.0.3'</span>
</pre>
<p>end</p>
<p>gem jquery-rails</p>
<p># To use ActiveModel has_secure_password # gem bcrypt-ruby, ~&gt; 3.0.0</p>
<p># To use Jbuilder templates for JSON # gem jbuilder</p>
<p># Use unicorn as the app server # gem unicorn</p>
<p># Deploy with Capistrano # gem capistrano</p>
<p># To use debugger # gem debugger</p>
<p># GROWSTUFF ADDITIONS BELOW HERE</p>
<p># user signup/login/etc gem devise</p>
<p># for testing gem rspec-rails gem webrat</p>
</div>
<footer id="validator-badges">
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
</footer>