aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/schema
Commit message (Expand)AuthorAgeFilesLines
* Except keys of `build_record`'s argument from `create_scope` in initialize_at...yui-knk2015-11-161-1/+1
* Merge pull request #18548 from sebjacobs/support-bidirectional-destroy-depend...Sean Griffin2015-10-281-0/+8
|\
| * Add support for bidirectional destroy dependenciesSeb Jacobs2015-01-161-0/+8
* | Merge pull request #19686 from tsun1215/index_errorsSean Griffin2015-10-261-0/+9
|\ \
| * | Errors can be indexed with nested attributesMichael Probber2015-04-171-0/+9
* | | Fix merge conflicts for #19938Sean Griffin2015-10-201-0/+6
|\ \ \
| * | | Fix for activerecord join dependency instantiate bugMehmet Emin İNAÇ2015-05-041-0/+6
| |/ /
* | | Merge pull request #21932 from kamipo/add_stored_procedure_test_in_mysql2Sean Griffin2015-10-202-2/+13
|\ \ \
| * | | Add stored procedure test in mysql2Ryuta Kamizono2015-10-152-2/+13
* | | | Fix to correctly schema dump the `tinyblob`Ryuta Kamizono2015-10-152-2/+2
|/ / /
* | | Fix regression in inverse_of on through associationseileencodes2015-09-261-0/+2
* | | Implement ActiveRecord::Base.ignored_columnsJean Boussier2015-09-241-0/+1
* | | 0 precision is not the same as no precisionSean Griffin2015-09-231-8/+28
* | | Don't attempt to specify datetime precision unless supportedSean Griffin2015-09-231-8/+27
* | | Fixed taking precision into count when assigning a value to timestamp attributeBogdan Gusiev2015-09-231-15/+15
* | | Ensure aliased attributes passed to `select` are quoted if using `from`Sean Griffin2015-09-211-0/+4
* | | :scissors: empty line at the top of filesAkira Matsuda2015-09-211-1/+0
* | | Only nullify persisted has_one target associationsAgis-2015-08-241-0/+1
* | | Merge pull request #19683 from tristang/require-option-for-counter-cacheRafael Mendonça França2015-08-131-0/+2
|\ \ \
| * | | Add tests for associations without counter_cacheTristan Gamilis2015-04-091-0/+2
* | | | Skip statement cache on through association readerRafael Mendonça França2015-08-121-0/+12
* | | | use correct DB connection for generated HABTM tableMatt Hanlon2015-08-071-0/+9
* | | | Fix counter_cache for polymorphic associationsStefan Kanev2015-07-191-0/+1
* | | | Ensure cyclic associations w/ autosave don't cause duplicate errorsSean Griffin2015-07-181-0/+4
* | | | Add pending test for the great-grandparent touching bug from #19324David Heinemeier Hansson2015-06-251-0/+11
* | | | Add enum prefix/suffix option to enum definitionIgor Kapkov2015-06-121-0/+4
* | | | Correctly handle array columns with defaults in the schema dumperSean Griffin2015-06-111-0/+1
* | | | Fix crash when loading fixture with belongs_to association defined in abstrac...Victor Costan2015-06-041-0/+5
* | | | Move PostgreSQL specific schema to postgresql_specific_schema.rbRyuta Kamizono2015-05-032-14/+11
| |/ / |/| |
* | | Merge pull request #17574 from kamipo/charset_collation_optionsJeremy Kemper2015-04-072-18/+10
|\ \ \ | |/ / |/| |
| * | Add `:charset` and `:collation` options support for MySQL string and text col...Ryuta Kamizono2015-03-062-18/+10
* | | Delegate limit to subtypewallerjake2015-03-211-0/+4
* | | Fix leaky chain on polymorphic associationeileencodes2015-03-151-0/+4
|/ /
* | tests, favor `drop_table` and `:if_exists` over raw SQL.Yves Senn2015-03-022-12/+4
* | Merge pull request #17297 from rebyn/fix/17161-remove-objs-from-has_many-upda...Rafael Mendonça França2015-02-251-0/+1
|\ \
| * | Add specs for adding-to/clear has_many collections’s behavior on `updated_at`Tu Hoang2014-10-301-0/+1
* | | Remove unused tableRyuta Kamizono2015-02-251-10/+0
* | | Add `ActiveRecord::Base.suppress`Michael Ryan2015-02-181-0/+4
* | | Prefer `drop_table if_exists: true` over raw SQLRyuta Kamizono2015-02-181-1/+1
* | | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* | | Merge pull request #18512 from vipulnsward/18492-fixtures-with-stiAaron Patterson2015-01-311-1/+11
|\ \ \
| * | | Fixes #18492Vipul A M2015-01-141-1/+11
| | |/ | |/|
* / | Don't redefine autosave association callbacks in nested attrsSean Griffin2015-01-281-0/+1
|/ /
* | Add firebird support to test suiteRay Zane2015-01-051-0/+2
* | Add has_secure_token to Active Recordrobertomiranda2015-01-041-0/+5
* | Allow precision option for MySQL datetimes.Ryuta Kamizono2015-01-021-1/+1
* | Add foreign_type option for polymorphic has_one and has_many.Ulisses Almeida + Kassio Borges2014-12-081-0/+5
* | pg tests, get rid of global schema `schema_1`.Yves Senn2014-12-021-7/+0
* | pg tests, move uniqueness validation test to array tests.Yves Senn2014-12-021-10/+1
* | tests, extract pg number tests into separate file.Yves Senn2014-12-021-9/+1