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
*
fix #create_fixtures when equal table names in different databases
Julia Lopez
2016-12-21
1
-0
/
+15
*
Throw friendly error message when fixture is not a hash
Kir Shatrov
2016-12-15
1
-2
/
+12
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-6
/
+6
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
1
-1
/
+1
*
remove duplicated fixture set names
yuuji.yaginuma
2016-09-12
1
-2
/
+2
*
Use `ActiveRecord::TestCase` rather than `ActiveSupport::TestCase` in AR test...
Ryuta Kamizono
2016-08-11
1
-1
/
+1
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-2
/
+2
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-20
/
+20
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-77
/
+77
*
Fix `payload[:class_name]` to `payload[:spec_name]`
Ryuta Kamizono
2016-07-17
1
-2
/
+2
*
Create connection.active_record notification and use that to ensure that lazy-
Jeremy Wadsack
2016-07-12
1
-0
/
+40
*
Support for unified Integer class in Ruby 2.4+
Jeremy Daer
2016-05-18
1
-1
/
+1
*
fix regression when loading fixture files with symbol keys.
Yves Senn
2016-01-13
1
-0
/
+4
*
deletes commented code introduced in db045db (initial commit)
Tony Ta
2015-12-15
1
-1
/
+0
*
FixtureSet.fixture_class_names should have no default value
Jamis Buck
2015-10-29
1
-0
/
+14
*
Merge pull request #20574 from repinel/fix-db-fixtures-load
Yves Senn
2015-09-30
1
-1
/
+34
|
\
|
*
Allow fixtures YAML files to set the model class in the file itself
Roque Pinel
2015-09-11
1
-1
/
+34
*
|
Removed mocha from Active Record Part 2
Ronak Jangir
2015-09-16
1
-2
/
+4
|
/
*
Removed duplicate require ‘models/computer’
Ronak Jangir
2015-08-26
1
-1
/
+0
*
Removed mocha from Active Record Part 1
Ronak Jangir
2015-08-25
1
-8
/
+9
*
descriptive error message when fixtures contian a missing column.
Yves Senn
2015-08-13
1
-0
/
+7
*
Fix crash when loading fixture with belongs_to association defined in abstrac...
Victor Costan
2015-06-04
1
-0
/
+10
*
Resolve enums in test fixtures
George Claghorn
2015-05-27
1
-1
/
+8
*
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
[next]