aboutsummaryrefslogtreecommitdiffstats
path: root/script/rails
Commit message (Collapse)AuthorAgeFilesLines
* Supported Rails 4 and Refinery 3.0.0.devPhilip Arndt2013-09-161-3/+1
|
* refactor engine testing scenarioJamie Winsor2011-08-031-0/+6
Engine is now tested standalone by leveraging a dummy rails app Enable Guard for speedy testing Move factories to the more standard location `spec/factories/*` Update README with a Testing section Rename migrations to contain datetimestamps for their version to fix migration order issues when migrating the dummy application