aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/migration.rb
Commit message (Expand)AuthorAgeFilesLines
* Add missing space and newline for clarityKang-Kyu Lee2016-05-121-3/+3
* Fix small typo in Active Record Migrations documentation [ci skip]Erol Fornoles2016-05-031-1/+1
* Replace `Rails.version.to_f` with Active RecordJon Moss2016-04-301-1/+1
* Migrations: move version-finding responsibilityyui-knk2016-04-291-7/+1
* Cleanup message shown while running destructive action against protected data...Prathamesh Sonpatki2016-04-101-2/+2
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-04-031-1/+1
|\
| * format as code [ci-skip]Gaurish Sharma2016-03-141-1/+1
* | Change for `ActiveRecord::Migration.[]` to raise `ArgumentError` instead of `...yui-knk2016-03-241-1/+1
|/
* refer to rails command instead of rake in environment erroryuuji.yaginuma2016-01-191-2/+2
* Revert "Revert "Set environment even when no migration runs""schneems2016-01-141-18/+30
* Revert "Set environment even when no migration runs"Sean Griffin2016-01-141-30/+18
* Merge pull request #23017 from schneems/schneems/migration-sets-environment-v...Richard Schneeman2016-01-141-18/+30
|\
| * Set environment even when no migration runsschneems2016-01-111-1/+10
| * Clean up duplicate migration logicschneems2016-01-111-17/+20
* | Allow manually setting environment valueschneems2016-01-111-6/+11
|/
* Merge pull request #22967 from schneems/schneems/generic-metadataSean Griffin2016-01-081-1/+49
|\
| * Fixing tests and re-locating error checking.schneems2016-01-081-7/+8
| * Fix kwarg to not have circular dependencyschneems2016-01-081-1/+1
| * Use hash like syntax for InternalMetadataschneems2016-01-081-3/+3
| * Add EnvironmentMismatchErrorschneems2016-01-081-2/+14
| * Prevent destructive action on production databaseschneems2016-01-071-1/+36
* | Lets not put fullstop at the end of a migration pending commandPrathamesh Sonpatki2015-12-311-2/+2
* | Refer to rails command instead of rake in a bunch of placesDavid Heinemeier Hansson2015-12-181-6/+6
|/
* Use a real migration version number in docsMatthew Draper2015-12-151-15/+15
* Find the delegate, even in a deeper inheritance treeMatthew Draper2015-12-151-1/+5
* Use a deliberately-invalid migration version in all doc examplesMatthew Draper2015-12-151-15/+15
* Add migration versioning via Migration subclassesMatthew Draper2015-12-151-0/+26
* 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