aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/tasks/sqlite_rake_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Prevent leaking of user's DB credentials on `rails db:create` failurebogdanvlviv2018-08-291-1/+1
* Stub with Minitest and test with MethodCallAssertionsutilum2018-08-131-3/+3
* Use MethodCallAssertions instead of Mocha#expectsutilum2018-07-191-3/+3
* Clarify test casesbogdanvlviv2018-07-151-6/+4
* Stub with Minitest instead of Mochautilum2018-07-151-47/+56
* Replace shallow mocks with Ruby classesutilum2018-07-101-2/+5
* Reduce mocking by testing value instead of method callutilum2018-07-091-4/+1
* Remove unnecessary Mocha stubsutilum2018-07-071-19/+4
* assert_called_withutilum2018-04-261-6/+11
* assert_calledutilum2018-04-261-3/+3
* Fix `can't modify frozen String` error in `DatabaseTasks`yuuji.yaginuma2017-08-301-0/+25
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Respect 'ignore_tables' in SQLite structure dumpGuillermo Iguaran2017-05-151-0/+20
* assert_equal takes expectation firstAkira Matsuda2016-12-261-3/+3
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-165/+165
* modernizes hash syntax in activerecordXavier Noria2016-08-061-1/+1
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-40/+40
* Fix isolated test failures due to referencing ActiveRecord::Tasks::DatabaseAl...Jeremy Daer2016-04-181-0/+1
* Added notice when a database is successfully created or dropped.bogdanvlviv2016-04-171-2/+28
* Exit with non-zero status when db:create failsJay Hayes2015-10-201-1/+1
* tests, run adapter specific rake tests only for the right adapter.Yves Senn2014-07-241-0/+2
* Revert "Properly require database tasks so we have access to the raised const...Rafael Mendonça França2013-11-191-1/+0
* Revert "Explicitly exit with status "1" for create and drop failures"Rafael Mendonça França2013-11-191-9/+3
* Properly require database tasks so we have access to the raised constantCarlos Antonio da Silva2013-11-171-0/+1
* Merge pull request #12531 from iamvery/database-tasks-exit-statusRafael Mendonça França2013-11-151-3/+9
|\
| * Explicitly exit with status "1" for create and drop failuresJay Hayes2013-11-111-3/+9
* | Warnings removed for ruby trunkArun Agrawal2013-11-011-3/+3
|/
* More polite cleanup for sqlite testsBogdan Gusiev2012-07-291-4/+4
* Extract collation tasks to database tasks.kennyj2012-07-011-0/+21
* Move tasks(rake) tests to under the tasks dir.kennyj2012-06-241-0/+170