aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/migration.rb
Commit message (Expand)AuthorAgeFilesLines
* [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
* | Merge pull request #10798 from jcxplorer/fix-enable_extension-with-table_name...Rafael Mendonça França2014-05-191-1/+1
|\ \
| * | Fix migrations with enable_extensionJoao Carlos2013-05-291-1/+1
* | | Remove dead test code for unsupported adaptersSean Griffin2014-05-171-1/+1
| |/ |/|
* | 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