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
*
These are already required through AS/rails
Akira Matsuda
2013-01-07
1
-2
/
+0
*
Fix argument name in fixtures method
Carlos Antonio da Silva
2012-12-18
1
-1
/
+1
*
Revert "use File.basename to get the filename minus .yml"
Aaron Patterson
2012-12-18
1
-4
/
+3
*
Remove useless check of AR being defined from teardown fixtures
Carlos Antonio da Silva
2012-11-27
1
-5
/
+4
*
Add a deprecation before removing find_table_name
Alexey Muranov
2012-11-17
1
-0
/
+6
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-11-17
1
-2
/
+2
|
\
|
*
1.9 Syntax related changes
AvnerCohen
2012-11-10
1
-2
/
+2
*
|
Properly deprecate ConnectionHandler#connection_pools
Jon Leighton
2012-11-09
1
-1
/
+1
|
/
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-11-03
1
-0
/
+1
|
\
|
*
nodoc deprecated AR::Fixtures constant [ci skip]
Francesco Rodriguez
2012-10-21
1
-0
/
+1
*
|
Remove ActiveRecord::Model
Jon Leighton
2012-10-26
1
-1
/
+1
|
/
*
Remove the leading :: constant qualifier in the ActiveRecord::Fixtures deprec...
Jeremy Kemper
2012-10-10
1
-1
/
+1
*
Move/rename files to follow naming conventions
Alexey Muranov
2012-10-07
1
-1
/
+1
*
Deprecate "Fixtures" constant
Alexey Muranov
2012-10-07
1
-0
/
+8
*
Rename "Fixtures" class to "FixtureSet"
Alexey Muranov
2012-10-07
1
-17
/
+17
*
Move transaction joinability into the transaction object
Jon Leighton
2012-09-15
1
-3
/
+2
*
Start to tease out transaction handling into a state machine
Jon Leighton
2012-09-15
1
-6
/
+2
*
One hash is enough
Jon Leighton
2012-08-31
1
-1
/
+1
*
load active_support/core_ext/object/blank in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
Improve the derivation of HABTM assocation join table names
Andrew White
2012-06-22
1
-1
/
+1
*
Fix an error in example in methods of instanciated fixtures.
Geoffrey Roguelon
2012-05-15
1
-1
/
+1
*
Rename some variables
Alexey Muranov
2012-05-09
1
-76
/
+80
*
Remove unused private method in fixtures.rb
Alexey Muranov
2012-05-09
1
-3
/
+0
*
Remove unused parameter in ::instantiate_fixtures
Alexey Muranov
2012-05-09
1
-5
/
+5
*
Change unless + ! into if
Piotr Sarnacki
2012-05-04
1
-1
/
+1
*
properly namespace the fixture exception
Aaron Patterson
2012-03-22
1
-6
/
+2
*
Remove IdentityMap
Carlos Antonio da Silva
2012-03-13
1
-3
/
+1
*
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
[next]