| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into homogeneous-allocation | Aaron Patterson | 2018-06-26 | 1 | -13/+0 |
|\ |
|
| * | Call initialize after allocate | Aaron Patterson | 2018-06-26 | 1 | -13/+0 |
* | | Speed up homogeneous AR lists / reduce allocations | Aaron Patterson | 2018-06-25 | 1 | -0/+5 |
|/ |
|
* | `references(:developers_projects_join)` isn't needed if using `where` with ha... | Ryuta Kamizono | 2018-06-26 | 1 | -16/+2 |
* | OS X -> macOS [Closes #30313] | Xavier Noria | 2018-06-23 | 1 | -1/+1 |
* | Add missing test case for `find` with a large number | Ryuta Kamizono | 2018-06-22 | 1 | -0/+6 |
* | Merge pull request #33074 from lsylvester/optimize-pluck | Rafael França | 2018-06-19 | 1 | -0/+12 |
|\ |
|
| * | Avoid creating temporary arrays in ActiveRecord::Result#cast_values in order ... | Lachlan Sylvester | 2018-06-19 | 1 | -0/+12 |
* | | Ensure to calculate column aliases after all table aliases are constructed | Ryuta Kamizono | 2018-06-19 | 3 | -5/+55 |
|/ |
|
* | Fix `touch` option to behave consistently with `Persistence#touch` method | Ryuta Kamizono | 2018-06-18 | 6 | -27/+69 |
* | Merge pull request #29373 from untidy-hair/store_accessor_enhance | Ryuta Kamizono | 2018-06-13 | 3 | -0/+38 |
|\ |
|
| * | Update prefix and allow suffix options for store accessors | Yukio Mizuta | 2018-06-12 | 3 | -0/+38 |
* | | Add ability to configure cache notifications info | Eileen Uchitelle | 2018-06-12 | 1 | -1/+23 |
* | | Don't use `target=` | Rafael Mendonça França | 2018-06-11 | 1 | -1/+1 |
* | | Use `-=` to change the update the collection on the association | Rafael Mendonça França | 2018-06-11 | 1 | -1/+1 |
* | | Fix alias confliction when joining same table on has many through with left_j... | Ryuta Kamizono | 2018-06-11 | 1 | -0/+4 |
* | | Fix GROUP BY queries to apply LIMIT/OFFSET after aggregations | Ryuta Kamizono | 2018-06-07 | 1 | -0/+18 |
* | | Fix `collection.create` to could be rolled back by `after_save` | Ryuta Kamizono | 2018-06-07 | 2 | -0/+21 |
* | | Reuse existing model for testing duplicated children records | Ryuta Kamizono | 2018-06-07 | 3 | -19/+13 |
* | | Merge pull request #33067 from kamipo/fix_force_equality | Rafael França | 2018-06-06 | 1 | -0/+7 |
|\ \ |
|
| * | | Fix force equality checking not to break the serialized attribute with Array | Ryuta Kamizono | 2018-06-06 | 1 | -0/+7 |
* | | | Child joins should be aliased when merging relations | Chalo Fernandez | 2018-06-06 | 1 | -1/+26 |
|/ / |
|
* | | Merge pull request #33029 from fedxgibson/raise_with_duplicate_columns | Eileen M. Uchitelle | 2018-06-04 | 1 | -0/+11 |
|\ \ |
|
| * | | Migrations will raise an exception if there are multiple column definitions (... | Federico Martinez | 2018-06-01 | 1 | -0/+11 |
* | | | Initialization block is a part of `build_record` | Ryuta Kamizono | 2018-06-04 | 1 | -0/+12 |
* | | | Fix `save` in `after_create_commit` won't invoke extra `after_create_commit` | Ryuta Kamizono | 2018-06-04 | 1 | -0/+9 |
* | | | `record.destroy` on new record won't invoke after create commit callbacks | Ryuta Kamizono | 2018-06-03 | 1 | -0/+8 |
|/ / |
|
* | | CI against MariaDB 10.3 | Yasuo Honda | 2018-06-01 | 1 | -1/+3 |
* | | Merge pull request #32952 from mechanicles/32940-fix | Ryuta Kamizono | 2018-05-29 | 3 | -0/+24 |
|\ \ |
|
| * | | Fix parent record should not get saved with duplicate children records | Santosh Wadghule | 2018-05-28 | 3 | -0/+24 |
| |/ |
|
* | | Ensure casting by boolean attribute when querying | Ryuta Kamizono | 2018-05-29 | 2 | -43/+43 |
* | | Fix: Arel Postgresql visitor generates invalid SQL for GROUPING SETS. | david | 2018-05-28 | 1 | -3/+3 |
* | | Parse raw value only when a value came from user in numericality validator | Ryuta Kamizono | 2018-05-28 | 1 | -1/+4 |
* | | Fix that association's after_touch is not called with counter cache | Ryuta Kamizono | 2018-05-27 | 2 | -0/+27 |
* | | Fix inconsistent touching behavior between assigning and unassigning | Ryuta Kamizono | 2018-05-27 | 2 | -1/+26 |
* | | Fix `belongs_to_counter_cache_after_update` to respect polymorphic type change | Ryuta Kamizono | 2018-05-27 | 1 | -1/+12 |
* | | Fix `belongs_to_counter_cache_after_update` to respect custom primary key cou... | Ryuta Kamizono | 2018-05-26 | 1 | -1/+7 |
* | | Fix `different_target?` to respect custom primary key counter | Ryuta Kamizono | 2018-05-26 | 1 | -0/+7 |
* | | Eager loading won't mutate owner record | Ryuta Kamizono | 2018-05-25 | 1 | -0/+8 |
* | | Make force equality checking more strictly not to allow serialized attribute | Ryuta Kamizono | 2018-05-25 | 2 | -0/+13 |
|/ |
|
* | Rollback parent transaction when children fails to update (#32796) | Guillaume Malette | 2018-05-22 | 2 | -0/+17 |
* | Disable foreign keys during `alter_table` for sqlite3 adapter | Yasuo Honda | 2018-05-22 | 1 | -0/+46 |
* | Merge pull request #32923 from yahonda/bump_sqlite3_version_to_38 | Ryuta Kamizono | 2018-05-21 | 2 | -19/+5 |
|\ |
|
| * | Bump minimum SQLite version to 3.8 | Yasuo Honda | 2018-05-21 | 2 | -19/+5 |
* | | Enable `Lint/StringConversionInInterpolation` rubocop rule | Ryuta Kamizono | 2018-05-21 | 1 | -2/+2 |
|/ |
|
* | Rollback correctly restore initial record id after double save | Ryuta Kamizono | 2018-05-19 | 1 | -0/+1 |
* | Finalize transaction record state after real transaction | Eugene Kenny | 2018-05-19 | 1 | -0/+29 |
* | Fix user_input_in_time_zone to coerce non valid string into nil | Annie-Claude Côté | 2018-05-16 | 1 | -0/+10 |
* | Add math tests | Nikolai B | 2018-05-14 | 2 | -9/+83 |
* | Fix `CustomCops/AssertNot` to allow it to have failure message | Ryuta Kamizono | 2018-05-13 | 25 | -91/+91 |