aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/tasks/mysql_database_tasks.rb
Commit message (Expand)AuthorAgeFilesLines
* Move DatabaseAlreadyExists detection to DB adapterJohn Hawthorn2019-07-291-6/+0
* Use connection.error_number in MySQLDatabaseTasksJohn Hawthorn2019-07-251-1/+1
* MySQL: Check error number instead of a messageyuuji.yaginuma2019-07-111-1/+3
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Extract `truncate` and `truncate_tables` into database statementsRyuta Kamizono2019-03-171-10/+0
* Allow `truncate` for SQLite3 adapter and add `rails db:seed:replant` (#34779)Bogdan2019-03-041-0/+10
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* Turn on performance based copsDillon Welch2018-07-231-3/+1
* Simplify implementation of `MySQLDatabaseTasks`bogdanvlviv2017-10-301-45/+0
* Raise error if unsupported charset for mysqlbogdanvlviv2017-10-301-3/+1
* [Active Record] require => require_relativeAkira Matsuda2017-10-211-1/+1
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Merge branch 'master' into require_relative_2017Xavier Noria2017-07-021-1/+1
|\
| * Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
| * Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-021-0/+1
| |\
| | * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
| * | Merge pull request #29506 from pat/frozen-string-literalsMatthew Draper2017-07-021-1/+1
| |\ \ | | |/ | |/|
| | * Make ActiveRecord frozen string literal friendly.Pat Allan2017-06-201-1/+1
* | | [Active Record] require => require_relativeAkira Matsuda2017-07-011-1/+1
|/ /
* | PR ReviewEdouard CHIN2017-06-211-2/+2
* | pass `structure_dump_flags` / `structure_load_flags` options before any other:Edouard CHIN2017-06-211-2/+2
|/
* Respect 'ignore_tables' in MySQL structure dumpGuillermo Iguaran2017-05-151-0/+6
* Fix quoting in db:create grant all statement.Rune Schjellerup Philosof2017-04-201-1/+1
* Make ActiveRecord structure load/dump configurableKir Shatrov2016-12-221-2/+4
* Use Regexp#match? rather than Regexp#===Ryuta Kamizono2016-10-261-1/+1
* Fix broken heredoc indentation caused by rubocop auto-correctRyuta Kamizono2016-09-031-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-58/+58
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-28/+28
* systematic revision of =~ usage in ARXavier Noria2016-07-231-1/+1
* Merge pull request #23301 from ppworks/improve_mysqldumpArthur Nogueira Neves2016-06-171-0/+1
|\
| * Skip comments when exec mysqldumpNaoto Koshikawa2016-01-281-0/+1
* | Fix typo `--ssl-cipher`Ryuta Kamizono2016-03-061-1/+1
|/
* Remove legacy mysql adapterAbdelkader Boudih2015-12-171-2/+0
* Remove `DEFAULT_CHARSET` and `DEFAULT_COLLATION` in `MySQLDatabaseTasks`Ryuta Kamizono2015-11-021-8/+0
* Merge pull request #20569 from theSteveMitchell/masterYves Senn2015-09-221-9/+18
|\
| * Check response of structure_load for mysql_database_tasks and make structure_...Steve Mitchell2015-09-181-9/+19
|/
* Fix undefined method error on exceptionDavid Rodríguez2015-07-111-1/+1
* Changed mysqldump to include sprocs and functionsJonathan Worek2015-05-221-0/+1
* Add full set of MySQL CLI options to support SSL authentication when using db...Alex Coomans2015-05-121-9/+15
* activerecord: rake db:create shows underlying error message.Paul Annesley2014-11-041-0/+1
* fix, mysql `db:purge` respects `Rails.env`.Yves Senn2014-07-241-1/+1
* /mysql/i -> MySQL, Spell correct in continuation to #15555Akshay Vishnoi2014-06-141-1/+1
* Convert Fixnum into String the port number in MySQLKenta Okamoto2013-10-181-1/+2
* `rake db:create` does not change permissions of root user.Yves Senn2013-03-171-1/+3
* rake db:structure:dump warns when `mysqldump` is not in PATH.Yves Senn2013-03-061-1/+4
* Improve mysql database tasks handling to ensure we always rescue from an exce...Carlos Antonio da Silva2013-01-151-9/+13
* Fix AR tests due to Mysql constant not being definedCarlos Antonio da Silva2013-01-121-5/+5
* Bring back "database already exists" messages when running rake tasksCarlos Antonio da Silva2013-01-121-9/+9
* Correct default charset/collation for mysql dbsJeremy Kemper2012-09-211-6/+9
* Use default charset/collation only if *neither* is specified. Otherwise we se...Jeremy Kemper2012-09-211-4/+7