index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Eilertsens Kodeknekkeri
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
relation
/
predicate_builder
Commit message (
Expand
)
Author
Age
Files
Lines
*
Consolidate the duplicated code that building range predicate
Ryuta Kamizono
2019-01-08
1
-21
/
+2
*
Lazy checking whether or not values in IN clause are boundable
Ryuta Kamizono
2018-10-24
1
-3
/
+2
*
Fallback to unprepared statement only when bind params limit is exceeded
Ryuta Kamizono
2018-09-14
1
-2
/
+2
*
Eager loading/preloading should be worked regardless of large number of records
Ryuta Kamizono
2018-09-12
1
-4
/
+5
*
Use `Array#extract!` where possible
bogdanvlviv
2018-08-14
1
-2
/
+4
*
Extract all `base_class.name` as `polymorphic_name`
Ryuta Kamizono
2018-03-04
1
-5
/
+7
*
PostgreSQL: Treat infinite values in date like datetime consistently
Ryuta Kamizono
2018-02-23
1
-3
/
+4
*
Use private attr_reader
Ryuta Kamizono
2018-02-23
4
-8
/
+4
*
Rails 6 requires Ruby 2.3+
Jeremy Daer
2018-02-17
2
-8
/
+2
*
Refactor delegating `join_primary_key` instead of `join_keys` and `associatio...
Ryuta Kamizono
2018-01-01
2
-2
/
+2
*
Ensure `apply_join_dependency` for subqueries in `from` and `where`
Ryuta Kamizono
2017-11-10
1
-0
/
+4
*
Changed join_fk private method to join_foreign_key public method
chopraanmol1
2017-08-09
1
-1
/
+1
*
Currently if relation object are passed to where condition for has one or has...
chopraanmol1
2017-08-08
1
-2
/
+2
*
Remove single element array preprocess
Ryuta Kamizono
2017-07-26
1
-1
/
+1
*
Remove unused `queries_predicates`
Ryuta Kamizono
2017-07-25
1
-12
/
+0
*
Refactor Active Record to let Arel manage bind params
Sean Griffin
2017-07-24
4
-12
/
+35
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
7
-0
/
+14
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
7
-7
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
7
-0
/
+7
*
Don't expose methods and attrs for internal usage
Ryuta Kamizono
2017-05-30
2
-4
/
+10
*
Merge pull request #28767 from kamipo/rename_to_association_query_value
Andrew White
2017-04-15
2
-0
/
+0
|
\
|
*
Rename `association_query_handler.rb` to `association_query_value.rb`
Ryuta Kamizono
2017-04-15
2
-0
/
+0
*
|
Early return in `PredicateBuilder::ArrayHandler`
Ryuta Kamizono
2017-04-15
1
-4
/
+3
|
/
*
`AssociationQueryValue#queries` returns an array for more concise association...
Ryuta Kamizono
2017-04-11
1
-1
/
+1
*
Convert `PolymorphicArrayValue` to PORO queries
Ryuta Kamizono
2017-04-09
2
-25
/
+14
*
Convert `AssociationQueryValue` to PORO queries
Ryuta Kamizono
2017-04-09
1
-30
/
+0
*
Expose `queries` for `AssociationQueryValue` and `PolymorphicArrayValue`
Ryuta Kamizono
2017-04-09
2
-21
/
+25
*
Avoid to handle polymorphic association for `AssociationQueryHandler`
Ryuta Kamizono
2017-03-28
2
-29
/
+21
*
Remove deprecated support to passing a class as a value in a query
Rafael Mendonça França
2016-12-29
1
-29
/
+0
*
Merge pull request #26376 from kamipo/remove_polymorphic_base_class_for_array
Rafael França
2016-12-29
1
-3
/
+0
|
\
|
*
Remove extracting `polymorphic_base_class` for `Array` in `AssociationQueryVa...
Ryuta Kamizono
2016-09-21
1
-3
/
+0
*
|
Describe what we are protecting
Akira Matsuda
2016-12-23
5
-0
/
+10
|
/
*
Fix broken heredoc indentation caused by rubocop auto-correct
Ryuta Kamizono
2016-09-03
1
-3
/
+3
*
Revert "Extract `PredicateBuilder::CaseSensitiveHandler`"
Sean Griffin
2016-08-31
1
-21
/
+0
*
Extract `PredicateBuilder::CaseSensitiveHandler`
Ryuta Kamizono
2016-08-16
1
-0
/
+21
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
5
-41
/
+41
*
Remove unused `predicate_builder` for `BasicObjectHandler` and `RangeHandler`
Ryuta Kamizono
2016-07-02
2
-16
/
+0
*
Reuse a result of `table.associated_table(column)` in `AssociationQueryHandle...
Ryuta Kamizono
2016-05-28
1
-2
/
+3
*
Fixed `where` for polymorphic associations when passed an array containing di...
Philippe Huibonhoa
2016-02-16
2
-0
/
+67
*
Extract a Relation#arel_attribute
Matthew Draper
2016-02-04
1
-1
/
+1
*
Defer Arel attribute lookup to the model class
Matthew Draper
2016-02-04
1
-1
/
+1
*
Use bind parameters for ranges in where clauses
Sean Griffin
2016-01-21
1
-1
/
+17
*
Reduce calls to stringify_keys.
Guo Xiang Tan
2015-09-07
1
-2
/
+2
*
Respect custom primary keys for associations in `Relation#where`
Sean Griffin
2015-02-04
1
-1
/
+21
*
Remove unneeded requires
Rafael Mendonça França
2015-01-04
1
-2
/
+0
*
Rely on the injectable type caster for `arel_table`
Sean Griffin
2014-12-29
3
-23
/
+1
*
Eagerly cast array values passed to the predicate builder
Sean Griffin
2014-12-26
1
-1
/
+6
*
Eagerly cast range values in the predicate builder
Sean Griffin
2014-12-26
1
-0
/
+24
*
Perform casting of single values within the predicate builder
Sean Griffin
2014-12-26
3
-2
/
+27
*
Remove `klass` and `arel_table` as a dependency of `PredicateBuilder`
Sean Griffin
2014-12-26
1
-6
/
+7
[next]