aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/blog_comment.rb
Commit message (Collapse)AuthorAgeFilesLines
* remove word currentlyPhilip Arndt2010-08-111-1/+1
|
* Helps when you use the RefinerySetting library properly. This is even sadder ↵Philip Arndt2010-08-111-8/+4
| | | | when you wrote most of it and then forgot.
* Better settings, update notified has a form but doesn't yet work. Created ↵Philip Arndt2010-08-101-3/+17
| | | | script files but not using them yet.
* Make comment moderation toggleablePhilip Arndt2010-08-101-0/+17
|
* Why verify presence and uniqueness of an attribute that doesn't exist?Joe Sak2010-08-091-3/+0
| | | | It was causing mysterious test fails, too.
* generate additional fields and specify relationships.Philip Arndt2010-08-091-0/+4
|
* appropriately name the class.Philip Arndt2010-08-091-1/+1
|
* Initial commit - you can create, edit and delete a blog post and it respects ↵Philip Arndt2010-08-091-0/+8
the fact that it is draft or not.