aboutsummaryrefslogtreecommitdiffstats
path: root/spec/requests/refinery/blog
Commit message (Expand)AuthorAgeFilesLines
* Update specs due to recent Capybara/FactoryGirl upgrade.Uģis Ozols2013-06-276-794/+0
* Add temp fix for one failing spec.Uģis Ozols2012-11-151-3/+6
* Fix one of the broken specs (404 message is different).Uģis Ozols2012-10-041-1/+1
* Fixed verbiage causing test failurePhilip Arndt2012-09-051-1/+1
* fix failing specJustin Ramos2012-08-131-1/+1
* Fix failing specs.Uģis Ozols2012-06-151-1/+5
* Added i18n support to models through globalize3.Adrien Coquio2012-06-094-41/+315
* Use 'refinery_login_with :refinery_user' instead of deprecated 'login_refiner...Uģis Ozols2012-05-156-14/+14
* add popularity counter to blog posts as well as accessor for recent postsJeff Shumate2012-02-221-1/+35
* Does it matter that these are out of order on different rubies? cc @joemsakPhilip Arndt2012-02-021-1/+1
* Added support for new code in Refinery CMS since resolve/refinerycms#1234Philip Arndt2012-02-016-67/+65
* Fix route helper in categories view.Pete Higgins2012-01-241-0/+20
* Fix comment posting.Pete Higgins2012-01-241-0/+24
* Fixed namespacing for Refinery conventions.Philip Arndt2012-01-174-36/+23
* Restructured part of the project to Refinery::Blog::Admin not Refinery::Admin...Philip Arndt2012-01-173-0/+316
* Refactored everything (models, helpers) into proper namespace of Refinery::Bl...Philip Arndt2011-11-091-2/+2
* Fix draft preview of blog postsJamie Winsor2011-09-211-0/+22
* use let instead of let! when we can lazily load these fixturesJamie Winsor2011-09-041-4/+4
* refactor factories and add #show tests for posts controllerJamie Winsor2011-09-041-7/+54
* index action of blog post controller now caches and sweeps on changesJamie Winsor2011-09-032-0/+65