aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into rails-3-1Philip Arndt2011-11-103-22/+17
|\
| * fix corrupted indentationMarek2011-09-111-16/+16
| * canonical tag for postsMarek2011-09-111-15/+19
| * fixed listing of uncategorized postsMichael Pope2011-08-151-2/+2
* | Refactored everything (models, helpers) into proper namespace of Refinery::Bl...Philip Arndt2011-11-0927-389/+385
* | Fix draft preview of blog postsJamie Winsor2011-09-212-2/+2
* | setting indentation to 'rails way' for protected and private classesJamie Winsor2011-09-192-21/+21
* | Fix indent on protected methodsJamie Winsor2011-09-191-18/+18
* | Namespace BlogController into Blog::BaseControllerJamie Winsor2011-09-194-17/+19
* | Namespace BlogControllerHelper to Blog::ControllerHelperJamie Winsor2011-09-193-29/+31
* | remove duplicate BlogControllerHelper includeJamie Winsor2011-09-191-2/+0
* | Abstract filter methods into controller helpersJamie Winsor2011-09-193-26/+32
* | Remove jquery include - now handled by asset pipelineJamie Winsor2011-09-161-1/+0
* | Change current_user to current_refinery_userJamie Winsor2011-09-141-1/+1
* | Second commit for ::Refinery::AdminControllerMichael Gall2011-09-054-4/+4
* | Revert sweeper's expiration parameter to strings for nowJamie Winsor2011-09-041-2/+3
* | convert expire_page parameters in blog sweeper from strings to url helpersJamie Winsor2011-09-041-2/+2
* | remove useless commentJamie Winsor2011-09-041-1/+0
* | fix localization string for submit button on commentJamie Winsor2011-09-041-1/+1
* | refactor factories and add #show tests for posts controllerJamie Winsor2011-09-042-4/+4
* | index action of blog post controller now caches and sweeps on changesJamie Winsor2011-09-0311-62/+86
* | Add attr_accessible to blog posts to interact better with page_imagesMichael Gall2011-08-311-0/+2
* | will_paginate is back.Uģis Ozols2011-08-2510-16/+19
* | Syntax fixes for Ruby 1.8.7Jamie Winsor2011-08-143-18/+6
* | refactor engine testing scenarioJamie Winsor2011-08-037-0/+0
* | I18n scope fix.Uģis Ozols2011-08-031-2/+2
* | WIP - use asset pipeline.Uģis Ozols2011-08-0344-104/+654
* | Fix some I18n translations.Uģis Ozols2011-08-033-7/+13
* | Made it so that comments and the body_content_right have been further refacto...Justin Ricaurte2011-07-302-0/+49
* | Made it so that comments and the body_content_right have been further refacto...Justin Ricaurte2011-07-304-67/+8
* | Refactor blog_archive_list helper function into blog_archive_widget function ...Jamie Winsor2011-07-296-43/+41
* | Update translation scopesJamie Winsor2011-07-285-22/+22
* | Update translation scopes and routes.Uģis Ozols2011-07-285-17/+20
* | More request specs and updates to code to make specs pass.Uģis Ozols2011-07-282-14/+14
* | Array is paginated differently.Uģis Ozols2011-07-282-6/+8
* | Update some translation scopes.Uģis Ozols2011-07-283-7/+9
* | will_paginate -> paginate.Uģis Ozols2011-07-275-14/+10
* | Remove per_page pagination code from controllers.Uģis Ozols2011-07-273-8/+9
* | Move per_page pagination stuff into model to dry up posts controller.Uģis Ozols2011-07-272-10/+9
* | Cucumber tag steps now pass.Uģis Ozols2011-07-2710-83/+84
* | Cucumber author steps now pass.Uģis Ozols2011-07-273-9/+9
* | Wip.Uģis Ozols2011-07-2740-26/+26
* | Rails 3.1 - wip.Uģis Ozols2011-07-2726-620/+644
|/
* Blog:PostsController#index doesn't paginate the blog posts if an rss feed is ...Jack Kinsella2011-07-221-0/+2
* categorization has_many :through should have an ID, and the relationship shou...Joe Sak2011-07-182-2/+2
* readonly author just for safety's sakeJoe Sak2011-07-181-1/+1
* weird sentence fix and that RAW thing with mailerJoe Sak2011-07-131-11/+11
* 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-122-3/+6
* Added ability to disable teaser independent of teaser lengthJohan Bruning2011-07-045-2/+37