aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Replace drop sql statement to drop_table methodYasuo Honda2014-09-113-5/+5
* Oracle does not support `IF EXISTS` for `DROP VIEW`.Yves Senn2014-09-091-2/+2
* models backed by views don't assume "id" columns are the primary key.Yves Senn2014-09-091-0/+11
* add test-cases for primary-key-less-views. Closes #16555.Yves Senn2014-09-091-0/+43
* Merge pull request #14056 from girishso/14041Yves Senn2014-09-092-3/+2
|\
| * SQLite3Adapter now checks for views in table_exists? fixes: 14041Girish S2014-02-141-0/+10
* | introduce `connection.supports_views?` and basic view tests.Yves Senn2014-09-091-0/+42
* | Allow included modules to override association methods.Yves Senn2014-09-092-0/+15
* | 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
* | | Fix query with nested array in Active RecordCristian Bica2014-09-063-2/+32
|/ /
* | Dynamically modified schema and association would not be correctly resetAkira Matsuda2014-09-064-16/+21
* | Merge pull request #16114 from seuros/test_cleanRafael Mendonça França2014-09-057-26/+25
|\ \
| * | Added enable_extension! to helperAbdelkader Boudih2014-09-057-26/+25
* | | Do not mark object as persisted after an association is savedRafael Mendonça França2014-09-052-19/+14
|/ /
* | Fixed regression with referencing polymorphic assoc in eager-loadGodfrey Chan2014-09-051-0/+10
* | Load :developers fixtures where expecting a Developer to be thereAkira Matsuda2014-09-051-1/+1
* | Merge pull request #16788 from codeodor/fix-16761Aaron Patterson2014-09-043-1/+31
|\ \
| * | Skip StatementCache for eager loaded associations (Fixes #16761)Sammy Larbi2014-09-043-1/+31
* | | always reorder bind parameters. fixes #15920Aaron Patterson2014-09-041-1/+8
|/ /
* | Enums shouldn't ruin people's anniversariesGodfrey Chan2014-09-042-3/+7
* | schema loading rake tasks maintain database connection for current env.Yves Senn2014-09-031-0/+1
* | Reset ActiveRecord::SchemaDumper.ignore_tables value after changed in testsAkira Matsuda2014-09-032-26/+21
* | Remove 'if exists' from drop table statement then use `table_exists?`Yasuo Honda2014-09-034-6/+6
* | Leave all our tests as order_dependent! for nowMatthew Draper2014-09-021-0/+5
* | MySQL: skip GTID-unsafe statement tests when enforce_gtid_consistency is enabledJeremy Kemper2014-09-013-23/+31
* | Clear schema cache before each testAkira Matsuda2014-09-011-0/+1
* | Clear schema cache before each testAkira Matsuda2014-09-011-0/+1
* | MySQL: set connection collation along with the charsetJeremy Kemper2014-08-303-0/+12
* | AR#reset_column_information sometimes queries via table_exists?Akira Matsuda2014-08-311-1/+1
* | Don't test PostgreSQL implementation detailsAkira Matsuda & Kohei Suzuki2014-08-291-3/+0
* | Revert "Merge pull request #16254 from zuhao/refactor_activerecord_attribute_...Yves Senn2014-08-291-0/+1
* | Reset ActiveRecord::Migration.message_count counter before start testingAkira Matsuda2014-08-291-1/+1
* | Bring original puts back after finishing testsAkira Matsuda2014-08-292-4/+12
* | Silence another test that runs migrationsAkira Matsuda2014-08-291-0/+5
* | MigrationTest doesn't need to be verbose anymoreAkira Matsuda2014-08-291-1/+1
* | No tests are dealing with ActiveRecord::Migration.message_count here anymoreAkira Matsuda2014-08-291-1/+0
* | Reset ActiveRecord::Migration.verbose to the value beforeAkira Matsuda2014-08-292-2/+5
* | Demodulize ActiveRecord::MigratorTestAkira Matsuda2014-08-291-284/+282
* | No transaction for a test that creates fixtures in the test bodyAkira Matsuda2014-08-291-0/+1
* | User Model#last to certainly get lastly created dataAkira Matsuda2014-08-281-1/+1
* | Move association definition to the model fileAkira Matsuda2014-08-282-2/+1
* | Be sure that test fixtures satisfy referential integrity before calculatingAkira Matsuda2014-08-281-1/+1
* | Ignore SCHEMA queries when asserting no queriesAkira Matsuda2014-08-285-22/+22
* | Reset schema properly after schema changing testAkira Matsuda2014-08-281-0/+2
* | Correctly detect mutation on serialized columns mapping to binarySean Griffin2014-08-271-0/+16
* | Override #find_by! in core to enable AST cachingGodfrey Chan2014-08-251-0/+22
* | Fixed find_by("sql fragment without bindings") on masterGodfrey Chan2014-08-253-16/+22
* | pg, `default_sequence_name` needs to return a string.Yves Senn2014-08-251-6/+6
* | Don't trim excess whitespace in pg #columns_for_distinctAgis-2014-08-241-0/+8