| Commit message (Expand) | Author | Age | Files | Lines |
* | Use -X when loading structure.sql via psql | J Smith | 2018-09-27 | 1 | -3/+3 |
* | Removed invalid -X flag for pg_dump | Matthias Winkelmann | 2018-09-27 | 1 | -7/+7 |
* | Ignore psqlrc files when executing psql commands | J Smith | 2018-09-17 | 1 | -7/+7 |
* | Fix tests in `activerecord/test/cases/tasks/database_tasks_test.rb` | bogdanvlviv | 2018-09-04 | 2 | -684/+120 |
* | Refactors Active Record connection management | Eileen Uchitelle | 2018-08-30 | 2 | -69/+673 |
* | Prevent leaking of user's DB credentials on `rails db:create` failure | bogdanvlviv | 2018-08-29 | 2 | -2/+2 |
* | Add method_call_assertions and use them instead of Mocha | utilum | 2018-08-13 | 1 | -20/+35 |
* | Stub with Minitest and test with MethodCallAssertions | utilum | 2018-08-13 | 3 | -17/+30 |
* | Turn on performance based cops | Dillon Welch | 2018-07-23 | 1 | -12/+12 |
* | Replace permissive Mocha expectations | utilum | 2018-07-22 | 2 | -32/+86 |
* | 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 | 4 | -94/+150 |
* | 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 |
* | Clarify test cases | bogdanvlviv | 2018-07-15 | 3 | -15/+11 |
* | Stub with Minitest instead of Mocha | utilum | 2018-07-15 | 4 | -427/+660 |
* | Fix stubbed methods in test cases | bogdanvlviv | 2018-07-10 | 1 | -1/+1 |
* | Replace shallow mocks with Ruby classes | utilum | 2018-07-10 | 4 | -14/+30 |
* | Reduce mocking by testing value instead of method call | utilum | 2018-07-09 | 3 | -18/+24 |
* | Remove unnecessary Mocha stubs | utilum | 2018-07-07 | 4 | -47/+18 |
* | assert_called_with | utilum | 2018-04-26 | 4 | -85/+170 |
* | assert_called | utilum | 2018-04-26 | 2 | -23/+24 |
* | 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 |
* | Merge pull request #30414 from bogdanvlviv/clear-mysql_database_tasks | Rafael França | 2017-11-09 | 1 | -74/+5 |
|\ |
|
| * | Simplify implementation of `MySQLDatabaseTasks` | bogdanvlviv | 2017-10-30 | 1 | -72/+3 |
| * | Raise error if unsupported charset for mysql | bogdanvlviv | 2017-10-30 | 1 | -4/+4 |
* | | Fix `bin/rails db:migrate` with specified `VERSION` | bogdanvlviv | 2017-11-06 | 1 | -4/+145 |
|/ |
|
* | Unneeded Mocha stubs for Kernel#system | Akira Matsuda | 2017-09-25 | 1 | -2/+0 |
* | Fix `can't modify frozen String` error in `DatabaseTasks` | yuuji.yaginuma | 2017-08-30 | 2 | -0/+35 |
* | Use frozen-string-literal in ActiveRecord | Kir Shatrov | 2017-07-19 | 4 | -0/+8 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 4 | -4/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 4 | -0/+4 |
* | pass `structure_dump_flags` / `structure_load_flags` options before any other: | Edouard CHIN | 2017-06-21 | 1 | -2/+2 |
* | Remove a duplicate test of mysql_rake_test | Koichi ITO | 2017-05-26 | 1 | -7/+0 |
* | Respect 'ignore_tables' in SQLite structure dump | Guillermo Iguaran | 2017-05-15 | 1 | -0/+20 |
* | Respect 'ignore_tables' in MySQL structure dump | Guillermo Iguaran | 2017-05-15 | 1 | -0/+16 |
* | Respect `ignore_tables` in Postgres structure dump | Rusty Geldmacher | 2017-05-15 | 1 | -0/+8 |
* | 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 |
* | Fix quoting in db:create grant all statement. | Rune Schjellerup Philosof | 2017-04-20 | 1 | -1/+1 |
* | Fixes #28359 | Philippe Guay | 2017-03-26 | 1 | -0/+8 |
* | Only remove comments before the first statement | Ari Pollak | 2017-02-24 | 1 | -3/+3 |
* | Drop comments from structure.sql in postgresql | Ari Pollak | 2017-02-24 | 1 | -3/+16 |