aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/railties
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Schema creation doesn't load the appTamir Duberstein2015-02-111-1/+1
* Use `SCHEMA` instead of `DB_STRUCTURE` for specifiying structure file.Dieter Komendera2015-01-081-3/+3
* Replace deprecated `#load_schema` with `#load_schema_for`.Yves Senn2014-12-231-2/+2
* Remove environment dependency for db:schema:loadCaleb Thompson2014-12-041-1/+1
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* bring back `db:test:prepare`.Yves Senn2014-11-251-5/+5
* Add comment to point out String#[] is intentionalAndrew White2014-11-021-0/+1
* Revert "Replace String index juggling with Pathname goodness in db:fixtures:l...yuuji.yaginuma2014-11-021-1/+1
* Use Hash#each_key instead of Hash#keys.eachErik Michaels-Ober2014-09-291-1/+1
* schema rake tasks are specific about the configuration to act on.Yves Senn2014-08-061-10/+4
* Add ActiveRecord::Tasks::DatabaseTasks.migrateJack Danger Canty2014-07-311-4/+1
* Use AR::SchemaMigration.table_exists? call instead of longish AR::Base...etc,etcViktar Basharymau2014-06-271-1/+1
* Extract AR::SchemaMigration.normalized_versions methodViktar Basharymau2014-06-271-2/+1
* db:migrate:status refactoring: Rewrite hand-crafted SQL query with ActiveReco...Viktar Basharymau2014-06-271-1/+1