aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/schema
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
* MySQL: Fix schema dumping `enum` and `set` columns correctlyRyuta Kamizono2019-07-051-4/+0
* 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
* | Allow changing text and blob size without giving the `limit` optionRyuta Kamizono2019-01-291-0/+8
* | Make `t.timestamps` with precision by defaultRyuta Kamizono2019-01-261-10/+2
* | Use squiggly heredoc to strip odd indentation in the executed SQLRyuta Kamizono2018-11-222-38/+28
* | 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 default expression for MySQLRyuta Kamizono2018-10-251-0/+3
* | 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
* | Use utf8mb4 in all tests and examplesRyuta Kamizono2018-09-211-2/+2
* | Merge pull request #33844 from kamipo/too_many_eager_load_idsRyuta Kamizono2018-09-131-0/+1
|\ \
| * | Eager loading/preloading should be worked regardless of large number of recordsRyuta Kamizono2018-09-121-0/+1
* | | Use utf8mb4 character set by default for MySQL database (#33608)Yasuo Honda2018-09-111-1/+1
|/ /
* / add mysql and sqlite3 default testkenjiszk2018-09-012-0/+18
|/
* Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the futureRyuta Kamizono2018-07-123-4/+0
* Subsecond precision is not supported until MySQL 5.6.4Ryuta Kamizono2018-07-091-6/+6
* Fix default value for mysql time types with specified precisionNikolay Kondratyev2018-07-041-0/+2
* 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-194-0/+8
* 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-024-4/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-014-0/+4
* Fix `ids_reader` to respect case sensitive primary keyRyuta Kamizono2017-06-281-1/+1