| Commit message (Expand) | Author | Age | Files | Lines |
* | Transactional fixtures enlist all active database connections. | Jeremy Kemper | 2011-10-05 | 1 | -6/+18 |
* | Revert "Raise error on unknown primary key." | Jon Leighton | 2011-10-05 | 1 | -1/+1 |
* | Raise error on unknown primary key. | Jon Leighton | 2011-10-05 | 1 | -1/+1 |
* | restores the API docs of AR::Fixtures, made a quick pass over them, revises l... | Xavier Noria | 2011-09-03 | 1 | -368/+361 |
* | Improve examples: use each instead of for...in | Gabe Berke-Williams | 2011-08-31 | 1 | -1/+1 |
* | find(:all) => all | Akira Matsuda | 2011-07-08 | 1 | -3/+3 |
* | Merge branch 'master' of github.com:rails/rails | Xavier Noria | 2011-05-25 | 1 | -4/+0 |
|\ |
|
| * | removed deprecated methods, and related tests, from ActiveRecord | Josh Kalderimis | 2011-05-25 | 1 | -4/+0 |
* | | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-05-25 | 1 | -6/+6 |
|\ \
| |/
|/| |
|
| * | Remove extra white spaces on ActiveRecord docs. | Sebastian Martinez | 2011-05-23 | 1 | -6/+6 |
* | | properly reference yml alias nodes | dmathieu | 2011-05-24 | 1 | -2/+2 |
* | | removing CSV fixture support | Aaron Patterson | 2011-05-23 | 1 | -52/+10 |
* | | use top level file constant for join, etc | Aaron Patterson | 2011-05-23 | 1 | -4/+4 |
* | | adding AR::Fixtures::File class to wrap a fixture file | Aaron Patterson | 2011-05-23 | 1 | -0/+1 |
|/ |
|
* | deprecating CSV fixture support | Aaron Patterson | 2011-05-10 | 1 | -54/+2 |
* | deprecating read_csv_fixture_files method | Aaron Patterson | 2011-05-10 | 1 | -0/+2 |
* | Added deprecation warning for Fixture(s) (Use ActiveRecord::Fixture(s)) | Jason Noble | 2011-05-07 | 1 | -0/+3 |
* | Namespace Fixtures in ActiveRecord | Jason Noble | 2011-05-07 | 1 | -285/+287 |
* | table name needs to be classified when instantiating fixtures | Aaron Patterson | 2011-04-29 | 1 | -2/+4 |
* | s/ERb/ERB/g | Akira Matsuda | 2011-04-03 | 1 | -3/+3 |
* | Merge remote branch 'rails/master' into identity_map | Emilio Tagua | 2011-02-18 | 1 | -36/+36 |
|\ |
|
| * | fixture methods can be overridden and super() is useful | Aaron Patterson | 2011-02-15 | 1 | -14/+17 |
| * | fixing variable names to reflect reality | Aaron Patterson | 2011-02-15 | 1 | -11/+11 |
| * | this is in the AR namespace, so AR must exist | Aaron Patterson | 2011-02-15 | 1 | -1/+1 |
| * | fixing variable names, removing FixtureFile instances from test ivars | Aaron Patterson | 2011-02-15 | 1 | -15/+14 |
| * | removing unused variable | Aaron Patterson | 2011-02-15 | 1 | -3/+1 |
* | | Merge remote branch 'rails/master' into identity_map | Emilio Tagua | 2011-02-15 | 1 | -141/+131 |
|\| |
|
| * | remove accidental raise! | Aaron Patterson | 2011-02-14 | 1 | -1/+0 |
| * | removing irrelevant test | Aaron Patterson | 2011-02-14 | 1 | -0/+1 |
| * | remove unused methods | Aaron Patterson | 2011-02-14 | 1 | -35/+0 |
| * | extract database activity out of Fixtures instances | Aaron Patterson | 2011-02-14 | 1 | -7/+23 |
| * | extract rows that should be inserted to a method | Aaron Patterson | 2011-02-14 | 1 | -12/+12 |
| * | fixtures will return a list of tables that may be effected, delete existing f... | Aaron Patterson | 2011-02-14 | 1 | -6/+25 |
| * | HabtmFixtures class is no longer needed | Aaron Patterson | 2011-02-14 | 1 | -31/+22 |
| * | key habtm fixtures off table name | Aaron Patterson | 2011-02-11 | 1 | -5/+5 |
| * | Fixture class no longer needs a reference to the database connection | Aaron Patterson | 2011-02-11 | 1 | -16/+4 |
| * | convert fixtures to a list of hashes to insert | Aaron Patterson | 2011-02-11 | 1 | -2/+6 |
| * | Fixtures class constantizes this value, so no need to do it twice | Aaron Patterson | 2011-02-11 | 1 | -3/+3 |
| * | database quoting should take care of this, no need to gsub | Aaron Patterson | 2011-02-11 | 1 | -1/+1 |
| * | calculate model class on construction | Aaron Patterson | 2011-02-11 | 1 | -16/+11 |
| * | clear cache for all connections when resetting | Aaron Patterson | 2011-02-11 | 1 | -4/+3 |
| * | avoid side effects from method calls, localize ivar assignment | Aaron Patterson | 2011-02-11 | 1 | -3/+4 |
| * | create fixtures always returns a list, so build a hash from the list | Aaron Patterson | 2011-02-11 | 1 | -10/+2 |
| * | create_fixtures() should always return a list | Aaron Patterson | 2011-02-11 | 1 | -4/+4 |
| * | fixing variable names | Aaron Patterson | 2011-02-11 | 1 | -4/+10 |
| * | use hash defaults to dry up ||= calls | Aaron Patterson | 2011-02-11 | 1 | -27/+22 |
| * | refactor fixtures to do less work in the constructor | Aaron Patterson | 2011-02-11 | 1 | -10/+23 |
| * | favor composition over inheritence. use AS::OrderedHash rather than omap | Aaron Patterson | 2011-02-11 | 1 | -19/+24 |
| * | load and prefer psych as the YAML parser when it is available | Aaron Patterson | 2011-01-21 | 1 | -0/+6 |
| * | Have a proper AssociationReflection#foreign_type method rather than using opt... | Jon Leighton | 2011-01-03 | 1 | -8/+3 |