| Commit message (Expand) | Author | Age | Files | Lines |
* | Describe what we are protecting | Akira Matsuda | 2016-12-23 | 1 | -0/+2 |
* | Merge pull request #26282 from kamipo/add_type_default_value | Sean Griffin | 2016-08-31 | 1 | -1/+1 |
|\ |
|
| * | Add `Type.default_value` and use it everywhere for internal | Ryuta Kamizono | 2016-08-26 | 1 | -1/+1 |
* | | Switch back to `Hash.dup` | Ryuta Kamizono | 2016-08-28 | 1 | -3/+1 |
|/ |
|
* | Do not handle as an associated predicate if a table has the column | Ryuta Kamizono | 2016-08-16 | 1 | -0/+4 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
* | Correctly return `associated_table` when `associated_with?` is true | Ryuta Kamizono | 2016-07-10 | 1 | -3/+3 |
* | Fix `has_one` `enum` `where` queries | Jon Moss | 2016-05-26 | 1 | -1/+2 |
* | Defer Arel attribute lookup to the model class | Matthew Draper | 2016-02-04 | 1 | -1/+5 |
* | Reduce allocation in `resolve_column_aliases`. | Guo Xiang Tan | 2015-09-08 | 1 | -5/+5 |
* | Use Hash[] instead of Hash#dup in resolve_column_aliases | Rafael Mendonça França | 2015-09-07 | 1 | -1/+3 |
* | Revert the behavior of association names and `where` to be closer to 4.2 | Sean Griffin | 2015-06-27 | 1 | -1/+1 |
* | Respect custom primary keys for associations in `Relation#where` | Sean Griffin | 2015-02-04 | 1 | -0/+1 |
* | Use an `Attribute` object to represent a bind value | Sean Griffin | 2015-01-27 | 1 | -4/+3 |
* | Go through normal `where` logic in `AssociationScope` | Sean Griffin | 2015-01-26 | 1 | -1/+1 |
* | Expand the number of types which can use prepared statements | Sean Griffin | 2015-01-24 | 1 | -0/+3 |
* | Move `create_binds` over to the `PredicateBuilder` | Sean Griffin | 2015-01-19 | 1 | -0/+6 |
* | Extract an explicit type caster class | Sean Griffin | 2014-12-29 | 1 | -32/+1 |
* | Rely on the injectable type caster for `arel_table` | Sean Griffin | 2014-12-29 | 1 | -49/+13 |
* | Fall back to type casting from the connection adapter | Sean Griffin | 2014-12-26 | 1 | -2/+70 |
* | Perform casting of single values within the predicate builder | Sean Griffin | 2014-12-26 | 1 | -0/+6 |
* | Remove `klass` and `arel_table` as a dependency of `PredicateBuilder` | Sean Griffin | 2014-12-26 | 1 | -0/+46 |