aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Dummy app is no longer a submodule, now part of the projected - generated by ...Jamie Winsor2011-08-1074-36/+1776
* | Add Rails3.1 assets gemfile entry into Gemfile (required to start Rails dummy...Jamie Winsor2011-08-062-0/+8
* | test database will be initialized before rake rspec is runJamie Winsor2011-08-041-1/+1
* | Update testing setup task to reflect new namespaceJamie Winsor2011-08-042-2/+2
* | Update gemspecJamie Winsor2011-08-041-16/+37
* | Update Rakefile to include rspec taskJamie Winsor2011-08-041-0/+5
* | Replace cucumber tag features with rspec request testsJamie Winsor2011-08-0412-405/+41
* | Replace category.features with capybara rspec requestsJamie Winsor2011-08-047-129/+127
* | Replace authors.feature with capybara rspec testsJamie Winsor2011-08-043-26/+16
* | Add request and controller authentication macros to rspec configJamie Winsor2011-08-044-12/+6
* | Remove shared functionality that now exists in refinerycms-testing engineJamie Winsor2011-08-045-64/+451
* | Remove (commented out) duplicate refinerycms-testing gem requirementJamie Winsor2011-08-031-1/+0
* | Require refinerycms-testing frameworkJamie Winsor2011-08-033-1/+3
* | Refactor testing tasks out of this project and into refinerycms projectJamie Winsor2011-08-032-22/+1
* | Add rake tasks to initialize the testing environmentJamie Winsor2011-08-034-3/+25
* | refactor dummy application into git submoduleJamie Winsor2011-08-0365-1583/+3
* | rename default database for mysql and postgres example databasesJamie Winsor2011-08-032-6/+6
* | Rid this project of autotestJamie Winsor2011-08-032-19/+0
* | Update README with additional development instructionsJamie Winsor2011-08-031-0/+2
* | refactor engine testing scenarioJamie Winsor2011-08-03111-64/+2208
* | I18n scope fix.Uģis Ozols2011-08-031-2/+2
* | Make those specs green again.Uģis Ozols2011-08-039-29/+3
* | WIP - use asset pipeline.Uģis Ozols2011-08-0347-212/+206
* | Fix some I18n translations.Uģis Ozols2011-08-033-7/+13
* | Merge pull request #108 from ricaurte/rails-3-1Philip Arndt2011-07-307-67/+59
|\ \
| * | 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-305-67/+10
|/ /
* | Merge pull request #107 from enmasse-entertainment/fix-i18n-nested-deprecationPhilip Arndt2011-07-307-85/+73
|\ \
| * | Fix [DEPRECATION WARNING] Nested I18n namespace lookup under "activerecord.at...Jamie Winsor2011-07-307-85/+73
|/ /
* | Merge pull request #106 from enmasse-entertainment/refactor-archive-list-to-w...Philip Arndt2011-07-296-43/+41
|\ \
| * | Refactor blog_archive_list helper function into blog_archive_widget function ...Jamie Winsor2011-07-296-43/+41
|/ /
* | DB isn't cleared from previous test data. For now clear it ourselves but as f...Uģis Ozols2011-07-292-2/+10
* | Need a user first because otherwise it will redirect to first user creation f...Uģis Ozols2011-07-292-2/+6
* | Manage blog posts request specs are now green.Uģis Ozols2011-07-291-6/+1
* | Merge pull request #105 from enmasse-entertainment/rails31-compatability-fixesPhilip Arndt2011-07-287-22/+61
|\ \
| * | Update translation scopesJamie Winsor2011-07-287-22/+61
|/ /
* | 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-283-19/+46
* | Start to add request specs.Uģis Ozols2011-07-281-0/+71
* | Array is paginated differently.Uģis Ozols2011-07-282-6/+8
* | Update some translation scopes.Uģis Ozols2011-07-283-7/+9
* | Properly namespace translations.Uģis Ozols2011-07-2715-1860/+1887
* | 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-2712-86/+88
* | Cucumber category steps now pass.Uģis Ozols2011-07-271-3/+3
* | Cucumber author steps now pass.Uģis Ozols2011-07-274-11/+11
* | Wip.Uģis Ozols2011-07-2742-80/+81
* | Rails 3.1 - wip.Uģis Ozols2011-07-2751-1036/+1064
|/