aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Default to sorting user's test cases for nowGodfrey Chan2014-09-081-1/+1
* 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
* adding the exception RecordNotFound to UUID findJoseLuis Torres2014-08-212-1/+15
* "warning: assigned but unused variable"Akira Matsuda2014-08-211-1/+1
* Merge pull request #16172 from Agis-/hmt_scope_arityRafael Mendonça França2014-08-204-0/+17
|\
| * Only merge scopes with zero arity in has_many throughAgis-2014-08-204-0/+17
* | Merge pull request #16145 from phoet/patch-2Rafael Mendonça França2014-08-201-5/+10
|\ \
| * | don't log errors when all is finePeter Schröder2014-07-171-5/+10
* | | Ignore Postgresql "SELECT tablename FROM pg_tables" when counting queriesAkira Matsuda2014-08-201-1/+1
* | | Drop schema_migrations table only when existsAkira Matsuda2014-08-201-1/+1
| |/ |/|
* | Merge pull request #16349 from jmcnevin/masterRafael Mendonça França2014-08-191-0/+15
|\ \