aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/blog_post.rb
Commit message (Collapse)AuthorAgeFilesLines
* Archives group by year after 2 yearsJoe Sak2011-01-101-0/+4
|
* The blog nav should not grab next & previous drafts :)Joe Sak2010-12-151-2/+2
|
* Added some rspec tests for blog post model.Uģis Ozols2010-12-071-0/+1
|
* When we delete blog post it should delete associated comments too.Uģis Ozols2010-12-031-1/+1
|
* Rails 3 validation style.Uģis Ozols2010-12-031-2/+1
|
* Remove all Rails2/Rails3 checks as master is now Rails3 onlyAmanda Wagener2010-12-011-24/+7
|
* use string value for :scopingJ. Edward Dewyea2010-11-221-11/+11
|
* Added Next, Previous Article & Home navigationJoe Sak2010-11-201-8/+22
|
* Archive listing, views, helpersJoe Sak2010-11-181-0/+14
| | | | | | @page added to PostsController TODO: language file stuff -- I left comments in the view files where these belong. I don't know how to test them from here
* use published at in more placesdjones2010-09-211-1/+1
|
* added publish date support. fixes bug where categories were showing posts ↵djones2010-09-211-3/+7
| | | | that were technically supposed to be hidden from the end user
* added built in ShareThis.com supportdjones2010-09-141-0/+17
|
* Hello rails3 support.Philip Arndt2010-09-031-1/+5
|
* Comments are now moderated automatically unless moderation is enabled and ↵Philip Arndt2010-08-301-0/+8
| | | | show up below posts.
* Good, brackets aren't required here.Philip Arndt2010-08-261-1/+1
|
* Blog categories now save onto their posts.Philip Arndt2010-08-261-4/+2
|
* In theory categories should save correctly.Philip Arndt2010-08-251-0/+8
|
* generate additional fields and specify relationships.Philip Arndt2010-08-091-0/+3
|
* Initial commit - you can create, edit and delete a blog post and it respects ↵Philip Arndt2010-08-091-0/+14
the fact that it is draft or not.