aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
Commit message (Expand)AuthorAgeFilesLines
* pg, add test cases for updateable views.Yves Senn2014-09-111-0/+45
* reuse view test-cases for pg materialized view tests.Yves Senn2014-09-112-67/+36
* switch `assert_operator` arguments as discussed in #16860.Yves Senn2014-09-111-1/+1
* A `NullRelation` should represent nothing. Closes #15176.Yves Senn2014-09-112-0/+9
* Merge pull request #16839 from chancancode/default_test_orderRafael Mendonça França2014-09-101-1/+1
|\
| * Default to sorting user's test cases for nowGodfrey Chan2014-09-081-1/+1
* | Speed up schema dumper testsJeremy Kemper2014-09-101-11/+9
* | Include default column limits in schema.rbJeremy Kemper2014-09-101-4/+10
* | MySQL: schema.rb now includes TEXT and BLOB column limits.Jeremy Kemper2014-09-101-4/+4
* | MySQL: correct LONGTEXT and LONGBLOB limits from 2GB to their true 4GBJeremy Kemper2014-09-101-2/+2
* | 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-062-1/+31
|/ /
* | Dynamically modified schema and association would not be correctly resetAkira Matsuda2014-09-061-16/+9
* | Merge pull request #16114 from seuros/test_cleanRafael Mendonça França2014-09-056-25/+24
|\ \
| * | Added enable_extension! to helperAbdelkader Boudih2014-09-056-25/+24
* | | 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-041-1/+20
|\ \
| * | Skip StatementCache for eager loaded associations (Fixes #16761)Sammy Larbi2014-09-041-1/+20
* | | 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-031-26/+12
* | 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-302-0/+10
* | 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