index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
relation
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
1
-2
/
+2
*
Don't return the same object when using find with an empty array
Rafael Mendonça França
2018-09-19
1
-1
/
+1
*
Fallback to unprepared statement only when bind params limit is exceeded
Ryuta Kamizono
2018-09-14
2
-7
/
+3
*
Eager loading/preloading should be worked regardless of large number of records
Ryuta Kamizono
2018-09-12
2
-5
/
+10
*
Use `visitor.compile` instead of constructing by connection itself
Ryuta Kamizono
2018-09-09
1
-1
/
+1
*
Permit list usage cleanup and clearer documentation
Kevin Deisz
2018-08-27
2
-3
/
+3
*
Convert over the rest of the whitelist references
Kevin Deisz
2018-08-24
2
-3
/
+3
*
Fix merging relation that order including `?`
Ryuta Kamizono
2018-08-21
1
-2
/
+2
*
Use `Array#extract!` where possible
bogdanvlviv
2018-08-14
1
-2
/
+4
*
Revert "Merge pull request #24131 from brchristian/limit_and_primary_key"
Ryuta Kamizono
2018-08-01
1
-1
/
+1
*
Extract `Relation#bind_attribute` for internal use
Ryuta Kamizono
2018-07-30
1
-8
/
+5
*
Fix TypeError: no implicit conversion of Arel::Attributes::Attribute into String
Bart de Water
2018-07-28
1
-1
/
+1
*
Enable Start/EndWith and RegexpMatch cops
Bart de Water
2018-07-28
1
-1
/
+1
*
don't impose primary key order if limit() is defined
Brian Christian
2018-07-19
1
-1
/
+1
*
Revert "Short circuit the scoping delegation for `relation.all`"
Ryuta Kamizono
2018-07-19
1
-1
/
+0
*
Use `construct_join_dependency` in all places
Ryuta Kamizono
2018-07-03
3
-13
/
+6
*
Ensure to calculate column aliases after all table aliases are constructed
Ryuta Kamizono
2018-06-19
3
-16
/
+12
*
Fix GROUP BY queries to apply LIMIT/OFFSET after aggregations
Ryuta Kamizono
2018-06-07
1
-1
/
+1
*
Fix force equality checking not to break the serialized attribute with Array
Ryuta Kamizono
2018-06-06
1
-1
/
+0
*
Make force equality checking more strictly not to allow serialized attribute
Ryuta Kamizono
2018-05-25
1
-5
/
+7
*
`get_value` needs to be a public method
Graham Turner
2018-04-25
1
-4
/
+5
*
Fix relation merging with skip_query_cache!
James Williams
2018-04-19
1
-2
/
+2
*
Merge pull request #32355 from kamipo/delegate_to_klass_in_a_scope
Rafael França
2018-04-06
1
-0
/
+5
|
\
|
*
Deprecate accessibility of private/protected class methods in named scope
Ryuta Kamizono
2018-03-30
1
-2
/
+4
|
*
Bring back private class methods accessibility in named scope
Ryuta Kamizono
2018-03-27
1
-0
/
+3
*
|
Short circuit the scoping delegation for `relation.all`
Ryuta Kamizono
2018-03-30
1
-0
/
+1
|
/
*
Merge pull request #32221 from composerinteralia/batch-predicate-builder
Ryuta Kamizono
2018-03-22
1
-10
/
+16
|
\
|
*
Use PredicateBuilder for bind params in Batches
Daniel Colson
2018-03-11
1
-10
/
+16
*
|
Only preload misses on multifetch cache
Lachlan Sylvester
2018-03-06
1
-0
/
+5
|
/
*
Eager loading with polymorphic associations should behave consistently
Ryuta Kamizono
2018-03-04
1
-3
/
+3
*
Extract all `base_class.name` as `polymorphic_name`
Ryuta Kamizono
2018-03-04
1
-5
/
+7
*
Distinct with order #count regression
Max Schwenk
2018-02-25
1
-1
/
+1
*
PostgreSQL: Treat infinite values in date like datetime consistently
Ryuta Kamizono
2018-02-23
2
-3
/
+21
*
Use private attr_reader
Ryuta Kamizono
2018-02-23
6
-13
/
+6
*
Revert "Delegate `uniq` to `records`"
Ryuta Kamizono
2018-02-18
1
-1
/
+1
*
Rails 6 requires Ruby 2.3+
Jeremy Daer
2018-02-17
2
-8
/
+2
*
Merge pull request #31133 from mohsen-alizadeh/sanitize_empty_and_nil_paramet...
Matthew Draper
2018-02-11
1
-0
/
+1
|
\
|
*
sanitize empty and nil parameters to select
Mohsen Alizadeh
2017-11-12
1
-0
/
+1
*
|
Fix formatting of `pick` [ci skip]
yuuji.yaginuma
2018-02-10
1
-1
/
+1
*
|
Add Relation#pick as short-hand for single-value plucks (#31941)
David Heinemeier Hansson
2018-02-09
1
-0
/
+18
*
|
Avoid extra calls to to_s
Daniel Colson
2018-01-29
1
-1
/
+1
*
|
Fix expanding an array of `composed_of` objects which have multiple mappings
Ryuta Kamizono
2018-01-29
2
-1
/
+12
*
|
Fix `count(:all)` with eager loading and having an order other than the drivi...
Ryuta Kamizono
2018-01-25
1
-1
/
+8
*
|
Avoid passing unnecessary arguments to relation
Daniel Colson
2018-01-24
2
-2
/
+6
*
|
Fix relation merger issue with `left_outer_joins`
Mehmet Emin INAC
2018-01-15
2
-1
/
+27
*
|
Merge pull request #28313 from sandrew/master
Ryuta Kamizono
2018-01-15
1
-2
/
+3
|
\
\
|
*
|
Allow unscoping of left_outer_joins
Andrei Shaidurov
2017-03-06
1
-1
/
+1
*
|
|
Don't need to pass `manager` to `convert_join_strings_to_ast`
Ryuta Kamizono
2018-01-14
1
-2
/
+2
*
|
|
Don't pass garbage args to alias tracker
Ryuta Kamizono
2018-01-14
1
-1
/
+2
*
|
|
Use `apply_join_dependency` instead of meaningless named `find_with_associati...
Ryuta Kamizono
2018-01-11
1
-24
/
+11
[next]