Reprise: A Ruby-Powered Blogging App in 100 Lines Including Templates
Eivind Uggedal has written in with a note about a new blog system he's built using the lightweight Sinatra framework. It's about 100 lines long including the inline templates! An example of the finished software powers Eivind's own blog. Sinatra is looking to be an absolutely excellent mini-framework for running up basic non-MVC applications, and you can learn more about it here.
November 9, 2007 at 7:29 pm
Nice! Well done.
November 9, 2007 at 7:30 pm
I just wanted people to know that I added hAtom support. Example of resulting atom can be seen here:
http://lukearno.com/projects/hatom2atom/?url=http%3A%2F%2Fjournal.redflavor.com&ctype=application%2Fxml&tidy=yes
November 10, 2007 at 12:36 am
Nice job!
Looking sexy
November 10, 2007 at 12:29 pm
I am all fine for minimalistic approaches. It help keeps complexity rather low.
But can there be more examples with shiny colours please? :-)
November 23, 2007 at 2:04 am
Here's a MVC version of Reprise implemented using the Ramaze ruby web-framework: http://source.ramaze.net/#/examples/ramaise.rb
November 23, 2007 at 2:28 am
Aman: Thanks for posting. I have your mail and will be doing something on Ramaze very soon. I just tend to let Ruby Inside submission related mails stew a bit as I figure out the posting schedules :)