aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/railties
Commit message (Expand)AuthorAgeFilesLines
* Add `environment` as dependency of `load_config` (#31135)Yuji Yaginuma2017-11-141-24/+24
* Merge pull request #30414 from bogdanvlviv/clear-mysql_database_tasksRafael França2017-11-091-18/+0
|\
| * Simplify implementation of `MySQLDatabaseTasks`bogdanvlviv2017-10-301-18/+0
* | Fix `bin/rails db:migrate` with specified `VERSION`bogdanvlviv2017-11-061-4/+15
|/
* [Active Record] require => require_relativeAkira Matsuda2017-10-212-4/+4
* Fix `bin/rails db:setup` and `bin/rails db:test:prepare` create wrong ar_int...bogdanvlviv2017-10-151-2/+2
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-194-0/+8
* [Active Record] require => require_relativeAkira Matsuda2017-07-012-4/+4
* Also raise error when VERSION is nilRafael Mendonça França2017-04-271-2/+2
* Fixes #28359Philippe Guay2017-03-261-2/+5
* Fix `rake db:migrate:status` with subdirectoriesRyuta Kamizono2017-03-041-17/+2
* Deprecate `supports_migrations?` on connection adaptersRyuta Kamizono2017-02-271-2/+1
* Remove deprecated db:test:clone* tasksRafael Mendonça França2017-01-031-24/+0
* Dump schema cache for custom connectionKir Shatrov2017-01-011-4/+1
* Privatize unneededly protected methods in Active RecordAkira Matsuda2016-12-241-0/+2
* Describe what we are protectingAkira Matsuda2016-12-231-0/+2
* Use YAML to serialize schema cacheKir Shatrov2016-11-271-8/+8
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* revises most Lint/EndAlignment offensesXavier Noria2016-08-071-7/+7
* applies remaining conventions across the projectXavier Noria2016-08-062-9/+9
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-2/+2
* modernizes hash syntax in activerecordXavier Noria2016-08-061-41/+41
* applies new string literal convention in activerecord/libXavier Noria2016-08-062-65/+65
* Check if the logger exists before trying to use itRafael Mendonça França2016-07-171-1/+1
* issue FileUtils commands directly in Rake tasksXavier Noria2016-04-111-1/+1
* Check for protected environments before trying to load structure.sql filePrathamesh Sonpatki2016-04-101-1/+1
* Prevent db:schema:load to protected environmentsJerry Cheung2016-04-011-1/+1
* Creates development and test databases in db:migrate taskRafael Mendonça França2016-03-141-2/+2
* Add environment back to db:structure:loadAndrew White2016-01-231-1/+1
* Allow manually setting environment valueschneems2016-01-111-0/+6
* Merge pull request #22967 from schneems/schneems/generic-metadataSean Griffin2016-01-081-5/+13
|\
| * Prevent destructive action on production databaseschneems2016-01-071-5/+13
* | Refer to rails command instead of rake in a bunch of placesDavid Heinemeier Hansson2015-12-181-1/+1
|/
* Revert "Merge pull request #22502 from maclover7/remove-deprecation-notice"Arthur Neves2015-12-111-0/+8
* Merge pull request #22502 from maclover7/remove-deprecation-noticeArthur Nogueira Neves2015-12-111-8/+0
|\
| * Remove unused deprecation noticeJon Moss2015-12-051-8/+0
* | Make `db:migrate:status` to render `1_some.rb` format migrate files.yui-knk2015-11-021-5/+7
|/
* fix typo in `db:purge` description [ci skip]yuuji.yaginuma2015-10-281-1/+1
* Fix out of sync commentBrandon Conway2015-09-231-1/+1
* introduce `conn.data_source_exists?` and `conn.data_sources`.Yves Senn2015-09-221-1/+1
* Merge pull request #21529 from rngtng/move-migrations-paths-to-database-taskYves Senn2015-09-091-7/+7
|\
| * Use `ActiveRecord::Tasks::DatabaseTasks.migrations_paths` instead of `Migrato...Tobias Bielohlawek2015-09-071-9/+8
|/
* [ci skip] Replace `AR` with `Active Record` in task descyui-knk2015-09-071-1/+1
* follow-up to 2183caa, always reenable the task. #20743Yves Senn2015-06-301-3/+3
* `dump_schema_after_migration` applies migration tasks other than db:migrateYves Senn2015-06-301-9/+12
* Fix descriptions of databases.rake [ci skip]Mehmet Emin İNAÇ2015-06-171-11/+11
* Small refactor on db:resetArthur Neves2015-06-151-4/+1
* make sure to load_config for db:abort_if_pending_migrationsSteven Davidovitz2015-05-041-1/+1
* Revert "Merge pull request #17920 from calebthompson/dont-rely-on-environment...Yves Senn2015-04-271-1/+1
* Don't invoke sql_runtime if logger is not set to infoeileencodes2015-04-041-1/+1