aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Don't share seen object cache between different join nodes in eager loadingRyuta Kamizono2018-07-031-0/+18
* Merge pull request #33242 from brasic/sqlite-readonlyRyuta Kamizono2018-07-031-0/+33
|\
| * Support readonly option in SQLite3AdapterCarl Brasic2018-07-021-0/+33
|/
* Merge branch 'master' into homogeneous-allocationAaron Patterson2018-06-261-13/+0
|\
| * Call initialize after allocateAaron Patterson2018-06-261-13/+0
* | Speed up homogeneous AR lists / reduce allocationsAaron Patterson2018-06-251-0/+5
|/
* `references(:developers_projects_join)` isn't needed if using `where` with ha...Ryuta Kamizono2018-06-261-16/+2
* OS X -> macOS [Closes #30313]Xavier Noria2018-06-231-1/+1
* Add missing test case for `find` with a large numberRyuta Kamizono2018-06-221-0/+6
* Merge pull request #33074 from lsylvester/optimize-pluckRafael França2018-06-191-0/+12
|\
| * Avoid creating temporary arrays in ActiveRecord::Result#cast_values in order ...Lachlan Sylvester2018-06-191-0/+12
* | Ensure to calculate column aliases after all table aliases are constructedRyuta Kamizono2018-06-193-5/+55
|/
* Fix `touch` option to behave consistently with `Persistence#touch` methodRyuta Kamizono2018-06-186-27/+69
* Merge pull request #29373 from untidy-hair/store_accessor_enhanceRyuta Kamizono2018-06-133-0/+38
|\
| * Update prefix and allow suffix options for store accessorsYukio Mizuta2018-06-123-0/+38
* | Add ability to configure cache notifications infoEileen Uchitelle2018-06-121-1/+23
* | Don't use `target=`Rafael Mendonça França2018-06-111-1/+1
* | Use `-=` to change the update the collection on the associationRafael Mendonça França2018-06-111-1/+1
* | Fix alias confliction when joining same table on has many through with left_j...Ryuta Kamizono2018-06-111-0/+4
* | Fix GROUP BY queries to apply LIMIT/OFFSET after aggregationsRyuta Kamizono2018-06-071-0/+18
* | Fix `collection.create` to could be rolled back by `after_save`Ryuta Kamizono2018-06-072-0/+21
* | Reuse existing model for testing duplicated children recordsRyuta Kamizono2018-06-073-19/+13
* | Merge pull request #33067 from kamipo/fix_force_equalityRafael França2018-06-061-0/+7
|\ \
| * | Fix force equality checking not to break the serialized attribute with ArrayRyuta Kamizono2018-06-061-0/+7
* | | Child joins should be aliased when merging relationsChalo Fernandez2018-06-061-1/+26
|/ /
* | Merge pull request #33029 from fedxgibson/raise_with_duplicate_columnsEileen M. Uchitelle2018-06-041-0/+11
|\ \
| * | Migrations will raise an exception if there are multiple column definitions (...Federico Martinez2018-06-011-0/+11
* | | Initialization block is a part of `build_record`Ryuta Kamizono2018-06-041-0/+12
* | | Fix `save` in `after_create_commit` won't invoke extra `after_create_commit`Ryuta Kamizono2018-06-041-0/+9
* | | `record.destroy` on new record won't invoke after create commit callbacksRyuta Kamizono2018-06-031-0/+8
|/ /
* | CI against MariaDB 10.3Yasuo Honda2018-06-011-1/+3
* | Merge pull request #32952 from mechanicles/32940-fixRyuta Kamizono2018-05-293-0/+24
|\ \
| * | Fix parent record should not get saved with duplicate children recordsSantosh Wadghule2018-05-283-0/+24
| |/
* | Ensure casting by boolean attribute when queryingRyuta Kamizono2018-05-292-43/+43
* | Fix: Arel Postgresql visitor generates invalid SQL for GROUPING SETS.david2018-05-281-3/+3
* | Parse raw value only when a value came from user in numericality validatorRyuta Kamizono2018-05-281-1/+4
* | Fix that association's after_touch is not called with counter cacheRyuta Kamizono2018-05-272-0/+27
* | Fix inconsistent touching behavior between assigning and unassigningRyuta Kamizono2018-05-272-1/+26
* | Fix `belongs_to_counter_cache_after_update` to respect polymorphic type changeRyuta Kamizono2018-05-271-1/+12
* | Fix `belongs_to_counter_cache_after_update` to respect custom primary key cou...Ryuta Kamizono2018-05-261-1/+7
* | Fix `different_target?` to respect custom primary key counterRyuta Kamizono2018-05-261-0/+7
* | Eager loading won't mutate owner recordRyuta Kamizono2018-05-251-0/+8
* | Make force equality checking more strictly not to allow serialized attributeRyuta Kamizono2018-05-252-0/+13
|/
* Rollback parent transaction when children fails to update (#32796)Guillaume Malette2018-05-222-0/+17
* Disable foreign keys during `alter_table` for sqlite3 adapterYasuo Honda2018-05-221-0/+46
* Merge pull request #32923 from yahonda/bump_sqlite3_version_to_38Ryuta Kamizono2018-05-212-19/+5
|\
| * Bump minimum SQLite version to 3.8Yasuo Honda2018-05-212-19/+5
* | Enable `Lint/StringConversionInInterpolation` rubocop ruleRyuta Kamizono2018-05-211-2/+2
|/
* Rollback correctly restore initial record id after double saveRyuta Kamizono2018-05-191-0/+1
* Finalize transaction record state after real transactionEugene Kenny2018-05-191-0/+29