Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | For backwards compatibility must be approximate_ascii and strip_non_ascii by ↵ | Marek | 2011-05-19 | 1 | -2/+2 |
| | | | | default false | ||||
* | Approximate ascii on blog slugs. For: GH-60 | Marek | 2011-05-19 | 1 | -1/+4 |
| | |||||
* | default_scope :order => 'published_at DESC' | Joe Sak | 2011-02-16 | 1 | -1/+1 |
| | | | | move "next" to << self to use exclusive scope | ||||
* | Closes GH-37. Move habtm assn to a has_many :through so posts can be ordered ↵ | Joe Sak | 2011-02-15 | 1 | -1/+2 |
| | | | | by published_at DESC on category#show view | ||||
* | Optimised post_count method. See gist for benchmarks - ↵ | Uģis Ozols | 2010-12-03 | 1 | -8/+1 |
| | | | | https://gist.github.com/726844 | ||||
* | Rails 3 validation style. | Uģis Ozols | 2010-12-03 | 1 | -2/+1 |
| | |||||
* | Consistent whitespace. | Philip Arndt | 2010-11-23 | 1 | -4/+4 |
| | |||||
* | added publish date support. fixes bug where categories were showing posts ↵ | djones | 2010-09-21 | 1 | -1/+12 |
| | | | | that were technically supposed to be hidden from the end user | ||||
* | generate additional fields and specify relationships. | Philip Arndt | 2010-08-09 | 1 | -0/+2 |
| | |||||
* | Initial commit - you can create, edit and delete a blog post and it respects ↵ | Philip Arndt | 2010-08-09 | 1 | -0/+10 |
the fact that it is draft or not. |