aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Replace Enumerable#reverse.each with Enumerable#reverse_eachErik Michaels-Ober2014-10-131-1/+1
* Merge pull request #17014 from grosser/grosser/fast-fixturesAaron Patterson2014-10-102-32/+0
|\
| * speed up fixtures by not loading all their classesgrosser2014-10-062-32/+0
* | ar/connection_pool: honor overriden rack.test in middlewareSimon Eskildsen2014-09-231-0/+8
* | add a truncate method to the connectionAaron Patterson2014-09-222-0/+23
|/
* Better regression test for Fixtures with fk as a symbolArthur Neves2014-09-222-11/+2
* fix fixtures not loading if a belongs_to association is defined with a :forei...Will Bryant2014-09-221-0/+9
* Fix assertions in AR::TestCase::AttributeMethodsTestYuki Nishijima2014-09-211-3/+3
* Fix typo [ci skip]Yuki Nishijima2014-09-201-1/+1
* Fix find_by with associations not working with adequate recordGodfrey Chan2014-09-201-0/+5
* Merge pull request #15791 from zev/add_model_to_recordnotfound_messageAaron Patterson2014-09-191-10/+18
|\
| * Update RecordNotFound exception cases to include a message with theZev Blut2014-06-181-10/+18
* | Merge pull request #16875 from alan/dont_autosave_has_one_through_recordRafael Mendonça França2014-09-171-0/+24
|\ \
| * | Don't autosave unchanged has_one through recordsAlan Kennedy2014-09-151-0/+24
* | | Allow YAML serialization when using TZ aware attributesSean Griffin2014-09-171-0/+8
* | | do not dump foreign keys for ignored tables.Yves Senn2014-09-171-0/+5
* | | pg, correctly dump foreign keys targeting tables in a different schema.Yves Senn2014-09-171-0/+26
|/ /
* | Merge pull request #13656 from chanks/rollback_transactions_in_killed_threadsMatthew Draper2014-09-141-0/+31
|\ \
| * | Roll back open transactions when the running thread is killed.Chris Hanks2014-08-221-0/+31
* | | 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-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