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
*
Add cop for preferring 'Foo.method' over 'Foo::method'
Andrew White
2018-02-22
1
-1
/
+1
*
Add chop removed in 89bcca5
Rafael Mendonça França
2018-02-16
1
-1
/
+1
*
Remove usage of strip_heredoc in the framework in favor of <<~
Rafael Mendonça França
2018-02-16
1
-1
/
+1
*
Use assert_empty and assert_not_empty
Daniel Colson
2018-01-25
1
-1
/
+1
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-5
/
+5
*
Bring back ability to insert zero value on primary key for fixtures (#31795)
Ryuta Kamizono
2018-01-26
1
-20
/
+11
*
Add test case for deprecated `insert_fixtures`
Ryuta Kamizono
2018-01-26
1
-2
/
+16
*
Merge pull request #31422 from Edouard-chin/multistatement-fixtures
Matthew Draper
2018-01-24
1
-0
/
+118
|
\
|
*
Allow a 2 bytes margin:
Edouard CHIN
2018-01-23
1
-3
/
+5
|
*
Build a multi-statement query when inserting fixtures:
Edouard CHIN
2018-01-22
1
-0
/
+116
*
|
Added a test around `NO_AUTO_VALUE_ON_ZERO`:
Edouard CHIN
2018-01-17
1
-0
/
+22
*
|
Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the future
Ryuta Kamizono
2017-12-14
1
-1
/
+1
|
/
*
Add `binary` helper method to fixtures.
yalab
2017-08-12
1
-1
/
+2
*
Merge remote-tracking branch 'origin/master' into unlock-minitest
Rafael Mendonça França
2017-08-01
1
-0
/
+2
|
\
|
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
|
Merge branch 'master' into unlock-minitest
Kasper Timm Hansen
2017-07-15
1
-1
/
+31
|
\
|
|
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
|
*
Use bulk INSERT to insert fixtures
Kir Shatrov
2017-06-20
1
-1
/
+31
*
|
Merge pull request #29287 from alexcameron89/fix-db-statement-test-48104
Matthew Draper
2017-06-01
1
-0
/
+1
|
\
\
|
*
|
Reset primary key sequence in FixturesResetPkSequenceTests
Alex Kitchens
2017-05-31
1
-0
/
+1
|
|
/
*
/
Ensure fixtures are loaded for FoxyFixturesTest
Alex Kitchens
2017-05-31
1
-0
/
+2
|
/
*
Restore `fixtures :author_addresses`
Ryuta Kamizono
2017-04-27
1
-1
/
+1
*
Revert "Merge pull request #27636 from mtsmfm/disable-referential-integrity-w...
Rafael Mendonça França
2017-04-26
1
-1
/
+1
*
Passing in no arguments to the dynamic fixture accessor method returns all fi...
Kevin McPhillips
2017-04-07
1
-0
/
+18
*
Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...
Fumiaki MATSUSHIMA
2017-03-26
1
-1
/
+1
*
Deprecate `supports_migrations?` on connection adapters
Ryuta Kamizono
2017-02-27
1
-47
/
+45
*
Ensure test threads share a DB connection
eileencodes
2017-02-20
1
-0
/
+6
*
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
1
-1
/
+1
*
Require "models/post" before "models/comment"
Yasuo Honda
2017-01-04
1
-1
/
+1
*
Revert "Merge pull request #21233 from mtsmfm/disable-referential-integrity-w...
Rafael Mendonça França
2017-01-03
1
-1
/
+1
*
Merge pull request #21233 from mtsmfm/disable-referential-integrity-without-s...
Rafael França
2017-01-03
1
-1
/
+1
|
\
|
*
Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...
Fumiaki MATSUSHIMA
2016-12-03
1
-1
/
+1
*
|
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
|
\
[next]