aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #125 from enmasse-entertainment/green-testsPhilip Arndt2011-09-0211-38/+50
|\ \ | | | | | | Green tests
| * | remove accidental inclusion of future featureJamie Winsor2011-09-021-2/+0
| | |
| * | update and import refinerycms migrations and seedsJamie Winsor2011-09-0211-38/+52
|/ / | | | | | | update Guardfile, spec_helper, and support files to match those generated by refinerycms-testing
* | Added sqlite3, pg, mysql2 to the Gemfile and added Jamie to the ↵Philip Arndt2011-09-023-4/+9
| | | | | | | | notifications list for TRavis.
* | Merge pull request #124 from enmasse-entertainment/travis-ciPhilip Arndt2011-09-011-16/+20
|\ \ | | | | | | Travis ci
| * | Disable libnotifications for travisJamie Winsor2011-09-011-16/+20
|/ /
* | Merge pull request #122 from enmasse-entertainment/revise-gemfileUģis Ozols2011-08-311-3/+0
|\ \ | | | | | | Revise gemfile for Rails 3.1
| * | Devise edge no longer required for Rails 3-1 branchJamie Winsor2011-08-311-3/+0
|/ /
* | Merge pull request #121 from wakeless/attr_accessiblePhilip Arndt2011-08-301-0/+2
|\ \ | | | | | | Attr accessible
| * | Add attr_accessible to blog posts to interact better with page_imagesMichael Gall2011-08-311-0/+2
|/ /
* | Merge pull request #120 from enmasse-entertainment/revise-gemfilePhilip Arndt2011-08-292-10/+10
|\ \ | | | | | | Revise gemfile to support latest master branch of refinerycms
| * | gemspec revision to support latest master branch of refinerycmsJamie Winsor2011-08-292-10/+10
|/ /
* | will_paginate is back.Uģis Ozols2011-08-2510-16/+19
| |
* | Merge pull request #117 from enmasse-entertainment/rails-3-1-rc6-supportPhilip Arndt2011-08-183-6/+5
|\ \ | | | | | | Rails 3 1 rc6 support
| * | Update gemspec to require newest version of seo_metaJamie Winsor2011-08-183-6/+5
|/ /
* | Merge pull request #116 from enmasse-entertainment/use-fuubar-formattingPhilip Arndt2011-08-151-0/+1
|\ \ | | | | | | Use fuubar formatting
| * | Use fuubar formatting for rspecJamie Winsor2011-08-151-0/+1
| | |
* | | Merge pull request #115 from enmasse-entertainment/fix-testing-not-loadedPhilip Arndt2011-08-151-2/+33
|\ \ \ | |/ / |/| | Fix testing not loaded
| * | Update Gemfile to what would be generated by RefinerycmsJamie Winsor2011-08-151-4/+33
| | |
| * | This will fix the build when runing rspec spec/. If you do not specify ↵Jamie Winsor2011-08-151-1/+3
|/ / | | | | | | refinerycms-testing in the development group of the Gemfile it will not be properly loaded.
* | Merge pull request #113 from enmasse-entertainment/ruby-187-supportPhilip Arndt2011-08-147-23/+15
|\ \ | | | | | | Ruby 187 support
| * | Move gemspec method to top of fileJamie Winsor2011-08-141-2/+2
| | | | | | | | | | | | http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/
| * | Syntax fixes for Ruby 1.8.7Jamie Winsor2011-08-147-25/+17
|/ /
* | HI 2 U TRAVIS; This is how to run specs in this enginePhilip Arndt2011-08-151-0/+18
| |
* | Merge remote-tracking branch 'enmasse-entertainment/fix-gemspec-filelist' ↵Philip Arndt2011-08-152-3/+2
|\ \ | | | | | | | | | into rails-3-1
| * | remove empty directory from gemspec file listJamie Winsor2011-08-141-2/+1
| | |
| * | Ignore .lock files in GemspecJamie Winsor2011-08-122-2/+2
| | |
* | | Update readme.Uģis Ozols2011-08-141-4/+4
| | |
* | | Move factories under spec dir so that they get picked up by spec_helper.Uģis Ozols2011-08-134-4/+5
|/ /
* | There's no test directory.Uģis Ozols2011-08-122-4/+1
| |
* | Use arel 2.1.4 for now because 2.1.5 got yanked.Uģis Ozols2011-08-121-0/+2
| |
* | Need to use edge everything, excluding spec/dummy from the gemspec.Philip Arndt2011-08-123-451/+15
| |
* | Remove spork as a development dependencyJamie Winsor2011-08-113-8/+25
| | | | | | | | | | Add spork to development & test group in Gemfile Fix ControllerMacros and RequestMacros namespace in refinery support file
* | Dummy app is no longer a submodule, now part of the projected - generated by ↵Jamie Winsor2011-08-1074-36/+1776
| | | | | | | | | | | | testing generator Remove remaining traces of cucumber
* | Add Rails3.1 assets gemfile entry into Gemfile (required to start Rails ↵Jamie Winsor2011-08-062-0/+8
| | | | | | | | | | | | dummy app) Bump dummy app head
* | 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
| | | | | | | | Remove cucumber support from project
* | Replace category.features with capybara rspec requestsJamie Winsor2011-08-047-129/+127
| | | | | | | | Update FactoryGirl factory definition syntax
* | 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
| | | | | | | | refactor request specs to take advantage of authentication macros
* | 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
| | | | | | | | Location of testing tasks changed
* | 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
| | | | | | | | Update README to reflect new functionality
* | 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
| |