aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/tasks
Commit message (Expand)AuthorAgeFilesLines
* Only remove comments before the first statementAri Pollak2017-02-241-4/+9
* Drop comments from structure.sql in postgresqlAri Pollak2017-02-241-0/+15
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-2/+2
* Remove unneeded requires at active recordRafael Mendonça França2017-01-031-2/+0
* Dump schema cache for custom connectionKir Shatrov2017-01-011-0/+10
* Remove deprecated #load_schema_forRafael Mendonça França2016-12-291-8/+0
* Remove original_exception from ActiveRecord::StatementInvalidRafael Mendonça França2016-12-291-1/+1
* Remove try! usage in sqlite_database_tasks.Kasper Timm Hansen2016-12-291-2/+2
* Make ActiveRecord structure load/dump configurableKir Shatrov2016-12-224-11/+28
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-292-2/+2
* Use Regexp#match? rather than Regexp#===Ryuta Kamizono2016-10-262-2/+2
* Fix Remaining Case-In-Assignment Statement FormattingAlex Kitchens2016-09-061-8/+9
* Fix broken heredoc indentation caused by rubocop auto-correctRyuta Kamizono2016-09-031-1/+1
* revises most Lint/EndAlignment offensesXavier Noria2016-08-071-3/+3
* applies remaining conventions across the projectXavier Noria2016-08-061-6/+6
* normalizes indentation and whitespace across the projectXavier Noria2016-08-064-116/+116
* modernizes hash syntax in activerecordXavier Noria2016-08-061-1/+1
* applies new string literal convention in activerecord/libXavier Noria2016-08-064-71/+71
* 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
* | Merge pull request #24773 from ralinc/fix-silent-fail-on-psql-commandArthur Nogueira Neves2016-06-161-1/+2
|\ \
| * | PostgreSQL: Fix db:structure:load silent failure on SQL errorRalin Chimev2016-05-101-1/+2
* | | Add to_hash to specificationArthur Neves2016-05-251-1/+1
* | | Remove `name` from `establish_connection`Arthur Neves2016-05-241-1/+1
|/ /
* | s/specification_name/connection_specification_nameArthur Neves2016-05-061-1/+1
* | s/specification_id/specification_nameArthur Neves2016-05-051-1/+1
* | Retrive the right pool for db tasksArthur Neves2016-05-051-2/+2
* | Added notice when a database is successfully created or dropped.bogdanvlviv2016-04-171-2/+4
* | Make 'migrate' clear the schema cache afterwardChris Arcand2016-03-241-0/+1
* | Creates development and test databases in db:migrate taskRafael Mendonça França2016-03-141-2/+1
* | Fix typo `--ssl-cipher`Ryuta Kamizono2016-03-061-1/+1
* | reestablish previous connection after creating all databasesAaron Patterson2016-02-231-0/+4
|/
* match the environment variable name that actually checking and error messageyuuji.yaginuma2016-01-091-1/+1
* Merge pull request #22967 from schneems/schneems/generic-metadataSean Griffin2016-01-081-0/+18
|\
| * Fixing tests and re-locating error checking.schneems2016-01-081-2/+2
| * Use hash like syntax for InternalMetadataschneems2016-01-081-1/+1
| * Add EnvironmentMismatchErrorschneems2016-01-081-2/+11
| * Prevent destructive action on production databaseschneems2016-01-071-0/+9
* | Refer to rails command instead of rake in a bunch of placesDavid Heinemeier Hansson2015-12-181-1/+1
* | Remove legacy mysql adapterAbdelkader Boudih2015-12-171-2/+0
|/
* Fix rake db:structure:dump on Postgres when multiple schemas are used.Nick Muerdter2015-11-191-2/+2
* Remove `DEFAULT_CHARSET` and `DEFAULT_COLLATION` in `MySQLDatabaseTasks`Ryuta Kamizono2015-11-021-8/+0
* Exit with non-zero status when db:drop failsJay Hayes2015-10-201-1/+2
* Exit with non-zero status when db:create failsJay Hayes2015-10-201-1/+2
* Fix test of drop failureJay Hayes2015-10-201-1/+5
* applies new doc guidelines to Active Record.Yves Senn2015-10-141-2/+2
* fix RDoc list markup in `DatabaseTasks`. [ci skip]Yves Senn2015-10-141-7/+7
* Remove deprecated pg_dump -i flagPaul Sadauskas2015-10-101-1/+1
* Merge pull request #20569 from theSteveMitchell/masterYves Senn2015-09-221-9/+18
|\