aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
Commit message (Collapse)AuthorAgeFilesLines
* tag url strategy updatedJoe Sak2011-06-211-1/+1
|
* autocomplete added for tagsJoe Sak2011-06-151-1/+4
|
* fix for issue 58Robin Wenglewski2011-04-041-1/+1
|
* Closes GH-29. Blog posts act as taggable. rspec & cukes passingJoe Sak2011-03-111-0/+1
|
* Added settings click-button functionality for toggling comments being ↵Philip Arndt2011-02-211-0/+1
| | | | enabled, with translations.
* Add route for uncategorized posts index in blog adminJoe Sak2011-02-161-1/+3
|
* Archives group by year after 2 yearsJoe Sak2011-01-101-1/+1
|
* Remove all Rails2/Rails3 checks as master is now Rails3 onlyAmanda Wagener2010-12-011-63/+27
|
* remove data-nav-url attribute from in post navigationdjones2010-11-271-1/+0
|
* Consistent whitespace.Philip Arndt2010-11-231-1/+1
|
* Merge remote branch 'origin/master'Philip Arndt2010-11-221-3/+3
|\
| * remove unnecessary prefixJ. Edward Dewyea2010-11-201-1/+1
| |
| * :name_prefix has been deprecatedJ. Edward Dewyea2010-11-201-3/+3
| |
* | total refactor hereJoe Sak2010-11-201-1/+0
| |
* | ajaxify the navJoe Sak2010-11-201-0/+1
| |
* | Archive routing tested and fixedJoe Sak2010-11-201-2/+2
|/
* Archive listing, views, helpersJoe Sak2010-11-181-0/+5
| | | | | | @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
* Routing errors in Rails3Joe Sak2010-09-211-2/+2
|
* add rss supportdjones2010-09-141-3/+5
|
* Fixed the reference to public blog routes. Fixed module dependencyFernando Blat2010-09-071-4/+4
|
* refactoring the frontend to use more partials, separate out the categories ↵djones2010-09-061-9/+12
| | | | into it's own controller, namespace the blog into it's own folder and create a base blog controller for handling common front end tasks
* Hello rails3 support.Philip Arndt2010-09-031-4/+39
|
* Comment moderation now working in the backend. Of course it still happens ↵Philip Arndt2010-09-021-0/+6
| | | | automatically if the blog isn't moderated based on whether it's spam or not.
* wrote rails engine for later, added ability to add comments and see ones ↵Philip Arndt2010-08-281-17/+22
| | | | already posted.
* frontend markup and categories.Philip Arndt2010-08-261-1/+3
|
* Better settings, update notified has a form but doesn't yet work. Created ↵Philip Arndt2010-08-101-2/+8
| | | | script files but not using them yet.
* Set up menu and what is to come.Philip Arndt2010-08-091-1/+4
|
* Namespaced blog posts under blog/posts to allow for blog/comments and ↵Philip Arndt2010-08-091-1/+3
| | | | blog/categories
* Initial commit - you can create, edit and delete a blog post and it respects ↵Philip Arndt2010-08-091-0/+7
the fact that it is draft or not.