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
*
Use match? where we don't need MatchData
Akira Matsuda
2019-07-29
1
-1
/
+1
*
Allow specify fixtures to be ignored
Tongfei Gao
2019-07-27
1
-0
/
+27
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
1
-2
/
+0
*
SQLite3: Make fixture loading to bulk statements
Ryuta Kamizono
2019-03-17
1
-6
/
+2
*
Make `truncate_tables` to bulk statements
Ryuta Kamizono
2019-03-17
1
-1
/
+1
*
Eagerly materialize the fixtures transaction
Jean Boussier
2019-01-29
1
-1
/
+1
*
Remove deprecated `#insert_fixtures` from the database adapters
Rafael Mendonça França
2019-01-17
1
-14
/
+0
*
Share the connection pool when there are multiple handlers
Eileen Uchitelle
2019-01-03
1
-0
/
+34
*
Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block
Ryuta Kamizono
2018-12-21
1
-8
/
+6
*
Don't pass unused `connection` to `FixtureSet.new`
Ryuta Kamizono
2018-11-03
1
-9
/
+9
*
Avoid violating key constraints in fixture HABTM associations
James Le Cuirot
2018-10-29
1
-0
/
+4
*
Raise an error when loading all fixtures from nil fixture_path
Gannon McGibbon
2018-09-26
1
-0
/
+16
*
Change the empty block style to have space inside of the block
Rafael Mendonça França
2018-09-25
1
-1
/
+1
*
Merge pull request #33391 from utilum/method_call_assertions_instead_of_mocha
Ryuta Kamizono
2018-07-19
1
-4
/
+4
|
\
|
*
Use MethodCallAssertions instead of Mocha#expects
utilum
2018-07-19
1
-4
/
+4
*
|
Fix `insert_fixtures_set` to be restored original connection flags
Ryuta Kamizono
2018-07-19
1
-5
/
+80
|
/
*
Merge pull request #33363 from ahorek/transaction_bug
Rafael França
2018-07-18
1
-0
/
+15
|
\
|
*
use set_server_option if possible
pavel
2018-07-15
1
-0
/
+15
*
|
Replace some more Mocha#stub calls with Minitest
utilum
2018-07-17
1
-8
/
+9
*
|
Stub with Minitest instead of Mocha
utilum
2018-07-15
1
-17
/
+18
|
/
*
Fix stubbed methods in test cases
bogdanvlviv
2018-07-10
1
-2
/
+2
*
Replace shallow mocks with Ruby classes
utilum
2018-07-10
1
-4
/
+17
*
Fix `CustomCops/AssertNot` to allow it to have failure message
Ryuta Kamizono
2018-05-13
1
-2
/
+2
*
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
1
-6
/
+6
*
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
[next]