aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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.