aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/migration.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Fix `rake db:migrate:status` with subdirectoriesRyuta Kamizono2017-03-041-7/+25
* Deprecate `supports_migrations?` on connection adaptersRyuta Kamizono2017-02-271-8/+4
* show correct class name in migration inherited directly erroryuuji.yaginuma2017-01-241-1/+1
* Deprecate `initialize_schema_migrations_table` and `initialize_internal_metad...Ryuta Kamizono2017-01-201-2/+2
* Revert "Merge pull request #27718 from kamipo/remove_internal_public_methods"Matthew Draper2017-01-201-2/+2
* Remove `initialize_schema_migrations_table` and `initialize_internal_metadata...Ryuta Kamizono2017-01-181-2/+2
* class Foo < Struct.new(:x) creates an extra unneeded anonymous classAkira Matsuda2017-01-131-2/+2
* Preserve `up` and `down` return typeschneems2017-01-061-2/+4
* Raises when `ActiveRecord::Migration` is inherited directly.Rafael Mendonça França2016-12-291-1/+4
* `#tables` and `#table_exists?` and returns only tables and not viewsRafael Mendonça França2016-12-291-6/+4
* 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