-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
188 lines (178 loc) · 10.8 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Open Source Rails 3.2 Example Apps and Tutorials</title>
<link href="https://plus.google.com/u/0/b/117374718581973393536/117374718581973393536/posts/" rel="publisher" />
<link rel="stylesheet" href="/css/bootstrap.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="/css/screen.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="/css/gollum.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="/css/site.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="/css/syntax.css" type="text/css" charset="utf-8" />
<script src="http://code.jquery.com/jquery-1.6.min.js" type="text/javascript"></script>
<script src="/javascript/jquery.text_selection-1.0.0.min.js" type="text/javascript"></script>
<script src="/javascript/jquery.previewable_comment_form.js" type="text/javascript"></script>
<script src="/javascript/jquery.tabs.js" type="text/javascript"></script>
<script src="/javascript/gollum.js" type="text/javascript"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-5109366-14']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a href="/" class="brand">RailsApps Project</a>
<ul class="pull-right nav">
<li><a href="http://blog.railsapps.org/" class="twitter">Blog</a></li>
<li><a href="http://twitter.com/rails_apps" class="twitter">Twitter</a></li>
<li><a href="https://plus.google.com/117374718581973393536" class="google">Google +</a></li>
<li><a href="https://github.com/RailsApps" class="github">GitHub Repository</a></li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="page-header">
<h1>Open Source Rails 3.2 Example Apps and Tutorials</h1>
</div>
<div class="content wikistyle gollum textile">
<h1>Open Source Rails 3.2 Example Apps and Tutorials</h1>
<p>This is a website and <a href="https://github.com/RailsApps">GitHub repository</a> for open source Ruby on Rails example apps and Rails tutorials.</p>
<p>It spans the gap between Ruby on Rails tutorials for beginners and the piecemeal advice found on experts’ blogs.</p>
<p>Here’s what you can do:</p>
<ul>
<li>follow the Rails tutorials and examine the code to to see examples of complete working Rails 3.2 web applications</li>
<li>download code (“clone a repository”) to customize an app for your own use</li>
<li>use an application template to generate a ready-made starter app</li>
<li>modify an application template to make your own custom starter app</li>
</ul><p>New to Rails? See a list of <a href="http://railsapps.github.com/rails.html">recommended resources for Rails</a>.</p>
<h2>Follow the RailsApps Project</h2>
<ul>
<li>Follow the project on Twitter: <a href="http://twitter.com/rails_apps">@rails_apps</a>. Tweet some praise if you like what you’ve found.</li>
</ul><ul>
<li>Add <a href="https://plus.google.com/117374718581973393536">+RailsApps</a> to your Google+ circles for updates.</li>
</ul><h2>Testimonials</h2>
<blockquote>
<p>“Thanks so much for this. There are so many Rails tutorials for absolute beginners, and lots of stuff that assumes expert knowledge, but not much, besides practice, to span the gap.” — Rick Quantz, <a href="http://news.ycombinator.com/item?id=2545768">HackerNews, 13 May 2011</a></p>
</blockquote>
<blockquote>
<p>“I would like to say thank you for such a precise guide. It helped me understand how things work a great deal quicker than all of the bits and pieces I was reading around the web.” — Justin Booth</p>
</blockquote>
<blockquote>
<p>“<a href="http://twitter.com/rails_apps">@danielkehoe</a> is somewhat of a hero with the stuff he puts on @github” — Warwick Poole, <a href="https://twitter.com/#!/warwickp/status/86987405327994880">Twitter, 2 July 2011</a></p>
</blockquote>
<blockquote>
<p>“Crazy Deep” — Peter Cooper, <a href="http://j.mp/ieyXxu">Ruby Weekly, 19 May 2011</a></p>
</blockquote>
<h2>Popular Articles</h2>
<ul>
<li><a href="http://railsapps.github.com/installing-rails.html">Installing Rails 3.2</a></li>
<li><a href="http://railsapps.github.com/managing-rails-versions-gems.html">Managing Rails Versions and Gems</a></li>
<li><a href="http://railsapps.github.com/rails-heroku-tutorial.html">Rails 3.2 on Heroku</a></li>
<li><a href="http://railsapps.github.com/rails-html5-boilerplate.html">HTML5 Boilerplate for Rails Developers</a></li>
</ul><h2>Useful References</h2>
<ul>
<li><a href="http://railsapps.github.com/twitter-bootstrap-rails.html">Twitter Bootstrap and Rails</a></li>
<li><a href="http://railsapps.github.com/rails-git.html">Using Git with Rails</a></li>
<li><a href="http://railsapps.github.com/rails-haml.html">Haml and Rails</a></li>
<li><a href="http://railsapps.github.com/rails-3-2-example-gemfile.html">Example Gemfiles for Rails 3.2</a></li>
<li><a href="http://railsapps.github.com/rails-default-application-layout.html">Rails Default Application Layout</a></li>
</ul><h2>Rails Examples and Tutorials</h2>
<p>These open source example apps were created with the <a href="https://github.com/RailsApps/rails_apps_composer">Rails Apps Composer Gem</a> which you can use to make your own starter apps.</p>
<table>
<tr>
<th>Author </th>
<th>Example App </th>
<th>Tutorial </th>
<th>App Template </th>
<th>Comments </th>
</tr>
<tr>
<td> Daniel Kehoe </td>
<td> <a href="https://github.com/RailsApps/rails3-devise-rspec-cucumber">Devise, RSpec, Cucumber</a> </td>
<td> <a href="http://railsapps.github.com/tutorial-rails-devise-rspec-cucumber.html">Tutorial</a> </td>
<td> <a href="https://github.com/RailsApps/rails3-application-templates">App Template</a> </td>
<td> Devise for authentication with ActiveRecord and SQLite for a database</td>
</tr>
<tr>
<td> Daniel Kehoe </td>
<td> <a href="https://github.com/RailsApps/rails3-bootstrap-devise-cancan">Twitter Bootstrap, Devise, CanCan</a> </td>
<td> <a href="http://railsapps.github.com/tutorial-rails-bootstrap-devise-cancan.html">Tutorial</a> </td>
<td> <a href="https://github.com/RailsApps/rails3-application-templates">App Template</a> </td>
<td> Devise for authentication, CanCan for authorization, Twitter Bootstrap for <span class="caps">CSS</span> </td>
</tr>
<tr>
<td> Daniel Kehoe </td>
<td> <a href="https://github.com/RailsApps/rails-prelaunch-signup">Startup Prelaunch Signup</a> </td>
<td> <a href="http://railsapps.github.com/tutorial-rails-prelaunch-signup.html">Tutorial</a> </td>
<td> <a href="https://github.com/RailsApps/rails3-application-templates">App Template</a> </td>
<td> For a startup prelaunch signup site </td>
</tr>
<tr>
<td> Daniel Kehoe </td>
<td> <a href="https://github.com/RailsApps/rails3-mongoid-devise">Devise, Mongoid</a> </td>
<td> <a href="http://railsapps.github.com/tutorial-rails-mongoid-devise.html">Tutorial</a> </td>
<td> <a href="https://github.com/RailsApps/rails3-application-templates">App Template</a> </td>
<td> Devise for authentication with a MongoDB datastore </td>
</tr>
<tr>
<td> Daniel Kehoe </td>
<td> <a href="https://github.com/RailsApps/rails3-mongoid-omniauth">OmniAuth, Mongoid</a> </td>
<td> <a href="http://railsapps.github.com/tutorial-rails-mongoid-omniauth.html">Tutorial</a> </td>
<td> <a href="https://github.com/RailsApps/rails3-application-templates">App Template</a> </td>
<td> OmniAuth for authentication with a MongoDB datastore </td>
</tr>
<tr>
<td> Daniel Kehoe </td>
<td> <a href="https://github.com/RailsApps/rails3-subdomains">Subdomains, Devise, Mongoid</a> </td>
<td> <a href="http://railsapps.github.com/tutorial-rails-subdomains.html">Tutorial</a> </td>
<td> <a href="https://github.com/RailsApps/rails3-application-templates">App Template</a> </td>
<td> Basecamp-style subdomains with Devise and MongoDB </td>
</tr>
</table><p>See a list of <a href="http://railsapps.github.com/rails-applications-from-examples.html">Applications Powered Up by the RailsApps Project</a>.</p>
<p>Want more? See an expanded list of <a href="http://railsapps.github.com/rails-examples-tutorials.html">Rails Examples, Tutorials, and Starter Apps</a>.</p>
</div><!-- class="content" -->
<div class="comments">
<div class="content wikistyle gollum">
<h2>Comments</h2>
</div>
<p>Is this helpful? Please "like" below. Question or suggestion? Please add a comment below. Got a correction or addition? You can edit this page <a href="https://github.com/RailsApps/railsapps.github.com/wiki/_pages">on the wiki</a> or create a <a href="https://github.com/RailsApps/railsapps.github.com/issues">GitHub issue</a> to alert me.</p>
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'railsapps'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</div><!-- class="comments" -->
<div class="footer row">
<div class="span4">
<h3>Credits</h3>
<p><a href="http://danielkehoe.com/">Daniel Kehoe</a> initiated the <a href="http://railsapps.github.com/">RailsApps Project</a>. Thanks to <a href="http://tigrish.com/">Christopher Dell</a> for design contributions.</p>
</div>
<div class="span4">
<h3>Contributions</h3>
<p>Corrections? Additions? You can edit this page <a href="https://github.com/RailsApps/railsapps.github.com/wiki/_pages">on the wiki</a>.</p>
</div>
<div class="span4">
<h3>Last edit</h3>
<p>by <b>Daniel Kehoe</b>, 2012-05-19 20:21:06</p>
</div>
</div>
</div>
</body>
</html>