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
/
tasks
/
database_tasks_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
1
-1
/
+0
*
Make ActiveRecord::PendingMigrationError actionable
Genadi Samokovarov
2019-04-19
1
-2
/
+4
*
Don't drop internal metadata tables
Ryuta Kamizono
2019-04-04
1
-4
/
+2
*
Ensure `reset_table_name` when table name prefix/suffix is changed
Ryuta Kamizono
2019-04-04
1
-8
/
+0
*
Fix fragile tests
Ryuta Kamizono
2019-04-04
1
-2
/
+4
*
Respect table name prefix/suffix for `truncate_all`
Ryuta Kamizono
2019-04-04
1
-0
/
+58
*
Reset `connection_handlers` to default when any test dirties that
Ryuta Kamizono
2019-03-05
1
-0
/
+4
*
Fix typo in test name
Sharang Dashputre
2019-03-05
1
-1
/
+1
*
Allow `truncate` for SQLite3 adapter and add `rails db:seed:replant` (#34779)
Bogdan
2019-03-04
1
-0
/
+122
*
Move db:migrate:status to DatabaseTasks method
Gannon McGibbon
2018-10-08
1
-1
/
+23
*
Fix tests in `activerecord/test/cases/tasks/database_tasks_test.rb`
bogdanvlviv
2018-09-04
1
-93
/
+120
*
Refactors Active Record connection management
Eileen Uchitelle
2018-08-30
1
-69
/
+82
*
Add method_call_assertions and use them instead of Mocha
utilum
2018-08-13
1
-20
/
+35
*
Turn on performance based cops
Dillon Welch
2018-07-23
1
-12
/
+12
*
Fix Mocha replacement that slipped out of #33337
utilum
2018-07-22
1
-11
/
+15
*
Use MethodCallAssertions instead of Mocha#expects
utilum
2018-07-19
1
-28
/
+53
*
Replace some more Mocha#stub calls with Minitest
utilum
2018-07-17
1
-14
/
+33
*
Remove unnecessary Mocha stub
utilum
2018-07-17
1
-1
/
+0
*
Stub with Minitest instead of Mocha
utilum
2018-07-15
1
-225
/
+341
*
Replace shallow mocks with Ruby classes
utilum
2018-07-10
1
-1
/
+11
*
Reduce mocking by testing value instead of method call
utilum
2018-07-09
1
-10
/
+22
*
Remove unnecessary Mocha stubs
utilum
2018-07-07
1
-6
/
+6
*
assert_called_with
utilum
2018-04-26
1
-25
/
+38
*
assert_called
utilum
2018-04-26
1
-20
/
+21
*
assert_not_called
utilum
2018-04-26
1
-12
/
+12
*
Fix two-level database configurations with URLs
Eugene Kenny
2018-03-31
1
-10
/
+52
*
Add tests for new rake tasks
eileencodes
2018-03-21
1
-1
/
+128
*
Revert "Merge pull request #32075 from eileencodes/delete-default-configuration"
eileencodes
2018-02-22
1
-0
/
+16
*
Delete default configuration
eileencodes
2018-02-21
1
-16
/
+0
*
Refactor migration to move migrations paths to connection
eileencodes
2018-01-18
1
-41
/
+83
*
Clear dirty `schema_cache` after `dump_schema_cache`
Ryuta Kamizono
2017-12-15
1
-0
/
+1
*
Convert protected_environments to an array of strings
bogdanvlviv
2017-12-12
1
-2
/
+19
*
Fix `bin/rails db:migrate` with specified `VERSION`
bogdanvlviv
2017-11-06
1
-4
/
+145
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
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
*
Also raise error when VERSION is nil
Rafael Mendonça França
2017-04-27
1
-1
/
+2
*
Refactor DatabaseTasksMigrateTest#test_migrate_receives_correct_env_vars
bogdanvlviv
2017-04-26
1
-1
/
+16
*
Fixes #28359
Philippe Guay
2017-03-26
1
-0
/
+8
*
sqlite3_mem tests are broken since 79887593c18919fed49f441d64236362cb755872
Akira Matsuda
2017-01-10
1
-0
/
+2
*
Dump schema cache for custom connection
Kir Shatrov
2017-01-01
1
-0
/
+10
*
Make ActiveRecord structure load/dump configurable
Kir Shatrov
2016-12-22
1
-3
/
+3
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
1
-1
/
+1
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-17
/
+17
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-2
/
+2
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-73
/
+73
*
We are erroring due to nested transaction failures from mysql on test_migrate...
Vipul A M
2016-05-06
1
-0
/
+2
*
Added notice when a database is successfully created or dropped.
bogdanvlviv
2016-04-17
1
-0
/
+7
*
Make 'migrate' clear the schema cache afterward
Chris Arcand
2016-03-24
1
-2
/
+13
[next]