aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/schema
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* fix #create_fixtures when equal table names in different databasesJulia Lopez2016-12-211-0/+2
* Make pg adapter use bigserial for pk by defaultPavel Pravosud2016-12-051-0/+3
* Change MySQL and Postgresql to use Bigint primary keysJon McCartie2016-12-051-3/+3
* For `PostgreSQL >= 9.4` use `gen_random_uuid()`Yaw Boakye2016-11-221-0/+1
* Remove a confusing commentyui-knk2016-10-311-1/+0
* Fix the order of `create_table` to match a comment about `:inverse_of` optionsyui-knk2016-10-311-4/+4
* Fixed: Optimistic locking does not work well with null in the databasebogdanvlviv2016-10-211-0/+2
* Dump index options to pretty formatRyuta Kamizono2016-10-101-1/+1
* Add tests for ActiveRecord::Enum#enum when suffix specifiedYosuke Kabuto2016-09-121-0/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* applies new string literal convention in activerecord/testXavier Noria2016-08-063-35/+35
* Merge pull request #25767 from kamipo/association_name_is_the_same_as_join_ta...Rafael França2016-07-271-0/+5
|\
| * Correctly return `associated_table` when `associated_with?` is trueRyuta Kamizono2016-07-101-0/+5
* | systematic revision of =~ usage in ARXavier Noria2016-07-231-1/+1
|/
* Extract foreign key action from `information_schema`Ryuta Kamizono2016-06-071-7/+8
* Add Expression Indexes and Operator Classes support for PostgreSQLRyuta Kamizono2016-04-241-0/+1
* Remove unused `table_with_autoincrement` tableRyuta Kamizono2016-04-191-4/+0
* Fix undefined method `owners' for NullPreloader:ClassLadislav Smola2016-04-061-0/+6
* Remove `except` helper for test schemaRyuta Kamizono2016-03-301-7/+1
* Merge pull request #23797 from kamipo/case_sensitive_comparison_for_non_strin...Rafael França2016-03-111-0/+1
|\