aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/blog_category.rb
Commit message (Expand)AuthorAgeFilesLines
* For backwards compatibility must be approximate_ascii and strip_non_ascii by ...Marek2011-05-191-2/+2
* Approximate ascii on blog slugs. For: GH-60Marek2011-05-191-1/+4
* default_scope :order => 'published_at DESC'Joe Sak2011-02-161-1/+1
* Closes GH-37. Move habtm assn to a has_many :through so posts can be ordered ...Joe Sak2011-02-151-1/+2
* Optimised post_count method. See gist for benchmarks - https://gist.github.co...Uģis Ozols2010-12-031-8/+1
* Rails 3 validation style.Uģis Ozols2010-12-031-2/+1
* Consistent whitespace.Philip Arndt2010-11-231-4/+4
* added publish date support. fixes bug where categories were showing posts tha...djones2010-09-211-1/+12
* generate additional fields and specify relationships.Philip Arndt2010-08-091-0/+2
* Initial commit - you can create, edit and delete a blog post and it respects ...Philip Arndt2010-08-091-0/+10