aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/schema/schema.rb
Commit message (Expand)AuthorAgeFilesLines
* Polymorphic has_one touch: Reset association cache result after create transa...Kasper Timm Hansen2019-07-311-0/+2
* Don't validate non dirty association targetsWill Jessop2019-07-151-0/+8
* Address to "DEPRECATION WARNING: Uniqueness validator will no longer enforce ...Ryuta Kamizono2019-06-281-1/+1
* PostgreSQL: Fix GROUP BY with ORDER BY virtual count attributeRyuta Kamizono2019-06-171-0/+1
* Adds touch option to has_one associationAbhay Nikam2019-04-251-0/+2
* Merge pull request #28155 from lcreid/belongs_toRyuta Kamizono2019-04-101-0/+18
|\
| * Fix circular `autosave: true`Larry Reid2018-07-231-0/+18
* | Fix GROUP BY with calculate longer name field to respect `table_alias_length`Ryuta Kamizono2019-04-081-0/+1
* | Add insert_all to ActiveRecord models (#35077)Bob Lail2019-03-051-0/+4
* | Deprecate mismatched collation comparison for uniquness validatorRyuta Kamizono2019-03-041-10/+17
* | Address "warning: in `column': the last argument was passed as a single Hash"Ryuta Kamizono2019-02-211-7/+8
* | Fix `pluck` and `select` with custom attributesRyuta Kamizono2019-02-131-0/+1
* | Make `t.timestamps` with precision by defaultRyuta Kamizono2019-01-261-10/+2
* | Exercise HABTM fixtures with foreign key constraintsRyuta Kamizono2018-10-301-45/+46
* | `create_table` with `:primary_key` option has no effect if `id: false` is givenRyuta Kamizono2018-10-271-4/+6
* | Support expression indexes for MySQLRyuta Kamizono2018-10-251-1/+1
* | Lazy checking whether or not values in IN clause are boundableRyuta Kamizono2018-10-241-3/+3
* | Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-1/+1
* | Eager loading/preloading should be worked regardless of large number of recordsRyuta Kamizono2018-09-121-0/+1
|/
* Fix `touch` option to behave consistently with `Persistence#touch` methodRyuta Kamizono2018-06-181-1/+3
* Update prefix and allow suffix options for store accessorsYukio Mizuta2018-06-121-0/+1
* Using existing models for building multiple has_one through testsRyuta Kamizono2018-04-221-14/+2
* Fix .new with multiple through associationsSam DeCesare2018-04-091-0/+13
* Merge pull request #30956 from CJStadler/with-lock-changed-deprecationRafael França2018-03-281-0/+4
* Add custom prefix to ActiveRecord::Store accessorsTan Huynh2018-03-231-0/+2
* Fix multiline expression indexes for postgresql (#31621)fatkodima2018-03-161-1/+1
* Fix occurrences Fixnum|Bignumbogdanvlviv2018-03-041-1/+1
* Make `reflection.klass` raise if `polymorphic?` not to be misusedRyuta Kamizono2018-02-191-0/+2
* Don't update counter cache when through record was not destroyedEugene Kenny2018-01-141-0/+2
* Fix conflicts `counter_cache` with `touch: true` by optimistic locking.bogdanvlviv2017-12-121-1/+2
* Refactor `length`, `order`, and `opclass` index options dumpingRyuta Kamizono2017-12-031-0/+2
* Ensure `apply_join_dependency` for `collection_cache_key` if eager-loading is...Ryuta Kamizono2017-11-061-0/+1
* Fix CI failure due to reference type mismatchRyuta Kamizono2017-08-141-10/+9
* Specify `table.name` only when `scope.table` and `table` are different (#29058)Ryuta Kamizono2017-08-111-0/+1
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Fix unscoping `default_scope` in STI associationsRyuta Kamizono2017-07-191-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Fix `ids_reader` to respect case sensitive primary keyRyuta Kamizono2017-06-281-1/+1
* Ensure that using correct alias trackerRyuta Kamizono2017-06-251-1/+1
* Fix ActiveRecord::Persistence#touch with lockingbogdanvlviv2017-06-211-0/+2
* Use nullable `id` column instead of a primary keyRyuta Kamizono2017-06-161-1/+2
* Avoid overwriting the methods of `AttributeMethods::PrimaryKey`Ryuta Kamizono2017-06-071-6/+8
* Don't attempt to create a new record that was already created.Isaac Betesh2017-04-201-0/+7
* Omit redundant `using: :btree` for schema dumpingRyuta Kamizono2017-02-131-1/+1
* Fix inspection behavior when the :id column is not primary keynamusyaka2017-02-091-0/+4
* `primary_key` and `references` columns should be identical typeRyuta Kamizono2017-02-071-6/+6
* Chain scope constraints should respect own table aliasRyuta Kamizono2017-02-011-0/+9
* Should work foreign key in test schema without `if supports_foreign_keys?` st...Ryuta Kamizono2017-01-171-7/+5
* Should not update children when the parent creation with no reasonRyuta Kamizono2016-12-291-0/+1