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
/
fixtures
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lazy checking whether or not values in IN clause are boundable
Ryuta Kamizono
2018-10-24
1
-0
/
+1
*
Eager loading/preloading should be worked regardless of large number of records
Ryuta Kamizono
2018-09-12
1
-0
/
+4
*
Ensure to calculate column aliases after all table aliases are constructed
Ryuta Kamizono
2018-06-19
1
-0
/
+7
*
Can preload associations through polymorphic associations
Dana Sherson
2018-04-20
1
-0
/
+3
*
Clean up and consolidate .gitignores
bogdanvlviv
2018-02-17
1
-1
/
+0
*
Fix expanding an array of `composed_of` objects which have multiple mappings
Ryuta Kamizono
2018-01-29
1
-1
/
+10
*
Bring back ability to insert zero value on primary key for fixtures (#31795)
Ryuta Kamizono
2018-01-26
1
-0
/
+3
*
Remove unused `test/fixtures/teapots.yml`
Ryuta Kamizono
2018-01-25
1
-3
/
+0
*
Quote primary key in the subselect generated by mysql2 adapter
Ryuta Kamizono
2017-12-19
1
-2
/
+2
*
Set counter caches to correct values in fixtures
Bogdan Gusiev
2017-11-08
2
-0
/
+9
*
Add `binary` helper method to fixtures.
yalab
2017-08-12
1
-0
/
+4
*
Use bulk INSERT to insert fixtures
Kir Shatrov
2017-06-20
1
-0
/
+1
*
Refactor enum to use `value` instead of `label` in the scope
Ryuta Kamizono
2017-05-07
1
-0
/
+1
*
Correct spelling
Benjamin Fleischer
2017-02-05
1
-1
/
+1
*
fix #create_fixtures when equal table names in different databases
Julia Lopez
2016-12-21
1
-0
/
+2
*
Throw friendly error message when fixture is not a hash
Kir Shatrov
2016-12-15
1
-0
/
+3
*
Merge pull request #26466 from y-yagi/remove_duplicated_fixture_set_names
Arthur Nogueira Neves
2016-09-13
1
-0
/
+2
|
\
|
*
remove duplicated fixture set names
yuuji.yaginuma
2016-09-12
1
-0
/
+2
*
|
Add tests for ActiveRecord::Enum#enum when suffix specified
Yosuke Kabuto
2016-09-12
1
-0
/
+1
|
/
*
Fixed `where` for polymorphic associations when passed an array containing di...
Philippe Huibonhoa
2016-02-16
1
-1
/
+10
*
fix regression when loading fixture files with symbol keys.
Yves Senn
2016-01-13
1
-0
/
+3
*
Fix `test_find_with_order_on_included_associations_with_construct_finder_sql_...
Ryuta Kamizono
2015-12-19
2
-0
/
+8
*
Merge pull request #18548 from sebjacobs/support-bidirectional-destroy-depend...
Sean Griffin
2015-10-28
2
-0
/
+6
|
\
|
*
Add support for bidirectional destroy dependencies
Seb Jacobs
2015-01-16
2
-0
/
+6
*
|
Merge pull request #20574 from repinel/fix-db-fixtures-load
Yves Senn
2015-09-30
3
-0
/
+22
|
\
\
|
*
|
Allow fixtures YAML files to set the model class in the file itself
Roque Pinel
2015-09-11
4
-0
/
+25
|
/
/
*
|
descriptive error message when fixtures contian a missing column.
Yves Senn
2015-08-13
1
-0
/
+2
*
|
Fix spelling of `Thoughtleadering`
eileencodes
2015-07-02
1
-1
/
+1
*
|
Use default model enum in fixtures if not defined
eileencodes
2015-07-02
1
-0
/
+5
*
|
Add pending test for the great-grandparent touching bug from #19324
David Heinemeier Hansson
2015-06-25
2
-0
/
+32
*
|
Add enum prefix/suffix option to enum definition
Igor Kapkov
2015-06-12
1
-0
/
+4
*
|
Fix crash when loading fixture with belongs_to association defined in abstrac...
Victor Costan
2015-06-04
1
-0
/
+3
*
|
Resolve enums in test fixtures
George Claghorn
2015-05-27
1
-0
/
+11
*
|
Fixes #18492
Vipul A M
2015-01-14
2
-0
/
+9
|
/
*
Fix lookup of fixtures with non-string label
Prathamesh Sonpatki
2015-01-06
1
-0
/
+3
*
Unused csv fixture file
Akira Matsuda
2014-12-09
1
-1
/
+0
*
make it possible to access fixtures excluded by a `default_scope`.
Yves Senn
2014-11-21
1
-0
/
+5
*
Ensure HABTM relationships produce valid class names (Fixes #17119)
Sammy Larbi
2014-11-09
2
-0
/
+6
*
Fix query with nested array in Active Record
Cristian Bica
2014-09-06
1
-1
/
+1
*
fk: use random digest names
Yves Senn
2014-06-26
1
-1
/
+1
*
Deprecate automatic counter caches on has_many :through
Sean Griffin
2014-06-26
1
-2
/
+0
*
Update test data which doesn't reflect expected usage
Sean Griffin
2014-06-12
1
-5
/
+5
*
Fixed serialization for records with an attribute named `format`.
Godfrey Chan
2014-05-22
1
-0
/
+2
*
Revert "Merge pull request #14544 from jefflai2/named_scope_sti"
Rafael Mendonça França
2014-05-21
1
-10
/
+0
*
Merge pull request #14544 from jefflai2/named_scope_sti
Rafael Mendonça França
2014-05-20
1
-0
/
+10
|
\
|
*
Fixes Issue #13466.
Jefferson Lai
2014-04-23
1
-0
/
+10
*
|
Merge pull request #12016 from roderickvd/uuid_fixes
Rafael Mendonça França
2014-04-04
2
-0
/
+5
|
\
\
|
|
/
|
/
|
|
*
Auto-generate stable fixture UUIDs on PostgreSQL.
Roderick van Domburg
2014-01-07
2
-0
/
+5
*
|
Extend fixture label replacement to allow string interpolation
Eric Steele
2014-03-15
1
-0
/
+3
*
|
Fixed STI classes not defining an attribute method if there is a
Godfrey Chan
2014-02-23
1
-0
/
+1
[next]