-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
370 lines (180 loc) · 7.87 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
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
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>povess notes</title>
<meta name="author" content="Phillip Novess">
<meta name="description" content="Controllers are just basic ruby classes that inherit from ActionController::Base. This means you can manage your controllers just as you would …">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="/atom.xml" rel="alternate" title="povess notes" type="application/atom+xml">
<link rel="canonical" href="">
<link href="/favicon.png" rel="shortcut icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<script async="true" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
</head>
<body>
<header id="header" class="inner"><h1><a href="/">povess notes</a></h1>
<nav id="main-nav"><ul class="main">
<li><a href="/">Blog</a></li>
<li><a href="/blog/archives">Archives</a></li>
</ul>
</nav>
<nav id="mobile-nav">
<div class="alignleft menu">
<a class="button">Menu</a>
<div class="container"><ul class="main">
<li><a href="/">Blog</a></li>
<li><a href="/blog/archives">Archives</a></li>
</ul>
</div>
</div>
<div class="alignright search">
<a class="button"></a>
<div class="container">
<form action="http://google.com/search" method="get">
<input type="text" name="q" results="0">
<input type="hidden" name="q" value="site:bluengreen.github.io">
</form>
</div>
</div>
</nav>
<nav id="sub-nav" class="alignright">
<div class="social">
<a class="google" href="https://plus.google.com/[email protected]?rel=author" title="Google+">Google+</a>
<a class="github" href="https://github.com/bluengreen" title="GitHub">GitHub</a>
<a class="rss" href="/atom.xml" title="RSS">RSS</a>
</div>
<form class="search" action="http://google.com/search" method="get">
<input class="alignright" type="text" name="q" results="0">
<input type="hidden" name="q" value="site:bluengreen.github.io">
</form>
</nav>
</header>
<div id="content" class="inner">
<article class="post">
<h2 class="title">
<a href="/blog/2013/09/21/cleanup-rails-controllers-with-base-controllers/">
DRY Up Your Controllers With Base Controllers</a>
</h2>
<div class="entry-content">
<p>Controllers are just basic ruby classes that inherit from ActionController::Base. This means you can manage your controllers just as you would manage a ruby class. DRY up your controllers by moving supporting methods into a base controller.</p>
<a href="/blog/2013/09/21/cleanup-rails-controllers-with-base-controllers/" class="more-link">Read more →</a>
</div>
<div class="meta">
<div class="date">
<time datetime="2013-09-21T04:44:00-05:00" pubdate data-updated="true">Sep 21<span>st</span>, 2013</time></div>
<div class="tags">
<a class='category' href='/blog/categories/activecontroller/'>Activecontroller</a>, <a class='category' href='/blog/categories/rails/'>rails</a>
</div>
</div>
</article>
<article class="post">
<h2 class="title">
<a href="/blog/2013/09/21/mysql-setup-replication/">
MySQL Setup Replication</a>
</h2>
<div class="entry-content">
<p>Here are the basic steps for setting up mysql replication on rackspace CloudServers using a RHEL/Centos distribution of linux.</p>
<a href="/blog/2013/09/21/mysql-setup-replication/" class="more-link">Read more →</a>
</div>
<div class="meta">
<div class="date">
<time datetime="2013-09-21T04:41:00-05:00" pubdate data-updated="true">Sep 21<span>st</span>, 2013</time></div>
<div class="tags">
<a class='category' href='/blog/categories/linux/'>linux</a>, <a class='category' href='/blog/categories/mysql/'>mysql</a>
</div>
</div>
</article>
<article class="post">
<h2 class="title">
<a href="/blog/2013/09/21/mysql-cheatsheet/">
MySQL Cheatsheet</a>
</h2>
<div class="entry-content">
<p>My MySQL cheatsheet. Stuff I find myself needing but never remembering. :)</p>
<a href="/blog/2013/09/21/mysql-cheatsheet/" class="more-link">Read more →</a>
</div>
<div class="meta">
<div class="date">
<time datetime="2013-09-21T04:41:00-05:00" pubdate data-updated="true">Sep 21<span>st</span>, 2013</time></div>
<div class="tags">
<a class='category' href='/blog/categories/linux/'>linux</a>, <a class='category' href='/blog/categories/mysql/'>mysql</a>
</div>
</div>
</article>
<article class="post">
<h2 class="title">
<a href="/blog/2013/09/21/mac-osx-10-dot-8-rails-installation/">
Mac OSX 10.8 Rails Installation</a>
</h2>
<div class="entry-content">
<h2>Dev workstation setup</h2>
<p>These instructions are for Mac OSX 10.8 Mountain Lion. Following these instructions will prepare your workstation for developing in Ruby on Rails.</p>
<a href="/blog/2013/09/21/mac-osx-10-dot-8-rails-installation/" class="more-link">Read more →</a>
</div>
<div class="meta">
<div class="date">
<time datetime="2013-09-21T04:36:00-05:00" pubdate data-updated="true">Sep 21<span>st</span>, 2013</time></div>
<div class="tags">
<a class='category' href='/blog/categories/mac/'>mac</a>, <a class='category' href='/blog/categories/osx/'>osx</a>, <a class='category' href='/blog/categories/rails/'>rails</a>
</div>
</div>
</article>
<article class="post">
<h2 class="title">
<a href="/blog/2013/09/21/rails-eager-loading-in-activerecord-ignores-select-method/">
RAILS: Eager Loading in Activerecord Ignores Select Method</a>
</h2>
<div class="entry-content">
<p>If your trying to use the select method in Activercord, and you are finding that your select does not work, your issue may be with eager loading. It turns out that when you eager load with the includes method, the select method is completely ignored.</p>
<a href="/blog/2013/09/21/rails-eager-loading-in-activerecord-ignores-select-method/" class="more-link">Read more →</a>
</div>
<div class="meta">
<div class="date">
<time datetime="2013-09-21T03:25:00-05:00" pubdate data-updated="true">Sep 21<span>st</span>, 2013</time></div>
<div class="tags">
<a class='category' href='/blog/categories/activerecord/'>activerecord</a>, <a class='category' href='/blog/categories/rails/'>rails</a>
</div>
</div>
</article>
<article class="post">
<h2 class="title">
<a href="/blog/2013/09/21/linux-cheatsheet/">
Linux CheatSheet</a>
</h2>
<div class="entry-content">
<p>Helpful reminders to linux commands</p>
<a href="/blog/2013/09/21/linux-cheatsheet/" class="more-link">Read more →</a>
</div>
<div class="meta">
<div class="date">
<time datetime="2013-09-21T01:26:00-05:00" pubdate data-updated="true">Sep 21<span>st</span>, 2013</time></div>
<div class="tags">
<a class='category' href='/blog/categories/linux/'>linux</a>
</div>
</div>
</article>
<nav id="pagenavi">
<div class="center"><a href="/blog/archives">Blog Archives</a></div>
</nav></div>
<footer id="footer" class="inner">Copyright © 2013
Phillip Novess
</footer>
<script src="/javascripts/slash.js"></script>
<script src="/javascripts/jquery.fancybox.pack.js"></script>
<script type="text/javascript">
(function($){
$('.fancybox').fancybox();
})(jQuery);
</script> <!-- Delete or comment this line to disable Fancybox -->
<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-43804740-2', 'povess.com');
ga('send', 'pageview');
</script>
</body>
</html>