Ozark and me, having 9 replies
I got the crazy idea to start out writing a blogging application. Sure, I could use Mephisto or Typo, but I wanted something even simpler. Something for one blogger (me). Something that doesn't use Liquid.
Ozark isn't meant to be robust and feature filled, but it's not meant to be screencast worthy either. It incorporates a lot of what I've learned about rolling custom dispatchers, route sets, and renderers from having architected a CMS that powers some pretty big sites. If you're looking for high modularity, easy extensibility, and more, Ozark might be right up your alley.
Keep tabs on this blog to hear more about Ozark, the philosophy behind it, and how things are progressing. Now I just need to add RSS/Atom support!
Akismet! Gravatars!
FIRST!
LOL, good job... I like it a lot.
Congrats Brennan!
you should make it email all the commenters in the same thread... Also... where is the RSS feed man? :)
Leave it to Ken... :)
Now featuring Atom!
Brilliant. Unfortunately in Heroku I'm getting an error.
/usr/local/lib/site_ruby/1.8/rubygems/requirement.rb:150:in `parse': Illformed requirement [{:source=>"http://rd.cycnus.de/coderay/"}] (ArgumentError)
from /usr/local/lib/site_ruby/1.8/rubygems/requirement.rb:75:in `initialize'
from /usr/local/lib/site_ruby/1.8/rubygems/requirement.rb:74:in `map'
from /usr/local/lib/site_ruby/1.8/rubygems/requirement.rb:74:in `initialize'
from /usr/local/lib/site_ruby/1.8/rubygems/requirement.rb:45:in `new'
from /usr/local/lib/site_ruby/1.8/rubygems/requirement.rb:45:in `create'
from /usr/local/lib/site_ruby/1.8/rubygems/dependency.rb:59:in `initialize'
from /usr/local/lib/site_ruby/1.8/rubygems.rb:130:in `new'
from /usr/local/lib/site_ruby/1.8/rubygems.rb:130:in `activate'
... 19 levels...
from /usr/lib/ruby/gems/1.8/gems/rack-0.3.0/lib/rack/builder.rb:22:in `instance_eval'
from /usr/lib/ruby/gems/1.8/gems/rack-0.3.0/lib/rack/builder.rb:22:in `initialize'
from /home/heroku_rack/heroku.ru:1:in `new'
from /home/heroku_rack/heroku.ru:1
I'll try it on webfaction. Thanks and congratulations for the great work.
@bernardo,
It looks as if the error is coming from not being able to parse the config.gem requirement. Are you running Rails 2.1 on Heroku?
I need to work on the README, but the real requirements are: Rails 2.1, libxml, and the Coderay gem. If these are all met, you shouldn't have a problem.
Rails version on Heroku is 2.0.2. :(
Thanks again Brennan!