aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/blog_posts_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* refactoring the frontend to use more partials, separate out the categories ↵djones2010-09-061-62/+0
| | | | into it's own controller, namespace the blog into it's own folder and create a base blog controller for handling common front end tasks
* Hello rails3 support.Philip Arndt2010-09-031-3/+3
|
* Comments are now moderated automatically unless moderation is enabled and ↵Philip Arndt2010-08-301-3/+4
| | | | show up below posts.
* wrote rails engine for later, added ability to add comments and see ones ↵Philip Arndt2010-08-281-1/+20
| | | | already posted.
* frontend markup and categories.Philip Arndt2010-08-261-3/+15
|
* Initial commit - you can create, edit and delete a blog post and it respects ↵Philip Arndt2010-08-091-0/+30
the fact that it is draft or not.