aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration
Commit message (Expand)AuthorAgeFilesLines
* Make 'enable_extension' revertibleEric Tipton2013-08-101-0/+10
* removes the obsolete private method column_methods_hash [Closes #11406]Xavier Noria2013-07-161-15/+6
* Removed unused test for DateTime.local_offsetArun Agrawal2013-07-071-20/+0
* Fixes #10432 add_column not creating array columns in PostgreSQLAdam Anderson2013-06-041-0/+29
* Remove behavior that deals with a string as third argument of `add_index`, be...kennyj2013-06-021-10/+0
* Fix class and method name typosVipul A M2013-05-121-1/+1
* anual_salary => annual_salaryVipul A M2013-03-281-3/+3
* respect auto_increment in rename_column for mysqlVipul A M2013-03-271-0/+7
* transactions can be turned off per Migration.Yves Senn2013-03-051-1/+1
* Oracle enhanced adapter shortens its name if it is longer than 30 bytesYasuo Honda2013-02-241-2/+10
* also rename the test-case class inside columns_test.rbYves Senn2013-02-241-1/+1
* rename_column_test.rb -> columns_test.rb to reveal intent.Yves Senn2013-02-231-0/+0
* forwardport #9388 rename/remove column preserves custom PK.Yves Senn2013-02-231-1/+15
* Fix warningRafael Mendonça França2013-02-211-1/+1
* also rename indexes when a table or column is renamedYves Senn2013-02-202-3/+34
* reserve index name chars for internal rails operationsYves Senn2013-02-202-5/+34
* Remove extra sort from testVipul A M2013-01-211-3/+3
* Standardize the use of current_adapter?Rafael Mendonça França2013-01-011-2/+2
* Address a failure test_remove_column_with_multi_column_index with Oracle data...Yasuo Honda2013-01-021-2/+3
* Alias refute methods to assert_not and perfer assert_not on testsRafael Mendonça França2012-12-315-26/+26
* Add active_support/testing/autorunRafael Mendonça França2012-12-311-0/+1
* work off FIXME comments in AR rename_column_test.rbYves Senn2012-12-281-9/+22
* Remove duplicated methods in command recorder and duplicated test nameCarlos Antonio da Silva2012-12-211-1/+1
* Make execute, change_column and remove_columns methods actually irreversibleMarc-Andre Lafortune2012-12-211-1/+7
* Make change_table reversible when possible [#8267]Marc-Andre Lafortune2012-12-211-0/+20
* Factorize methods that are easily reversible [#8267]Marc-Andre Lafortune2012-12-211-8/+8
* Make remove_index reversible [#8267]Marc-Andre Lafortune2012-12-211-3/+24
* Differentiate between remove_column and remove_columns. Make remove_column re...Marc-Andre Lafortune2012-12-212-3/+14
* Make drop_table reversible [#8267]Marc-Andre Lafortune2012-12-211-11/+24
* Add drop_join_table [#8267]Marc-Andre Lafortune2012-12-212-4/+52
* Allow reverting of migration commands with Migration#revert [#8267]Marc-Andre Lafortune2012-12-211-48/+51
* Simplify change_table and avoid duplicated logicMarc-Andre Lafortune2012-12-211-26/+5
* Keep index names when using with sqlite3Yves Senn2012-12-191-0/+10
* Move to the schema-migrations-metadata branch.Jeremy Kemper2012-12-092-2/+24
* Remove method redefined warningsCarlos Antonio da Silva2012-12-061-1/+1
* Add metadata to schema_migrationsJosh Susser2012-12-012-25/+3
* Move migration test together with other join table testsCarlos Antonio da Silva2012-11-211-0/+6
* Initialize accessors to remove some warnings in Ruby 2.0Carlos Antonio da Silva2012-11-191-4/+2
* Add rename_index to change_table.Jarek Radosz2012-11-191-0/+7
* Check if the options value is present before to send the deprecationRafael Mendonça França2012-11-031-2/+2
* Deprecate passing a string as third argument of `add_index`Rafael Mendonça França2012-11-021-0/+10
* Raise an ArgumentError when passing an invalid option to add_indexRafael Mendonça França2012-11-021-0/+6
* raise `ArgumentError` when redefining the primary key column. Closes #6378Yves Senn2012-10-281-0/+20
* Cleanup trailing whitespacesdfens2012-10-121-1/+1
* column default extraction should handle newlines.Aaron Patterson2012-08-171-0/+8
* Remove ActiveRecord::Base.to_aJon Leighton2012-08-031-2/+2
* ActiveRecord::Base.all returns a Relation.Jon Leighton2012-07-271-2/+2
* revert Default timestamps to non-nullDave Kroondyk2012-07-182-6/+6
* Merge pull request #7028 from lexmag/join_table_indexesJosé Valim2012-07-181-3/+17
|\
| * Add join table migration generatorAleksey Magusev2012-07-181-3/+17