aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/fixtures.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix an error in example in methods of instanciated fixtures.Geoffrey Roguelon2012-05-151-1/+1
* Rename some variablesAlexey Muranov2012-05-091-76/+80
* Remove unused private method in fixtures.rbAlexey Muranov2012-05-091-3/+0
* Remove unused parameter in ::instantiate_fixturesAlexey Muranov2012-05-091-5/+5
* Change unless + ! into ifPiotr Sarnacki2012-05-041-1/+1
* properly namespace the fixture exceptionAaron Patterson2012-03-221-6/+2
* Remove IdentityMapCarlos Antonio da Silva2012-03-131-3/+1
* Refactored the OrderedHash related stuffRaghunadh2012-02-091-2/+1
* Remove Array.wrap calls in ActiveRecordRafael Mendonça França2012-01-061-2/+1
* No need to require psych since require yaml does that.Rafael Mendonça França2012-01-041-1/+0
* No need to use rescue block to require psychRafael Mendonça França2012-01-041-6/+1
* create_fixtures should accept symbol keys for custom table -> class mappings....Jeremy Kemper2012-01-031-2/+4
* use File.basename to get the filename minus .ymlAaron Patterson2012-01-031-2/+3
* setup_fixture_accessors should accept symbols for table names. Fixes an unint...Jeremy Kemper2012-01-031-0/+1
* Fixes for TestFixtures::setup_fixture_accessorsAlexey Muranov2011-12-301-6/+5
* Fixture's table name be defined in the modelAlexey Muranov2011-12-301-10/+17
* Use foo/bar instead of foo_bar keys for fixturesAlexey Muranov2011-12-301-12/+25
* Use the correct table name from fixtureAlexey Muranov2011-12-281-2/+2
* Fixtures support for ActiveRecord::ModelJon Leighton2011-12-241-1/+1
* * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the loggerAaron Patterson2011-12-191-1/+0
* ensure @fixture_connections is initialized in case an exception happens durin...Aaron Patterson2011-12-101-0/+1
* Errno::ENOENT error makes more sense when a file cannot be foundAaron Patterson2011-12-101-10/+0
* Transactional fixtures enlist all active database connections.Jeremy Kemper2011-10-051-6/+18
* Revert "Raise error on unknown primary key."Jon Leighton2011-10-051-1/+1
* Raise error on unknown primary key.Jon Leighton2011-10-051-1/+1
* restores the API docs of AR::Fixtures, made a quick pass over them, revises l...Xavier Noria2011-09-031-368/+361
* Improve examples: use each instead of for...inGabe Berke-Williams2011-08-311-1/+1
* find(:all) => allAkira Matsuda2011-07-081-3/+3
* Merge branch 'master' of github.com:rails/railsXavier Noria2011-05-251-4/+0
|\
| * removed deprecated methods, and related tests, from ActiveRecordJosh Kalderimis2011-05-251-4/+0
* | Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-05-251-6/+6
|\ \ | |/ |/|
| * Remove extra white spaces on ActiveRecord docs.Sebastian Martinez2011-05-231-6/+6
* | properly reference yml alias nodesdmathieu2011-05-241-2/+2
* | removing CSV fixture supportAaron Patterson2011-05-231-52/+10
* | use top level file constant for join, etcAaron Patterson2011-05-231-4/+4
* | adding AR::Fixtures::File class to wrap a fixture fileAaron Patterson2011-05-231-0/+1
|/
* deprecating CSV fixture supportAaron Patterson2011-05-101-54/+2
* deprecating read_csv_fixture_files methodAaron Patterson2011-05-101-0/+2
* Added deprecation warning for Fixture(s) (Use ActiveRecord::Fixture(s))Jason Noble2011-05-071-0/+3
* Namespace Fixtures in ActiveRecordJason Noble2011-05-071-285/+287
* table name needs to be classified when instantiating fixturesAaron Patterson2011-04-291-2/+4
* s/ERb/ERB/gAkira Matsuda2011-04-031-3/+3
* Merge remote branch 'rails/master' into identity_mapEmilio Tagua2011-02-181-36/+36
|\
| * fixture methods can be overridden and super() is usefulAaron Patterson2011-02-151-14/+17
| * fixing variable names to reflect realityAaron Patterson2011-02-151-11/+11
| * this is in the AR namespace, so AR must existAaron Patterson2011-02-151-1/+1
| * fixing variable names, removing FixtureFile instances from test ivarsAaron Patterson2011-02-151-15/+14
| * removing unused variableAaron Patterson2011-02-151-3/+1
* | Merge remote branch 'rails/master' into identity_mapEmilio Tagua2011-02-151-141/+131
|\|
| * remove accidental raise!Aaron Patterson2011-02-141-1/+0