index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
fixtures.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactored the OrderedHash related stuff
Raghunadh
2012-02-09
1
-2
/
+1
*
Remove Array.wrap calls in ActiveRecord
Rafael Mendonça França
2012-01-06
1
-2
/
+1
*
No need to require psych since require yaml does that.
Rafael Mendonça França
2012-01-04
1
-1
/
+0
*
No need to use rescue block to require psych
Rafael Mendonça França
2012-01-04
1
-6
/
+1
*
create_fixtures should accept symbol keys for custom table -> class mappings....
Jeremy Kemper
2012-01-03
1
-2
/
+4
*
use File.basename to get the filename minus .yml
Aaron Patterson
2012-01-03
1
-2
/
+3
*
setup_fixture_accessors should accept symbols for table names. Fixes an unint...
Jeremy Kemper
2012-01-03
1
-0
/
+1
*
Fixes for TestFixtures::setup_fixture_accessors
Alexey Muranov
2011-12-30
1
-6
/
+5
*
Fixture's table name be defined in the model
Alexey Muranov
2011-12-30
1
-10
/
+17
*
Use foo/bar instead of foo_bar keys for fixtures
Alexey Muranov
2011-12-30
1
-12
/
+25
*
Use the correct table name from fixture
Alexey Muranov
2011-12-28
1
-2
/
+2
*
Fixtures support for ActiveRecord::Model
Jon Leighton
2011-12-24
1
-1
/
+1
*
* BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger
Aaron Patterson
2011-12-19
1
-1
/
+0
*
ensure @fixture_connections is initialized in case an exception happens durin...
Aaron Patterson
2011-12-10
1
-0
/
+1
*
Errno::ENOENT error makes more sense when a file cannot be found
Aaron Patterson
2011-12-10
1
-10
/
+0
*
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
[next]