aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/migration.rb
Commit message (Expand)AuthorAgeFilesLines
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-7/+7
* let Regexp#match? be globally availableXavier Noria2016-10-271-1/+0
* update doc about `change_column_default` [ci skip]yuuji.yaginuma2016-10-191-2/+4
* Add missing require for zlibLars Kanis2016-10-011-0/+1
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-5/+5
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-2/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-115/+115
* modernizes hash syntax in activerecordXavier Noria2016-08-061-1/+1
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-6/+6
* adds missing requiresXavier Noria2016-07-241-1/+2
* systematic revision of =~ usage in ARXavier Noria2016-07-231-1/+1
* Remove tab chars before commands to be runÉtienne Barrié2016-07-201-4/+4
* 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