aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/migration.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename 'key' to 'lock_id' or 'lock_name' for advisory lockingSam Davies2015-11-181-4/+4
* Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`yui-knk2015-11-091-4/+6
* Make `db:migrate:status` to render `1_some.rb` format migrate files.yui-knk2015-11-021-2/+10
* Use advisory locks to prevent concurrent migrationsSam Davies2015-10-301-23/+72
* Merge pull request #20934 from maurogeorge/migration-transformations-docSean Griffin2015-10-201-15/+51
|\
| * Add missed Available transformations to migration DocMauro George2015-07-221-15/+50
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-10-041-1/+1
|\ \
| * | [ci skip] Fix commentyui-knk2015-10-021-1/+1
* | | Fix minor docs [ci skip] amitkumarsuroliya2015-09-281-1/+1
|/ /
* | remove dead code.Yves Senn2015-09-091-4/+0
* | remove dead code.Yves Senn2015-09-091-4/+0
* | Make ActiveRecordException descendants args optionalPavel Pravosud2015-09-071-12/+30
* | Merge pull request #21412 from yui-knk/feature/irreversible_migration_error_msgYves Senn2015-09-041-1/+71
|\ \
| * | [ci skip] Add comments for `IrreversibleMigration`yui-knk2015-08-291-0/+70
* | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-08-301-1/+1
|\ \ \ | |/ / |/| |
| * | [ci skip] Fix file name generated by `rails generate`yui-knk2015-08-241-1/+1
* | | Merge pull request #21336 from yui-knk/refactor/to_use_getterRafael Mendonça França2015-08-261-7/+7
|\ \ \
| * | | Use `ActiveRecord::Migration#connection` instead of `@connection`yui-knk2015-08-231-7/+7
* | | | [ci skip] Fix migration file's timestampyui-knk2015-08-241-1/+1
| |/ / |/| |
* | | Remove not used a block argument (`&block`)yui-knk2015-08-231-1/+1
|/ /
* | better docs for `disable_ddl_transaction!`. Closes #21044.Yves Senn2015-08-211-1/+4
* | Merge pull request #21283 from ravindrakumawat/add_docs_for_pending_migrationYves Senn2015-08-181-0/+1
|\ \
| * | Add Docs for ActiveRecord #check_pending [ci skip]ravindra kumar kumawat2015-08-181-0/+1
* | | better docs for ActiveRecord::Migration#table_name_optionsBrendan Buckingham2015-08-061-1/+3
| |/ |/|
* | Add table name prefix and suffix support to add_foreign_key and remove_foreig...Mehmet Emin İNAÇ2015-06-251-1/+2
* | Merge pull request #20259 from rastasheep/rastasheep-patch-1Yves Senn2015-06-191-2/+2
|\ \
| * | Fix typo [ci skip]Aleksandar Diklic2015-05-221-2/+2
| |/
* | Merge pull request #20550 from maurogeorge/add_reference-rdocYves Senn2015-06-151-0/+3
|\ \ | |/ |/|
| * Add RDoc about add_reference to ActiveRecord::MigrationMauro George2015-06-131-0/+6
|/
* [ci skip] Remove comments about Rails 3.1claudiob2015-05-111-15/+0
* [ci skip] Fix comment, since Rails 3.1 is outclaudiob2015-05-111-2/+1
* Fix typo [ci skip]Luke Hutscal2015-02-231-1/+1
* fix column name in migration example [ci skip]Daniël de Vries2015-02-191-1/+1
* Do not check only for the Rails constantRafael Mendonça França2015-01-021-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-1/+8
* cleanup, remove trailing whitespace [ci skip]Yves Senn2014-11-241-2/+2
* Don't attempt to load the schema file in tests if none existsSean Griffin2014-10-311-1/+1
* Load test schema even if there are no migrationsSean Griffin2014-10-311-1/+5
* [ci skip] add doc for STEP in migrationAditya Kapoor2014-08-211-3/+6
* [ci skip] correct docs about the migration generationAditya Kapoor2014-08-211-9/+2
* Correctly determine if migration is needed.Jeremy McNevin2014-08-131-9/+8
* schema rake tasks are specific about the configuration to act on.Yves Senn2014-08-061-1/+1
* Remove redundant `self.` in class method callsJack Danger Canty2014-07-301-5/+5
* do not hold on to a stale connection object. fixes #15998Aaron Patterson2014-07-011-4/+9
* fk: dump foreign keys to schema.rbYves Senn2014-06-261-1/+3
* Merge pull request #13963 from lucas-clemente/pending_migrationsRafael Mendonça França2014-06-161-5/+8
|\
| * skip migration check if adapter doesn't support itLucas Clemente2014-04-191-5/+8
* | `bin/rake db:migrate:status` works with legacy migration numbers.Yves Senn2014-06-061-1/+1
* | Remove deprecated method ActiveRecord::Migrator.proper_table_nameAkshay Vishnoi2014-06-051-13/+0