aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22365 from phuibonhoa/phuibonhoa/polymorphic_where_multip...Sean Griffin2016-02-173-2/+25
|\
| * Fixed `where` for polymorphic associations when passed an array containing di...Philippe Huibonhoa2016-02-163-2/+25
* | Merge pull request #23570 from rthbound/addresses-23568Matthew Draper2016-02-181-0/+14
|\ \
| * | Addresses #23568Ryan T. Hosford2016-02-091-0/+14
* | | Show proper error message when a non-relation object is passed to AR::Relatio...Prathamesh Sonpatki2016-02-171-0/+6
* | | Fix semantics of test names for finish option in batches_testAkshay2016-02-171-2/+2
* | | Test parent local_stored_attributes isn't modifiedDavid Genord II2016-02-161-0/+1
| |/ |/|
* | Merge pull request #23614 from georgemillo/foreign_keyYves Senn2016-02-161-0/+16
|\ \
| * | Let t.foreign_key use the same `to_table` twiceGeorge Millo2016-02-151-0/+20
|/ /
* | Merge pull request #23377 from bogdan/last-with-sqlEileen M. Uchitelle2016-02-131-8/+36
|\ \
| * | Make ActiveRecord::Relation#last to reverse SQL orderBogdan Gusiev2016-02-131-8/+36
* | | Fix grammar `a` to `an` [ci skip]Ryuta Kamizono2016-02-131-1/+1
|/ /
* | Merge pull request #18109 from k0kubun/unscoped-joinsSean Griffin2016-02-112-0/+13
|\ \
| * | Allow `joins` to be unscopedTakashi Kokubun2016-01-312-0/+13
* | | Merge pull request #23581 from diego-silva/uniqueness-validator-pk-fixSean Griffin2016-02-111-0/+11
|\ \ \
| * | | UniquenessValidator exclude itself when PK changedDiego Silva2016-02-091-0/+11
| | |/ | |/|
* | | rename to 'second_to_last' and 'third_to_last'Brian Christian2016-02-101-4/+4
* | | allow Array.penultimate and Array.antepenultiate access methodsBrian Christian2016-02-091-0/+10
|/ /
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-02-071-2/+0
|\ \
| * | [ci skip] Good bye SQLite2yui-knk2016-02-061-2/+0
* | | Revert "Dump indexes in `create_table` instead of `add_index`"Sean Griffin2016-02-051-10/+10
* | | Remove accidental additional testJeremy Baker2016-02-041-5/+0
* | | Add a resolver test for the missing schemeJeremy Baker2016-02-042-0/+11
* | | Typos in AR testsAkira Matsuda2016-02-044-5/+5
* | | Merge pull request #23458 from kamipo/activerecord_supports_mysql_5.0_and_upSean Griffin2016-02-031-2/+1
|\ \ \
| * | | Active Record supports MySQL >= 5.0Ryuta Kamizono2016-02-041-2/+1
* | | | Merge pull request #23457 from matthewd/arel-attributeMatthew Draper2016-02-041-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Defer Arel attribute lookup to the model classMatthew Draper2016-02-041-0/+4
* | | | Typos in AR testsAkira Matsuda2016-02-036-10/+10
* | | | Merge pull request #20997 from himesh-r/issue-20995Arthur Neves2016-02-021-1/+1
|\ \ \ \
| * | | | Changed id-writer to save join table records based on association primary key...Himesh2016-02-021-1/+1
* | | | | Avoid infinite recursion when bad values are passed to tz aware fieldsSean Griffin2016-02-021-0/+7
| |/ / / |/| | |
* | | | Merge pull request #23331 from amatsuda/valid_scope_nameRafael França2016-02-021-0/+19
|\ \ \ \
| * | | | Suppress :warning:sAkira Matsuda2016-01-281-1/+1
| * | | | scope needs the second argumentAkira Matsuda2016-01-281-1/+1
| * | | | Revert "Remove valid_scope_name? check - use ruby"Akira Matsuda2016-01-281-0/+19
* | | | | Merge pull request #23407 from jeremy/corrupt-before-commitJeremy Daer2016-02-011-0/+26
|\ \ \ \ \
| * | | | | Fix corrupt transaction state caused by `before_commit` exceptionsJeremy Daer2016-02-011-0/+26
* | | | | | Revert "Merge pull request #16400 from bogdan/last-with-sql"Sean Griffin2016-02-011-23/+9
|/ / / / /
* | | | | Rename `active_record_internal_metadatas` to `ar_internal_metadata`Yasuo Honda2016-02-011-0/+15
* | | | | Shorten ActiveRecord::InternalMetadata.table_name to ar_internal_metadataYasuo Honda2016-02-012-9/+9
* | | | | tabenai (typo)Akira Matsuda2016-02-011-6/+6
* | | | | Avoid extra `show variables` in migrationRyuta Kamizono2016-02-011-5/+0
* | | | | Merge pull request #23359 from kamipo/make_to_primary_keyRafael França2016-02-012-25/+1
|\ \ \ \ \
| * | | | | Make to primary key instead of an unique index for internal tablesRyuta Kamizono2016-01-312-25/+1
| | |_|_|/ | |/| | |
* | | | | Remove duplicated composite primary key testsRyuta Kamizono2016-02-013-17/+1
* | | | | Merge pull request #23372 from kamipo/use_index_in_create_in_test_schemaRafael França2016-02-012-11/+9
|\ \ \ \ \
| * | | | | Use `t.index` in `create_table` instead of `add_index` in test schemaRyuta Kamizono2016-01-312-11/+9
| |/ / / /
* | | | | Merge pull request #23374 from prathamesh-sonpatki/migration-compatiblity-testsRafael França2016-01-311-0/+30
|\ \ \ \ \
| * | | | | Added test for backward compatibility of null constraints on timestamp columnsPrathamesh Sonpatki2016-01-311-0/+30
| |/ / / /