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
*
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
*
Errno::ENOENT error makes more sense when a file cannot be found
Aaron Patterson
2011-12-10
1
-1
/
+1
*
Use broken YAML that will fail with Syck as well as Psych. Fixes test_broken_...
Jon Leighton
2011-10-09
1
-2
/
+2
*
Transactional fixtures enlist all active database connections.
Jeremy Kemper
2011-10-05
1
-3
/
+27
*
* Psych errors with poor yaml formatting are proxied. Fixes #2645, #2731
Aaron Patterson
2011-09-01
1
-0
/
+16
*
Quote these dates to prevent intermittent test failure. Suppose local time is...
Jon Leighton
2011-08-04
1
-2
/
+2
*
Use Enumerable#with_index. We're on Ruby > 1.8.7 (part II)
Akira Matsuda
2011-07-08
1
-3
/
+1
*
Fix failing test because of Timezone difference.
Anil Wadghule
2011-06-05
1
-2
/
+2
*
removing CSV fixture support
Aaron Patterson
2011-05-23
1
-6
/
+0
*
deprecating CSV fixture support
Aaron Patterson
2011-05-10
1
-1
/
+3
*
Namespace Fixtures in ActiveRecord
Jason Noble
2011-05-07
1
-21
/
+21
*
making sure the `create_fixtures` method works to prevent regressions
Aaron Patterson
2011-04-29
1
-0
/
+5
*
fixture methods can be overridden and super() is useful
Aaron Patterson
2011-02-15
1
-0
/
+15
*
fixing variable names, removing FixtureFile instances from test ivars
Aaron Patterson
2011-02-15
1
-6
/
+0
*
create_fixtures() should always return a list
Aaron Patterson
2011-02-11
1
-5
/
+5
*
favor composition over inheritence. use AS::OrderedHash rather than omap
Aaron Patterson
2011-02-11
1
-1
/
+1
*
Make serialized fixtures work again
Pratik Naik
2010-12-29
1
-1
/
+6
*
removing many unused variables
Aaron Patterson
2010-11-16
1
-3
/
+3
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-8
/
+8
*
Raising exception if fixture file can't be found
Paul Hieromnimon
2010-08-11
1
-0
/
+11
*
Removed warnings when a variable is shadowed
Łukasz Strzałkowski
2010-07-19
1
-3
/
+3
*
prevent to run fixture accessor (e.g. test_foos for TestFoo model) as a test ...
Nobuhiro IMAI
2010-05-16
1
-0
/
+5
*
Support fixtures for namespaced models [#2965 state:resolved]
Andrew White
2010-04-25
1
-1
/
+9
*
fix a failure and some warnings on 1.9.2 [#4417 state:resolved]
Aaron Patterson
2010-04-16
1
-1
/
+1
*
squelching more warnings in the AR tests. [#4218 state:resolved]
Aaron Patterson
2010-03-18
1
-6
/
+6
*
reduce max size of fixture IDs to fix sqlite2 tests, because sqlite2 was gett...
Chad Woolley
2010-01-12
1
-2
/
+2
*
Fix binary fixture test on Windows
Rob
2009-08-08
1
-1
/
+1
*
Reimplement Fixtures.identify so that it consistently generates identities ac...
Ken Collins
2009-05-18
1
-0
/
+5
*
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
Jeremy Kemper
2009-03-08
1
-2
/
+2
*
Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.
Jeremy Kemper
2009-02-03
1
-17
/
+13
*
Update AR tests
Jeremy Kemper
2008-11-07
1
-4
/
+4
*
Fix file permissions
Tarmo Tänav
2008-07-31
1
-0
/
+0
*
Move the transaction counter to the connection object rather than maintaining...
Jonathan Viney
2008-07-15
1
-3
/
+3
[next]