aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration/change_schema_test.rb
Commit message (Expand)AuthorAgeFilesLines
* SQLite3: Implement `add_foreign_key` and `remove_foreign_key`Ryuta Kamizono2019-02-111-1/+5
* Migrations will raise an exception if there are multiple column definitions (...Federico Martinez2018-06-011-0/+11
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-3/+3
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-2/+2
* Fix `s/klass.connection/connection/`Ryuta Kamizono2017-12-031-1/+1
* Fix `test_add_column_with_timestamp_type` failureRyuta Kamizono2017-12-031-7/+6
* Fix `test_add_column_with_timestamp_type` when using OracleKoichi ITO2017-07-251-0/+2
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Correctly dump native timestamp types for MySQLRyuta Kamizono2017-02-231-0/+2
* `#tables` and `#table_exists?` and returns only tables and not viewsRafael Mendonça França2016-12-291-2/+2
* Translate NOT NULL violation to the specific exceptionRyuta Kamizono2016-12-061-7/+11
* Add three new rubocop rulesRafael Mendonça França2016-08-161-9/+9
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-6/+6
* modernizes hash syntax in activerecordXavier Noria2016-08-061-20/+20
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-28/+28
* Remove legacy mysql adapterAbdelkader Boudih2015-12-171-3/+3
* Internal test migrations use the private 'Current' versionMatthew Draper2015-12-151-1/+1
* Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`yui-knk2015-11-091-2/+2
* Map :bigint as NUMBER(19) sql_type by using `:limit => 19` for OracleYasuo Honda2015-06-011-1/+1
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-1/+1
* `Type#type_cast_from_database` -> `Type#deserialize`Sean Griffin2015-02-171-2/+2
* Remove most type related predicates from `Column`Sean Griffin2015-01-301-2/+2
* tests, use `drop_table if_exists: true` in our test suite.Yves Senn2015-01-201-1/+1
* Add an `:if_exists` option to `drop_table`Stefan Kanev2015-01-191-0/+11
* Change the default `null` value for `timestamps` to `false`Rafael Mendonça França2015-01-041-10/+7
* Prefer `array?` rather than `array`Ryuta Kamizono2015-01-041-2/+2
* `force: :cascade` to recreate tables referenced by foreign-keys.Yves Senn2014-12-191-0/+31
* add table.bigint supportAaron Patterson2014-10-151-0/+19
* Change the default `null` value for timestampsSean Griffin2014-08-121-2/+5
* Don't type cast the default on the columnSean Griffin2014-06-171-7/+7
* fix `rake test_sqlite3_mem`.Yves Senn2014-05-201-0/+1
* Remove :timestamp column typeSean Griffin2014-05-191-0/+17
* Remove dead test code for unsupported adaptersSean Griffin2014-05-171-10/+3
* Use teardown helper method.Guo Xiang Tan2014-03-141-2/+1
* make `change_column_null` reversible. Closes #13576.Yves Senn2014-01-081-0/+16
* Don't skip tests if we don't need to.Rafael Mendonça França2013-11-081-22/+14
* Fixes #10432 add_column not creating array columns in PostgreSQLAdam Anderson2013-06-041-0/+29
* Fix class and method name typosVipul A M2013-05-121-1/+1
* 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
* Alias refute methods to assert_not and perfer assert_not on testsRafael Mendonça França2012-12-311-7/+7
* raise `ArgumentError` when redefining the primary key column. Closes #6378Yves Senn2012-10-281-0/+20
* Cleanup trailing whitespacesdfens2012-10-121-1/+1
* revert Default timestamps to non-nullDave Kroondyk2012-07-181-2/+2
* Add more options to column_exists? methodAleksey Magusev2012-06-301-6/+12
* Integer limit out of range should be allowed to raise. Closes #6272Erich Menge2012-05-161-4/+0
* Add `create_join_table` migration helper to create HABTM join tablesRafael Mendonça França2012-01-271-1/+0
* move another index related test caseAaron Patterson2012-01-131-70/+0