aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
Commit message (Collapse)AuthorAgeFilesLines
* Comment moderation now working in the backend. Of course it still happens ↵Philip Arndt2010-09-021-0/+6
| | | | automatically if the blog isn't moderated based on whether it's spam or not.
* wrote rails engine for later, added ability to add comments and see ones ↵Philip Arndt2010-08-281-17/+22
| | | | already posted.
* frontend markup and categories.Philip Arndt2010-08-261-1/+3
|
* Better settings, update notified has a form but doesn't yet work. Created ↵Philip Arndt2010-08-101-2/+8
| | | | script files but not using them yet.
* Set up menu and what is to come.Philip Arndt2010-08-091-1/+4
|
* Namespaced blog posts under blog/posts to allow for blog/comments and ↵Philip Arndt2010-08-091-1/+3
| | | | blog/categories
* Initial commit - you can create, edit and delete a blog post and it respects ↵Philip Arndt2010-08-091-0/+7
the fact that it is draft or not.