aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/blog_comment.rb
Commit message (Expand)AuthorAgeFilesLines
* Rails 3.1 - wip.Uģis Ozols2011-07-271-131/+0
* Wow, I'm getting good at releasing new versions of this. Fixes size (again).Philip Arndt2011-05-281-2/+2
* use options[:size] not size.Philip Arndt2011-05-281-1/+1
* Added avatar to blog comments based on email address associated with a gravatar.Philip Arndt2011-05-271-0/+7
* Added settings click-button functionality for toggling comments being enabled...Philip Arndt2011-02-211-1/+8
* Prevent mass assignment.Uģis Ozols2010-12-081-0/+2
* Rails 3 validation style.Uģis Ozols2010-12-031-3/+2
* Remove all Rails2/Rails3 checks as master is now Rails3 onlyAmanda Wagener2010-12-011-9/+3
* Consistent whitespace.Philip Arndt2010-11-231-1/+1
* use string value for :scopingJ. Edward Dewyea2010-11-221-6/+6
* Merged in Joe's and Steven's forks and updated for compatibility with < 0.9.9...Philip Arndt2010-11-221-4/+19
* Added comment notifications.Philip Arndt2010-11-151-14/+24
* Hello rails3 support.Philip Arndt2010-09-031-12/+26
* Comment moderation now working in the backend. Of course it still happens aut...Philip Arndt2010-09-021-1/+21
* Comments are now moderated automatically unless moderation is enabled and sho...Philip Arndt2010-08-301-1/+7
* wrote rails engine for later, added ability to add comments and see ones alre...Philip Arndt2010-08-281-1/+11
* spacingPhilip Arndt2010-08-111-4/+14
* Fixes moderation toggler.Philip Arndt2010-08-111-2/+2
* Adds unmoderated support through changing approved to state.Philip Arndt2010-08-111-2/+3
* 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
* Better settings, update notified has a form but doesn't yet work. Created scr...Philip Arndt2010-08-101-3/+17
* 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
* 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