-
Notifications
You must be signed in to change notification settings - Fork 3
/
landing-v5-rails-bootstrap-devise-cancan.html
265 lines (263 loc) · 9.4 KB
/
landing-v5-rails-bootstrap-devise-cancan.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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'>
<meta content='width=device-width, initial-scale=1, maximum-scale=1' name='viewport'>
<title>Rails Tutorials · Devise with CanCan and Twitter Bootstrap</title>
<meta content='Ruby on Rails tutorial for a Rails 3.2 application using Devise with CanCan and Twitter Bootstrap.' name='description'>
<meta content='' name='author'>
<link href="/assets/application.css" media="all" rel="stylesheet" type="text/css" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
<script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.0.4/js/bootstrap.min.js"></script>
<meta content="authenticity_token" name="csrf-param" />
<meta content="tY5QIERuYmop6ziDsTLgZfbi63IRXGuRDH7/hZ1mLBA=" name="csrf-token" />
<script src="/assets/google_analytics.js" type="text/javascript"></script>
<!-- Start Visual Website Optimizer Asynchronous Code -->
<script type='text/javascript'>
var _vwo_code=(function(){
var account_id=23877,
settings_tolerance=2000,
library_tolerance=1500,
use_existing_jquery=true,
// DO NOT EDIT BELOW THIS LINE
f=false,d=document;return{use_existing_jquery:function(){return use_existing_jquery;},library_tolerance:function(){return library_tolerance;},finish:function(){if(!f){f=true;var a=d.getElementById('_vis_opt_path_hides');if(a)a.parentNode.removeChild(a);}},finished:function(){return f;},load:function(a){var b=d.createElement('script');b.src=a;b.type='text/javascript';b.innerText;b.onerror=function(){_vwo_code.finish();};d.getElementsByTagName('head')[0].appendChild(b);},init:function(){settings_timer=setTimeout('_vwo_code.finish()',settings_tolerance);this.load('//dev.visualwebsiteoptimizer.com/j.php?a='+account_id+'&u='+encodeURIComponent(d.URL)+'&r='+Math.random());var a=d.createElement('style'),b='body{opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important;}',h=d.getElementsByTagName('head')[0];a.setAttribute('id','_vis_opt_path_hides');a.setAttribute('type','text/css');if(a.styleSheet)a.styleSheet.cssText=b;else a.appendChild(d.createTextNode(b));h.appendChild(a);return settings_timer;}};}());_vwo_settings_timer=_vwo_code.init();
</script>
<!-- End Visual Website Optimizer Asynchronous Code -->
<script src="/assets/tracking.js" type="text/javascript"></script>
</head>
<body>
<header class='navbar navbar-fixed-top'>
<nav class='navbar-inner'>
<div class='container'>
<a href="http://railsapps.github.io/" class="brand">RailsApps Project</a>
</div>
</nav>
</header>
<div id='main' role='main'>
<div class='container'>
<div class='content'>
<div class='row'>
<div class='span12'>
<div class='modal hide' id='free-access'>
<div class='modal-body'>
<p>
<span class='label label-success'>
FREE ACCESS
</span>
</p>
<div class='tutorial-list'>
<h4>Basic Tutorials</h4>
<ul>
<li>
<a href='http://railsapps.github.io/tutorial-rails-devise-rspec-cucumber.html'>Devise, RSpec, Cucumber</a>
</li>
<li>
<a href='http://railsapps.github.io/tutorial-rails-mongoid-devise.html'>Devise, Mongoid</a>
</li>
<li>
<a href='http://railsapps.github.io/tutorial-rails-mongoid-omniauth.html'>OmniAuth, Mongoid</a>
</li>
<li>
<a href='http://railsapps.github.io/tutorial-rails-subdomains.html'>Subdomains</a>
</li>
</ul>
</div>
<p>
<span class='label label-warning'>
MEMBERSHIP REQUIRED
</span>
</p>
<div class='tutorial-list'>
<h4>Premium Tutorials</h4>
<ul>
<li>
<a data-dismiss='modal' href='#'>Twitter Bootstrap, Devise, CanCan</a>
</li>
<li>
<a data-dismiss='modal' href='#'>Startup Prelaunch Signup App</a>
</li>
</ul>
</div>
</div>
<div class='modal-footer'>
<a class='btn' data-dismiss='modal' href='#'>Close</a>
</div>
</div>
<div class='modal hide' id='subscription'>
<div class='modal-body'>
<p>
<span class='label label-success'>
FREE TRIAL TODAY
</span>
</p>
<div class='tutorial-list'>
<h4>Premium Tutorials</h4>
<ul>
<li>
<a href='http://railsapps.github.io/tutorials-rails-bootstrap-devise-cancan.html'>Twitter Bootstrap, Devise, CanCan</a>
</li>
<li>
<a href='http://railsapps.github.io/tutorial-rails-prelaunch-signup.html'>Startup Prelaunch Signup App</a>
</li>
</ul>
<h4>Basic Tutorials</h4>
<ul>
<li>
<a href='http://railsapps.github.io/tutorial-rails-devise-rspec-cucumber.html'>Devise, RSpec, Cucumber</a>
</li>
<li>
<a href='http://railsapps.github.io/tutorial-rails-mongoid-devise.html'>Devise, Mongoid</a>
</li>
<li>
<a href='http://railsapps.github.io/tutorial-rails-mongoid-omniauth.html'>OmniAuth, Mongoid</a>
</li>
<li>
<a href='http://railsapps.github.io/tutorial-rails-subdomains.html'>Subdomains</a>
</li>
</ul>
<p>
Click a link to any tutorial for instant access.
</p>
</div>
</div>
<div class='modal-footer'>
<a class='btn' data-dismiss='modal' href='#'>Close</a>
</div>
</div>
<div class='hero-unit' id='welcome'>
<h1>
<img alt='Rails Application for a Startup Prelaunch Signup Site' height='100' src='http://railsapps.github.io/images/tutorial.png' title='Rails Application for a Startup Prelaunch Signup Site' width='120'>
The tutorials.
</h1>
<ul class='thumbnails pull-center'>
<li class='span3'>
<div class='thumbnail'>
<img alt='Simon' height='40' src='http://a0.twimg.com/profile_images/1299866823/me_normal' width='40'>
<p>One of the best resources for Rails developers, tons of useful tutorials, advice, best practices... Thank you!</p>
</div>
</li>
<li class='span3'>
<div class='thumbnail'>
<img alt='Daniel May' height='40' src='http://a0.twimg.com/profile_images/1299379352/dmay_normal.jpg' width='40'>
<p>@rails_apps Awesome tutorials covering #rails, #mongoid, #devise. Keep up the great work & even do more?</p>
</div>
</li>
<li class='span3'>
<div class='thumbnail'>
<img alt='Jordan Burke' height='40' src='http://a0.twimg.com/profile_images/1633972767/IMG_0426-1__1__normal.JPG' width='40'>
<p>Big thanks to @rails_apps for providing some great RoR starter apps and tutorials.</p>
</div>
</li>
</ul>
</div>
<div class='span10 offset1 well' id='featured'>
<div class='ribbon-featured'>
<a href='#'>
FEATURED
<br>TUTORIAL</br>
</a>
</div>
<h2>Devise with CanCan and Twitter Bootstrap</h2>
<p>
Authentication with Authorization plus Twitter Bootstrap for Rails.
</p>
<ul>
<li>Devise gives you ready-made authentication and user management.</li>
<li>CanCan provides authorization for administrator access.</li>
<li>Twitter Bootstrap is a popular front-end framework for CSS styling.</li>
<li>RSpec and Cucumber for testing and behavior-driven development.</li>
</ul>
</div>
<div class='row' id='price-table-wrapper'>
<div class='span12 offset1' id='price-table'>
<div class='flex well pricehover'>
<div class='price'>
<h2>Hobo</h2>
</div>
<ul class='unstyled pricing animated fadeIn'>
<li>Basic Tutorials Online</li>
<li>Single User</li>
<li>No Membership</li>
</ul>
<h3>FREE</h3>
<button class='btn btn-success' data-toggle='modal' href='#free-access' id='hobo'>Subscribe</button>
</div>
<div class='flex well pricehover'>
<div class='price'>
<h2>Student</h2>
</div>
<ul class='unstyled pricing animated fadeIn'>
<li>"Devise with CanCan and Twitter Bootstrap" Ebook</li>
<li>Ebook only</li>
<li>One-time Purchase</li>
</ul>
<h3>$9 one-time</h3>
<button class='btn btn-success' data-toggle='modal' href='#subscription' id='student'>Purchase</button>
</div>
<div class='flex well pricehover featured'>
<div class='price featuredprice'>
<h2>Pro</h2>
</div>
<ul class='unstyled pricing animated fadeIn'>
<li>Basic + Premium Tutorials Online plus Ebook</li>
<li>Single User</li>
<li>Monthly Membership includes updates</li>
</ul>
<h3>$19/month</h3>
<button class='btn btn-success' data-toggle='modal' href='#subscription' id='pro'>Subscribe</button>
</div>
<div class='flex well pricehover'>
<div class='price'>
<h2>Team</h2>
</div>
<ul class='unstyled pricing animated fadeIn'>
<li>All the Benefits of Pro... for Your Entire Team</li>
<li>Multiple Users</li>
<li>Yearly Billing</li>
</ul>
<h3>$349/year</h3>
<button class='btn btn-success' data-toggle='modal' href='#subscription' id='team'>Subscribe</button>
</div>
</div>
</div>
<div class='well span10' id='tutorials'>
<div class='span1'>
<div class='ribbon-tutorials'>
<a href='#'>
GO PRO!
<br>GET ALL THIS</br>
</a>
</div>
</div>
<div class='span4'>
<h4>Basic Tutorials</h4>
<dl>
<dt>Authentication and Testing with SQL</dt>
<dd>Devise for user management with RSpec and Cucumber for testing and behavior-driven development (BDD). ActiveRecord with SQLite database.</dd>
<dt>Authentication and Testing with NoSQL</dt>
<dd>Devise plus RSpec and Cucumber for testing and BDD. Mongoid with MongoDB datastore.</dd>
<dt>OmniAuth Authentication with NoSQL</dt>
<dd>Authentication using OmniAuth with a service provider such as Twitter or Facebook. RSpec and Cucumber for testing and BDD. Mongoid with MongoDB datastore.</dd>
<dt>Subdomains with NoSQL</dt>
<dd>Basecamp-style subdomains combined with Devise for user management plus RSpec and Cucumber for testing. Mongoid with MongoDB datastore.</dd>
</dl>
</div>
<div class='span4'>
<h4>Premium Tutorials</h4>
<dl>
<dt>Authentication with Authorization plus Twitter Bootstrap for Rails</dt>
<dd>Devise for user management with CanCan for an administrative dashboard plus Twitter Bootstrap for design.</dd>
<dt>Web Startup Prelaunch Site</dt>
<dd>Full-featured application to register visitors who wish to be notified when a site is launched. Includes Twitter Boostrap modal windows, integration with MailChimp for broadcast email, administrative dashboard with "invite" feature, and much more.</dd>
</dl>
</div>
</div>
</div>
</div>
<footer></footer>
</div>
</div>
</div>
</body>
</html>