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
/
test
/
cases
/
fixtures_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename association option :class to :anonymous_class
Andrew White
2015-04-21
1
-6
/
+6
*
Closes rails/rails#18864: Renaming transactional fixtures to transactional tests
Brandon Weiss
2015-03-16
1
-10
/
+10
*
Merge pull request #19177 from gregmolnar/fixtures
Rafael Mendonça França
2015-03-02
1
-1
/
+1
|
\
|
*
test reset_pk_sequence with multi connection
Greg Molnar
2015-03-01
1
-1
/
+1
*
|
Merge pull request #17426 from jpcody/fixture_associations_fix
Aaron Patterson
2015-02-24
1
-1
/
+19
|
\
\
|
|
/
|
/
|
|
*
Rely on through table name in has_many fixtures
Joshua Cody
2014-10-29
1
-1
/
+19
*
|
Fixes #18492
Vipul A M
2015-01-14
1
-7
/
+14
*
|
Fix lookup of fixtures with non-string label
Prathamesh Sonpatki
2015-01-06
1
-0
/
+4
*
|
make it possible to access fixtures excluded by a `default_scope`.
Yves Senn
2014-11-21
1
-0
/
+14
*
|
Build fix when running in isolation
Arun Agrawal
2014-11-14
1
-0
/
+1
|
/
*
speed up fixtures by not loading all their classes
grosser
2014-10-06
1
-19
/
+0
*
Better regression test for Fixtures with fk as a symbol
Arthur Neves
2014-09-22
1
-10
/
+1
*
fix fixtures not loading if a belongs_to association is defined with a :forei...
Will Bryant
2014-09-22
1
-0
/
+9
*
No transaction for a test that creates fixtures in the test body
Akira Matsuda
2014-08-29
1
-0
/
+1
*
don't log errors when all is fine
Peter Schröder
2014-07-17
1
-5
/
+10
*
remove deprecation call while initializing `ClassCache` object
Kuldeep Aggarwal
2014-06-11
1
-6
/
+0
*
Merge pull request #12016 from roderickvd/uuid_fixes
Rafael Mendonça França
2014-04-04
1
-0
/
+9
|
\
|
*
Auto-generate stable fixture UUIDs on PostgreSQL.
Roderick van Domburg
2014-01-07
1
-0
/
+9
*
|
Revise 'sqlite3:' URL handling for smoother upgrades
Matthew Draper
2014-04-03
1
-1
/
+1
*
|
Extend fixture label replacement to allow string interpolation
Eric Steele
2014-03-15
1
-0
/
+4
*
|
Skips linked folder tests if symlink is invalid
Mikko Johansson
2014-02-09
1
-2
/
+6
|
/
*
Fix bad test order dependency between LoadAllFixturesTest#test_all_there and ...
Ryan Davis
2013-11-16
1
-6
/
+10
*
Just change ENV and restore it afterwards.
Federico Ravasio
2013-10-07
1
-1
/
+4
*
make @bitsweat happy. :heart:
Aaron Patterson
2013-09-09
1
-0
/
+6
*
stop using deprecated api in the tests
Aaron Patterson
2013-09-09
1
-1
/
+1
*
Fix fixtures regression that required table names to map to classes only, not...
Jeremy Kemper
2013-09-08
1
-1
/
+1
*
auto link hm:t fixture join tables like habtm
Aaron Patterson
2013-09-06
1
-0
/
+35
*
Add config to method calls in fixtures.
wangjohn
2013-08-26
1
-1
/
+1
*
Removing instances of string class_names in fixtures.
wangjohn
2013-08-24
1
-7
/
+7
*
load fixtures from linked folders
Kassio Borges
2013-08-05
1
-2
/
+2
*
remove deprecated `ActiveRecord::Base#connection` method.
Yves Senn
2013-07-01
1
-4
/
+0
*
fixture setup does not rely on `AR::Base.configurations`.
Yves Senn
2013-06-15
1
-0
/
+16
*
Allows setting fixture_path to a Pathname
Alexander Murmann and Can Berk Güder
2013-03-21
1
-0
/
+9
*
Deprecate #connection in favour of accessing it via the class
Ben Moss
2013-03-09
1
-3
/
+2
*
Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by"
Guillermo Iguaran
2013-01-18
1
-3
/
+3
*
User Rails 4 find_by
robertomiranda
2013-01-18
1
-3
/
+3
*
Rename "Fixtures" class to "FixtureSet"
Alexey Muranov
2012-10-07
1
-23
/
+23
*
remove calls to find(:first), find(:last) and find(:all)
Jon Leighton
2012-04-26
1
-1
/
+1
*
properly namespace the fixture exception
Aaron Patterson
2012-03-22
1
-1
/
+1
*
Revert PR#5001 "removed unuseful require for reply as we are not using requir...
Vishnu Atrai
2012-02-12
1
-0
/
+1
*
removed unuseful require for reply as we are not using require model
Karunakar (Ruby)
2012-02-11
1
-1
/
+0
*
fix fixtures test as table_name is a string now
Sergey Nartimov
2012-01-26
1
-2
/
+2
*
create_fixtures should accept symbol keys for custom table -> class mappings....
Jeremy Kemper
2012-01-03
1
-2
/
+10
*
setup_fixture_accessors should accept symbols for table names. Fixes an unint...
Jeremy Kemper
2012-01-03
1
-1
/
+1
*
Test case: fixture table name is defined in model
Alexey Muranov
2011-12-30
1
-0
/
+5
*
Test fixtures with custom model and table names
Alexey Muranov
2011-12-30
1
-0
/
+28
*
Fix a fixtures test case with table prefix/suffix
Alexey Muranov
2011-12-27
1
-23
/
+37
*
remove checks for encodings availability
Sergey Nartimov
2011-12-25
1
-1
/
+1
*
Revert "Merge pull request #4114 from alexeymuranov/my_fix_for_prefix_suffix_...
Jon Leighton
2011-12-22
1
-36
/
+23
*
Fix a fixtures test case with table prefix/suffix
Alexey Muranov
2011-12-22
1
-23
/
+36
[next]