aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/tasks
Commit message (Expand)AuthorAgeFilesLines
...
* Fix `bin/rails db:setup` and `bin/rails db:test:prepare` create wrong ar_int...bogdanvlviv2017-10-151-7/+8
* Fix `can't modify frozen String` error in `DatabaseTasks`yuuji.yaginuma2017-08-302-2/+2
* Merge pull request #30159 from allcentury/dump-temp-file-permissionsRafael França2017-08-111-1/+1
|\
| * Use copy to preserve file permissionsAnthony Ross2017-08-091-1/+1
* | Update database duplication checkzverok2017-08-111-1/+1
|/
* Avoid modifying frozen string in check_schema_fileEugene Kenny2017-07-231-1/+1
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-194-0/+8
* * Don't eagerly require Rails' minitest plugin.Kasper Timm Hansen2017-07-101-1/+1
* 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-024-4/+0
| * Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-024-0/+4
| |\
| | * Enforce frozen string in RubocopKir Shatrov2017-07-014-0/+4
| * | 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
|/
* Should use `quote` for a string literalRyuta Kamizono2017-06-011-1/+1
* Fix a RuboCop offences using `rubocop -a`Koichi ITO2017-05-241-3/+3
* Improvements for SQLite rake task.Guillermo Iguaran2017-05-151-7/+18
* Respect 'ignore_tables' in SQLite structure dumpGuillermo Iguaran2017-05-151-1/+10
* Respect 'ignore_tables' in MySQL structure dumpGuillermo Iguaran2017-05-151-0/+6
* Respect `ignore_tables` in Postgres structure dumpRusty Geldmacher2017-05-151-0/+6
* Defer loading each DB Tasks class from AR DatabaseTasksAkira Matsuda2017-05-111-6/+6
* Refactor AR::Tasks::DatabaseTasks::migratebogdanvlviv2017-04-261-1/+1
* Fix quoting in db:create grant all statement.Rune Schjellerup Philosof2017-04-201-1/+1
* Fixes #28359Philippe Guay2017-03-261-1/+3
* 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