| Commit message (Expand) | Author | Age | Files | Lines |
* | Added friendly_id to categories so instead of /categories/1 we get, say, /cat... | Philip Arndt | 2011-04-02 | 1 | -0/+4 |
* | Acts as taggable installed | Joe Sak | 2011-03-11 | 1 | -0/+3 |
* | Closes GH-44. Authors are now associated with blog posts by current_user Merg... | Joe Sak | 2011-02-24 | 1 | -1/+3 |
|\ |
|
| * | Wrong syntax for AR association | Joe Sak | 2011-02-24 | 1 | -1/+1 |
| * | Blog Posts belong to an author ("user_id") | Joe Sak | 2011-02-24 | 1 | -0/+2 |
* | | just a lil' reminder | Joe Sak | 2011-02-24 | 1 | -1/+2 |
|/ |
|
* | Added settings click-button functionality for toggling comments being enabled... | Philip Arndt | 2011-02-21 | 1 | -1/+8 |
* | lambda is necessary to keep Time.now from becoming a constant, which allows .... | Joe Sak | 2011-02-16 | 1 | -3/+3 |
* | This is probably just faster | Joe Sak | 2011-02-16 | 1 | -2/+2 |
* | default_scope :order => 'published_at DESC' | Joe Sak | 2011-02-16 | 2 | -10/+18 |
* | Add class method to find uncategorized posts | Joe Sak | 2011-02-16 | 1 | -1/+5 |
* | Closes GH-37. Move habtm assn to a has_many :through so posts can be ordered ... | Joe Sak | 2011-02-15 | 3 | -2/+10 |
* | Archives group by year after 2 years | Joe Sak | 2011-01-10 | 1 | -0/+4 |
* | The blog nav should not grab next & previous drafts :) | Joe Sak | 2010-12-15 | 1 | -2/+2 |
* | Prevent mass assignment. | Uģis Ozols | 2010-12-08 | 1 | -0/+2 |
* | Added some rspec tests for blog post model. | Uģis Ozols | 2010-12-07 | 1 | -0/+1 |
* | Optimised post_count method. See gist for benchmarks - https://gist.github.co... | Uģis Ozols | 2010-12-03 | 1 | -8/+1 |
* | When we delete blog post it should delete associated comments too. | Uģis Ozols | 2010-12-03 | 1 | -1/+1 |
* | Rails 3 validation style. | Uģis Ozols | 2010-12-03 | 3 | -7/+4 |
* | Remove all Rails2/Rails3 checks as master is now Rails3 only | Amanda Wagener | 2010-12-01 | 2 | -33/+10 |
* | Consistent whitespace. | Philip Arndt | 2010-11-23 | 3 | -6/+6 |
* | use string value for :scoping | J. Edward Dewyea | 2010-11-22 | 2 | -17/+17 |
* | Merged in Joe's and Steven's forks and updated for compatibility with < 0.9.9... | Philip Arndt | 2010-11-22 | 1 | -4/+19 |
|\ |
|
* | | Added Next, Previous Article & Home navigation | Joe Sak | 2010-11-20 | 1 | -8/+22 |
|/ |
|
* | Archive listing, views, helpers | Joe Sak | 2010-11-18 | 1 | -0/+14 |
* | Added comment notifications. | Philip Arndt | 2010-11-15 | 2 | -14/+25 |
* | use published at in more places | djones | 2010-09-21 | 1 | -1/+1 |
* | added publish date support. fixes bug where categories were showing posts tha... | djones | 2010-09-21 | 2 | -4/+19 |
* | added built in ShareThis.com support | djones | 2010-09-14 | 1 | -0/+17 |
* | Hello rails3 support. | Philip Arndt | 2010-09-03 | 2 | -13/+31 |
* | Comment moderation now working in the backend. Of course it still happens aut... | Philip Arndt | 2010-09-02 | 1 | -1/+21 |
* | Comments are now moderated automatically unless moderation is enabled and sho... | Philip Arndt | 2010-08-30 | 2 | -1/+15 |
* | wrote rails engine for later, added ability to add comments and see ones alre... | Philip Arndt | 2010-08-28 | 1 | -1/+11 |
* | Good, brackets aren't required here. | Philip Arndt | 2010-08-26 | 1 | -1/+1 |
* | Blog categories now save onto their posts. | Philip Arndt | 2010-08-26 | 1 | -4/+2 |
* | In theory categories should save correctly. | Philip Arndt | 2010-08-25 | 1 | -0/+8 |
* | spacing | Philip Arndt | 2010-08-11 | 1 | -4/+14 |
* | Fixes moderation toggler. | Philip Arndt | 2010-08-11 | 1 | -2/+2 |
* | Adds unmoderated support through changing approved to state. | Philip Arndt | 2010-08-11 | 1 | -2/+3 |
* | remove word currently | Philip Arndt | 2010-08-11 | 1 | -1/+1 |
* | Helps when you use the RefinerySetting library properly. This is even sadder ... | Philip Arndt | 2010-08-11 | 1 | -8/+4 |
* | Better settings, update notified has a form but doesn't yet work. Created scr... | Philip Arndt | 2010-08-10 | 1 | -3/+17 |
* | Make comment moderation toggleable | Philip Arndt | 2010-08-10 | 1 | -0/+17 |
* | Why verify presence and uniqueness of an attribute that doesn't exist? | Joe Sak | 2010-08-09 | 1 | -3/+0 |
* | generate additional fields and specify relationships. | Philip Arndt | 2010-08-09 | 3 | -0/+9 |
* | appropriately name the class. | Philip Arndt | 2010-08-09 | 1 | -1/+1 |
* | Initial commit - you can create, edit and delete a blog post and it respects ... | Philip Arndt | 2010-08-09 | 3 | -0/+32 |