aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ / /
* / / / :speak_no_evil: :warning:Akira Matsuda2016-02-012-2/+6
|/ / /
* | | Merge pull request #23345 from yui-knk/warning_when_composite_primary_key_is_...Rafael França2016-01-301-0/+7
|\ \ \
| * | | Warn if `AR.primary_key` is called for a table who has composite primary keyyui-knk2016-01-301-0/+7
* | | | Merge pull request #23355 from kamipo/fix_bigint_for_enum_columnsRafael França2016-01-302-1/+6
|\ \ \ \
| * | | | Fix `bigint?` for Enum columns in MySQLRyuta Kamizono2016-01-312-1/+6
| |/ / /
* / / / There is no need to define test if a connection does not support primary_keyyui-knk2016-01-311-11/+9
|/ / /
* / / Reworked ActiveRecord::Relation#last to always use SQLBogdan Gusiev2016-01-281-9/+23
|/ /
* | Merge pull request #18928 from bogdan/unreversable-orderSean Griffin2016-01-271-0/+34
|\ \
| * | Introduce ActiveRecord::IrreversibleOrderErrorBogdan Gusiev2016-01-271-0/+34
* | | Do not use default attributes for STI when instantiating a subclassSean Griffin2016-01-271-0/+4
|/ /
* | Merge branch '5-0-beta-sec'Aaron Patterson2016-01-251-0/+13
|\ \
| * | Don't short-circuit reject_if procAndrew White2016-01-221-0/+13
* | | Merge pull request #23161 from schneems/schneems/fix-mysql-internalmetadataRichard Schneeman2016-01-251-7/+29
|\ \ \
| * | | [close #23009] Limit key lengthschneems2016-01-211-7/+29
* | | | When verifying size of relation, also verify count is ok.Vipul A M2016-01-251-0/+1
* | | | Merge pull request #23221 from vipulnsward/23209-fix-missin_source_typeRafael França2016-01-245-0/+21
|\ \ \ \
| * | | | Add missing source_type if provided on hmt which belongs to an sti recordVipul A M2016-01-245-0/+21
* | | | | Fix AR::Relation#cache_key to remove select scope added by userPrathamesh Sonpatki2016-01-241-0/+6
* | | | | Merge pull request #23081 from prathamesh-sonpatki/fix-cache-key-for-queries-...Kasper Timm Hansen2016-01-241-0/+5
|\ \ \ \ \
| * | | | | Fix ActiveRecord::Relation#cache_key for relations with no resultsPrathamesh Sonpatki2016-01-221-0/+5
* | | | | | Pare back default `index` option for the migration generatorPrathamesh Sonpatki2016-01-244-11/+29
| |/ / / / |/| | | |
* | | | | Use the database type to deserialize enumSean Griffin2016-01-233-0/+12
|/ / / /
* | | | Merge pull request #23080 from prathamesh-sonpatki/fix-cache-key-for-loaded-e...Matthew Draper2016-01-221-0/+8
|\ \ \ \ | |/ / / |/| | |