aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/migration.rb
Commit message (Expand)AuthorAgeFilesLines
* adding missed changekayvan2014-02-111-1/+1
* adding connection parameter to check_pending for migrationskayvan2014-02-111-5/+5
* activerecord: Initialize Migration with version from MigrationProxy.Dylan Thacker-Smith2014-01-061-1/+1
* Automatically maintain test database schemaJon Leighton2014-01-021-0/+13
* ActiveRecord migration exception message formattingJohn Joseph Bachir2013-12-031-8/+15
* Remove deprecated cattr_* requiresGenadi Samokovarov2013-12-031-1/+1
* Use `SchemaStatements#initialize_schema_migrations_table` instead of `ActiveR...Ryuta Kamizono2013-11-201-1/+1
* Refer to Rails.env only when Rails is definedAkira Matsuda2013-11-111-1/+5
* Warnings removed for ruby trunkArun Agrawal2013-11-011-1/+1
* Fix migration docs to use new remove_column semanticsPaul Nikitochkin2013-10-251-2/+2
* Changing deprecation_horizon to be Rails 4.2wangjohn2013-08-241-1/+1
* Making proper_table_name take in options.wangjohn2013-08-221-18/+40
* Avoid "uninitialized constant ActiveRecord::PendingMigrationError::Rails"Akira Matsuda2013-07-291-1/+1
* rake -> bin/rakeSteve Klabnik2013-07-241-1/+1
* remove leftover if after deprecation removal (68563128).Yves Senn2013-07-041-4/+1
* Remove deprecated block filter from `ActiveRecord::Migrator#migrate`.Yves Senn2013-07-041-9/+1
* Remove deprecated String constructor from `ActiveRecord::Migrator`.Yves Senn2013-07-041-3/+0
* Fix Build. Changing constructor.Arun Agrawal2013-06-051-3/+3
* only check pending migrations if there are new filesAaron Patterson2013-06-051-2/+25
* Fix #10789. Now at last ::Logger doesn't support #silence method .kennyj2013-06-051-3/+1
* copy edits [ci skip]Vijay Dev2013-05-121-5/+1
* Added documentation for ActiveRecord::Base#next_migration_numberaditya-kapoor2013-05-091-0/+5
* Remove code duplicationNeeraj Singh2013-04-241-8/+9
* Improve the error messageRafael Mendonça França2013-04-191-1/+1
* Support transactions in Migrator.runbondarev2013-04-181-5/+12
* mark ReversibleBlockHelper as :nodoc: [ci skip]Francesco Rodriguez2013-04-041-1/+1
* Fixed typos in activerecordPrathamesh Sonpatki2013-03-271-1/+1
* Changed the call to .sort.last to .max when computing the migration version. Youwangjohn2013-03-191-1/+1
* Preserve magic comments and content encoding of copied migrations.OZAWA Sakuro2013-03-091-3/+12
* Fix changelog indent, remove self from method call in changelog/doc examplesCarlos Antonio da Silva2013-03-081-1/+2
* transactions can be turned off per Migration.Yves Senn2013-03-051-7/+37
* Use `silence` instead of `quietly` to silence the `CheckPending` middleware.Lucas Mazza2013-01-261-1/+1
* Fixes for PR [#8267]Marc-Andre Lafortune2012-12-221-1/+10
* Correctly shows RAILS_ENV=development even when ENV['RAILS_ENV'] is not set (...Andy Lindeman2012-12-211-1/+1
* Add Migration#reversible for reversible data operations [#8267]Marc-Andre Lafortune2012-12-211-0/+41
* Allow revert of whole migration [#8267]Marc-Andre Lafortune2012-12-211-3/+39
* Extract exec_migration [#8267]Marc-Andre Lafortune2012-12-211-11/+16
* Allow reverting of migration commands with Migration#revert [#8267]Marc-Andre Lafortune2012-12-211-25/+45
* recognize migrations, in folders containing numbers and 'rb'.Yves Senn2012-12-131-1/+1
* Move to the schema-migrations-metadata branch.Jeremy Kemper2012-12-091-17/+7
* Add metadata to schema_migrationsJosh Susser2012-12-011-7/+17
* stop raising so many exceptionsAaron Patterson2012-11-071-1/+5
* Fixed grammar in migration pending error.Steve Klabnik2012-11-021-1/+1
* Make caller attribute in deprecation methods optionalAlexey Gaziev2012-10-301-1/+1
* Provide a call stack for deprecation warnings where needed.Nikita Afanasenko2012-10-291-3/+2
* Don't log on pending migration check schneems2012-10-281-1/+3
* Fix missing typewriter tagLincoln Lee2012-10-081-1/+1
* fix example in Migration docs [ci skip]Francesco Rodriguez2012-09-301-1/+1
* add change_table transformation to Migration docs [ci skip]Francesco Rodriguez2012-09-301-16/+19
* Revert "Remove update_attribute."Rafael Mendonça França2012-08-251-2/+2