aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/schema
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Use a query that's compatible with PostgreSQL 9.2Matthew Draper2017-04-121-3/+5
* Correctly dump native timestamp types for MySQLRyuta Kamizono2017-02-231-0/+5
* Fix rubocop violationsRafael Mendonça França2017-02-131-3/+3
* Omit redundant `using: :btree` for schema dumpingRyuta Kamizono2017-02-131-1/+1
* Schema dumping support for PostgreSQL oid typeRyuta Kamizono2017-02-121-10/+6
* Schema dumping support for PostgreSQL interval typeRyuta Kamizono2017-02-121-11/+8
* 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
* SQLite: Foreign Key SupportRyuta Kamizono2017-01-171-18/+0