aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/tasks/sqlite_database_tasks.rb
Commit message (Expand)AuthorAgeFilesLines
* 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-7/+1
* Fix `can't modify frozen String` error in `DatabaseTasks`yuuji.yaginuma2017-08-301-1/+1
* 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
* Should use `quote` for a string literalRyuta Kamizono2017-06-011-1/+1
* Improvements for SQLite rake task.Guillermo Iguaran2017-05-151-7/+18
* Respect 'ignore_tables' in SQLite structure dumpGuillermo Iguaran2017-05-151-1/+10
* 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-221-4/+6
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-6/+6
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-5/+5
* Fix test of drop failureJay Hayes2015-10-201-1/+5
* Revert "Revert "Merge pull request #15394 from morgoth/fix-automatic-maintain...Yves Senn2014-08-061-1/+5
* Revert "Merge pull request #15394 from morgoth/fix-automatic-maintaining-test...Rafael Mendonça França2014-07-021-5/+1
* Fixed automatic maintaining test schema to properly handle sql structure sche...Wojciech Wnętrzak2014-06-121-1/+5
* let the sqlite task run without railsDamien Mathieu2013-08-071-1/+1
* Fix AR tests due to Mysql constant not being definedCarlos Antonio da Silva2013-01-121-1/+0
* Bring back "database already exists" messages when running rake tasksCarlos Antonio da Silva2013-01-121-4/+1
* Refactor db:structure:load task.kennyj2012-06-211-0/+5
* Refactor db:structure:dump task.kennyj2012-06-201-0/+5
* Refactor db:charset taskSimon Jefford2012-06-191-1/+5
* fix invalid syntax and sqlite rake failing testsFrancesco Rodriguez2012-06-181-2/+3
* add :nodoc: to AR::Tasks and update to follow the coding conventionsFrancesco Rodriguez2012-06-181-28/+31
* check if sqlite3 file exists before removeFrancesco Rodriguez2012-06-181-3/+3
* Rails is the default (but now override able) source for environment and path.Pat Allan2012-06-171-3/+7
* Cleaning up after some warnings, adding slightly higher-level tests.Pat Allan2012-06-171-1/+3
* db:drop and some of db:test:purge.Pat Allan2012-06-171-0/+10
* db:create for PostgreSQL pulled out into a class.Pat Allan2012-06-171-3/+5
* db:create for MySQL now much cleaner.Pat Allan2012-06-171-0/+19