aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Do not use `Arel.star` when `ignored_columns`Jon Moss2017-11-131-0/+21
* | | | | | Add new error class `StatementTimeout` which will be raised when statement ti...Ryuta Kamizono2017-11-132-0/+57
* | | | | | Raise `TransactionTimeout` when lock wait timeout exceeded for PG adapterRyuta Kamizono2017-11-112-1/+30
* | | | | | Should test actual error which is raised from the databaseRyuta Kamizono2017-11-111-1/+23
* | | | | | Relation merging should keep joining orderRyuta Kamizono2017-11-111-0/+9
* | | | | | Fix random CI failure due to non-deterministic sorting orderRyuta Kamizono2017-11-101-1/+1
* | | | | | Ensure `apply_join_dependency` for subqueries in `from` and `where`Ryuta Kamizono2017-11-101-0/+12
* | | | | | Merge pull request #30414 from bogdanvlviv/clear-mysql_database_tasksRafael França2017-11-091-74/+5
|\ \ \ \ \ \
| * | | | | | Simplify implementation of `MySQLDatabaseTasks`bogdanvlviv2017-10-301-72/+3
| * | | | | | Raise error if unsupported charset for mysqlbogdanvlviv2017-10-301-4/+4
* | | | | | | Merge pull request #25346 from bogdan/correct-tags-count-in-fixturesRafael França2017-11-095-11/+20
|\ \ \ \ \ \ \
| * | | | | | | Set counter caches to correct values in fixturesBogdan Gusiev2017-11-085-11/+20
* | | | | | | | Move Attribute and AttributeSet to ActiveModelLisa Ugray2017-11-092-510/+0
| |_|_|/ / / / |/| | | | | |
* | | | | | | Should pass `test_no_locks_no_wait` not only on `PostgreSQLAdapter` and `Orac...Ryuta Kamizono2017-11-091-8/+5
* | | | | | | Run `ConcurrentTransactionTest` if `supports_transaction_isolation?`Yasuo Honda2017-11-081-15/+13
* | | | | | | `Mysql2Adapter` should pass `ConcurrentTransactionTest`Ryuta Kamizono2017-11-091-1/+1
* | | | | | | Consolidate redundant `if` and `unless` with the same conditionRyuta Kamizono2017-11-091-3/+1
|/ / / / / /
* | | | | | Fix `bin/rails db:migrate` with specified `VERSION`bogdanvlviv2017-11-062-4/+165
* | | | | | `scoping` should respect current class and STI constraint (#29199)Ryuta Kamizono2017-11-062-0/+18
* | | | | | Fix preloading polymorphic multi-level through associationRyuta Kamizono2017-11-061-0/+11
* | | | | | Fix preloading polymorphic association when through association has already l...Ryuta Kamizono2017-11-061-0/+11
* | | | | | Ensure `apply_join_dependency` for `update_all` and `delete_all` if eager-loa...Ryuta Kamizono2017-11-061-19/+30
* | | | | | Ensure `apply_join_dependency` for `collection_cache_key` if eager-loading is...Ryuta Kamizono2017-11-062-0/+11
* | | | | | Enable `Style/RedundantReturn` rubocop rule, and fixed a couple moreRyuta Kamizono2017-11-011-1/+1
* | | | | | Address incorrect number of queries executed at Oracle enhanced adapterYasuo Honda2017-10-311-1/+1
|/ / / / /
* | | | / `source_type_scope` should respect correct table aliasRyuta Kamizono2017-10-301-0/+14
| |_|_|/ |/| | |
* | | | removed unnecessary semicolonsShuhei Kitagawa2017-10-282-2/+2
* | | | Fix all `s/trough/through/`Ryuta Kamizono2017-10-271-1/+1
* | | | Fix typo `s/trough/through/`Ryuta Kamizono2017-10-271-1/+1
* | | | Merge pull request #30682 from ahorek/fix_scope_forRyuta Kamizono2017-10-275-0/+10
|\ \ \ \
| * | | | delegate scope forpavel2017-10-275-0/+10
* | | | | fix initial countpavel2017-10-271-0/+4
|/ / / /
* | | | Third party adapters doesn't support index orders yetRyuta Kamizono2017-10-261-2/+2
* | | | Merge pull request #30970 from rohitpaulk/fix-sqlite-3-index-order-dumpRafael França2017-10-251-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Save index order :desc to schema.rb (sqlite). Fixes #30902Paul Kuruvilla2017-10-241-1/+1
* | | | `supports_extensions?` return always true since PostgreSQL 9.1Yasuo Honda2017-10-245-479/+463
|/ / /
* | | Ensure associations doesn't table name collide with aliased joinsRyuta Kamizono2017-10-241-0/+8
* | | Remove deprecated methd `#scope_chain`Rafael Mendonça França2017-10-231-38/+0
* | | Remove deprecated configuration `.error_on_ignored_order_or_limit`Rafael Mendonça França2017-10-231-28/+0
* | | Remove deprecated arguments from `#verify!`Rafael Mendonça França2017-10-231-12/+0
* | | Remove deprecated argument `name` from `#indexes`Rafael Mendonça França2017-10-232-9/+1
* | | Remove deprecated method `ActiveRecord::Migrator.schema_migrations_table_name`Rafael Mendonça França2017-10-231-4/+0
* | | Remove deprecated method `supports_primary_key?`Rafael Mendonça França2017-10-231-4/+0
* | | Remove deprecated method `supports_migrations?`Rafael Mendonça França2017-10-231-4/+0
* | | Remove deprecated methods `initialize_schema_migrations_table` and `initializ...Rafael Mendonça França2017-10-231-5/+0
* | | Rase when calling `lock!` in a dirty recordRafael Mendonça França2017-10-231-11/+11
* | | Remove deprecated support to passing a class to `:class_name` on associationsRafael Mendonça França2017-10-232-15/+3
* | | Remove deprecated argument `default` from `index_name_exists?`Rafael Mendonça França2017-10-231-4/+2
* | | Remove deprecated support to `quoted_id` when typecasting an Active Record ob...Rafael Mendonça França2017-10-232-49/+0
* | | Fix duplicate aliases when using both INNER/LEFT JOINsRyuta Kamizono2017-10-231-0/+5