summaryrefslogtreecommitdiff
path: root/_posts/2011-05-24-blogrite-006-it-works-well-sort-of.html
blob: 7f81a96fb93a8b32121b25667929c3abd53e4278 (plain)
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
---
layout: post
title: Blogrite 006 - It works! Well, sort of.
tags:
- Development
- Personal improvement
- ruby
- screencast
status: publish
type: post
published: true
meta:
  _edit_last: '1'
---
<iframe src="http://player.vimeo.com/video/24182015?title=0&amp;byline=0&amp;portrait=0&amp;color=ff9933" width="466" height="291" frameborder="0"></iframe>

I told you before I would post a video on the development of Blogrite after Rubynorte. So here it is.
<h3>Topics included</h3>
<ul>
	<li><em>It works!</em></li>
	<li><em> </em>Well, sort of. The first request is a 200, all the other ones throw me a 404 CSS file!</li>
	<li>ERB for rendering the templates.</li>
	<li>Classes over modules for extension?</li>
</ul>
I appreciate your feedback, you can clone the project at <a href="http://github.com/josemota/blogrite">Github</a>.

After fixing the bugs I still have, I intend on fetching the list of posts at the root. Or I can let the final user create an index.txt for a landing page.