aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/admin/blog/posts_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* Rails 3.1 - wip.Uģis Ozols2011-07-271-97/+0
|
* I don't know, it looks like before_filters are down hereJoe Sak2011-07-121-1/+3
|
* this is the 'railscasts' way of handling the category checkboxesJoe Sak2011-07-121-1/+6
|
* Making use of modules and putting classes under modules.Philip Arndt2011-07-011-70/+74
|
* Needs to use ~* operatorJoe Sak2011-06-211-1/+1
|
* postgreSQL is picky about doing a LIKE queryJoe Sak2011-06-211-2/+14
|
* Fix failure on Ruby 1.8.7 where lines can't begin with a . (it has to be on ↵Philip Arndt2011-06-211-4/+3
| | | | the previous line)
* autocomplete added for tagsJoe Sak2011-06-151-0/+8
|
* WIP: trying to test user association as authorJoe Sak2011-02-241-0/+46
|
* Add controller action and view template for uncategorized postsJoe Sak2011-02-161-0/+7
|
* use published at in more placesdjones2010-09-211-1/+1
|
* Added asset copying to the generator script for those systems that can't ↵Philip Arndt2010-08-181-2/+6
| | | | cope with rails3 coolness.
* add advanced options to blog post and prepare to add checkboxes for categories.Philip Arndt2010-08-091-0/+5
|
* Namespaced blog posts under blog/posts to allow for blog/comments and ↵Philip Arndt2010-08-091-0/+5
blog/categories