| Projects on Google Code | Results 1 - 10 of 11 |
=Установка. =
* Перейти в директорию webroot/protected/commands, где webroot yii проект.
{{{
$ cd webroot/protected/commands
}}}
* получить исполняемый код
{{{
$ svn checkout http://yiifixtures.googlecode.com/svn/trunk/ .
A views
A views/fixtures
A views/fixtures/row.php
A ...
Copyright (c) 2007 Tom Preston-Werner
=FixtureScenarios=
This plugin allows you to create 'scenarios' which are collections of fixtures
and ruby files that represent a context against which you can run tests.
==Disclaimer==
This software is in Beta.
Send feedback to tom at rubyisawesom...
While LINQ to SQL provides an easy way to create a data access layer, and an empty database, it does not come with an easy method for loading data into the database once created.
This project aims implements a library, inspired by Ruby's fixtures, that provides a simple format for defining data t...
fixture provides several utilities for achieving a *fixed state* when testing Python programs. Specifically, these utilities setup / teardown databases and work with temporary file systems.
You may want to start by reading the [http://farmdev.com/projects/fixture/docs/ End User Documentation].
...
NonLeagueExplorer will allow the offline viewing of fixtures, results, and league tables for football teams in the English non league pyramid.
This will mainly focus on Steps 1-5 of the pyramid at the moment with the possibility of further expansion later on.
The main data source will hopefully ...
*Latest update: Nov 28 2007* ( patch submitted by Cyril Mougel)
* fixed : ar-backup not working properly when the OS isn't in English (svn issues)
* fixed : can't create a backup folder on windows when the revision isn't defined
* enhanced : speed has been improved since we are now parsing the...
This small enhancement plugin extends foxy fixtures (which is included in rails 2.0) and provides the following:
* Warns you about broken links (non-existant fixture labels). Useful if you rename a fixture label, but forget to update links to it). Only works for loaded fixtures.
* If a fix...
Implementation of RoR based concept of fixtures for java language
==Assumptions:==
# You are working with a rails application.
# You only have fixture files for tables in your database. That is if you have a table called companies you have a fixture called companies.yml.
==Usage==
To add this rake task to your project just drop the migrate_fixtures.r...
= Foxify Fixtures plugin for Rails =
(See original blog post: http://edgenic.com/2008/06/11/foxify-fixtures-plugin-refactor-those-old-fixtures-to-make-them-foxy)
Foxify fixtures refactors your Rails application test fixtures by changing all id-based references to name-based references (see htt...