Parlez is a blog engine for Rails 3.

Parlez means 'Speak!' in French.

It is in active development and is currently very basic. It provides an admin interface for creating a new post and viewing the comments on that post. Currently, the front end of the blog is entirely up to you(ie. there are no 'themes'), but there are a couple of basic views set up.

Things left to do

  • Send comments to Akismet for spam filtering.
  • Better admin UI/styling
  • Better display of comments in the admin UI
  • Improved handling of spam comments
  • Improved documentation for creating front end views
  • Improved documentation for the initializer options
  • Better test coverage