aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/ar_schema_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Move SchemaMigration to migration_contexteileencodes2019-06-141-13/+14
* Fix `presicion` -> `precision`yuuji.yaginuma2019-04-131-4/+4
* Ensure `reset_table_name` when table name prefix/suffix is changedRyuta Kamizono2019-04-041-4/+5
* Make `t.timestamps` with precision by defaultRyuta Kamizono2019-01-261-0/+51
* Fix `t.timestamps` missing `null: false` in `change_table bulk: true`Ryuta Kamizono2019-01-261-0/+15
* Allow `column_exists?` giving options without typeRyuta Kamizono2019-01-261-6/+6
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-6/+6
* Refactor migration to move migrations paths to connectioneileencodes2018-01-181-2/+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
* Deprecate `supports_migrations?` on connection adaptersRyuta Kamizono2017-02-271-110/+107
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* Merge pull request #26019 from agrobbin/schema-load-unique-column-indicesRafael França2016-08-161-0/+16
|\
| * support multiple indexes on the same column when loading the schemaAlex Robbin2016-08-021-0/+16
* | modernizes hash syntax in activerecordXavier Noria2016-08-061-4/+4
* | applies new string literal convention in activerecord/testXavier Noria2016-08-061-6/+6
|/
* Make to primary key instead of an unique index for internal tablesRyuta Kamizono2016-01-311-1/+1
* Get update_attributes working with SchemaMigrationschneems2016-01-081-2/+2
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-1/+1
* Change the default `null` value for `timestamps` to `false`Rafael Mendonça França2015-01-041-51/+20
* synchronize code and docs for `timestamps` and `add_timestamps`.Yves Senn2014-11-201-0/+9
* Merge pull request #16827 from kuldeepaggarwal/f-disable-migration-loggingYves Senn2014-09-081-1/+4
|\
| * disable migrations logging while running test cases for AR schema testsKuldeep Aggarwal2014-09-061-0/+2
|/
* Change the default `null` value for timestampsSean Griffin2014-08-121-0/+57
* `ActiveRecord::SchemaMigration` has no primary key.Yves Senn2014-06-061-0/+14
* test refactor, don't hardcode default for `table_name_prefix`.Yves Senn2014-06-061-1/+2
* `bin/rake db:migrate:status` works with legacy migration numbers.Yves Senn2014-06-061-0/+7
* Use teardown helper method.Guo Xiang Tan2014-03-141-1/+1
* Call assume_migrated_upto_version on connectionKyle Stevens2013-05-111-0/+20
* Reset SchemaMigration after updatingAkira Matsuda2013-01-221-0/+1
* Needs to reset SchemaMigration first, or the tests fail in sqlite3Akira Matsuda2013-01-071-1/+1
* Move to the schema-migrations-metadata branch.Jeremy Kemper2012-12-091-51/+0
* Add migration history to schema.rb dumpJosh Susser2012-12-021-0/+51
* Call methods on the correct instance in AR::Schema.defineJohn Firebaugh2012-05-161-0/+7
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* fixing typoNeeraj Singh2010-07-181-1/+1
* ActiveRecord should raise an error on invalid migration types.José Valim2010-02-281-0/+10
* Autoload ActiveRecord filesJoshua Peek2008-11-241-1/+0
* Add support for interleaving migrations by storing which migrations have run ...Rick Olson2008-04-091-2/+2
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-2/+2
* Move tests to casesJeremy Kemper2008-01-181-0/+33