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
...
*
|
|
|
|
Fix eager loading polymorphic association with mixed table conditions
Ryuta Kamizono
2019-02-18
1
-5
/
+1
*
|
|
|
|
Merge pull request #35274 from AlexBrodianoi/fix_does_not_support_reverse
Ryuta Kamizono
2019-02-17
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Raise ActiveRecord::IrreversibleOrderError if nulls first/last is not a singl...
Finn Young
2019-02-17
1
-1
/
+1
*
|
|
|
|
|
Fix `order` with custom attributes
Ryuta Kamizono
2019-02-17
1
-2
/
+8
*
|
|
|
|
|
Deprecate using class level querying methods if the receiver scope regarded a...
Ryuta Kamizono
2019-02-15
1
-1
/
+1
|
/
/
/
/
/
*
|
|
|
|
Revert "Chaining named scope is no longer leaking to class level querying met...
Ryuta Kamizono
2019-02-14
1
-1
/
+1
*
|
|
|
|
Fix `pluck` and `select` with custom attributes
Ryuta Kamizono
2019-02-13
2
-9
/
+19
*
|
|
|
|
Fix `relation.exists?` with giving both `distinct` and `offset`
Ryuta Kamizono
2019-02-08
1
-4
/
+8
*
|
|
|
|
Refactor around scoping
Ryuta Kamizono
2019-02-07
1
-1
/
+1
*
|
|
|
|
Relation no longer respond to Arel methods
Ryuta Kamizono
2019-02-06
1
-1
/
+1
*
|
|
|
|
Chaining named scope is no longer leaking to class level querying methods
Ryuta Kamizono
2019-02-06
1
-1
/
+1
*
|
|
|
|
activerecord: Fix statement cache for strictly cast attributes
Dylan Thacker-Smith
2019-01-23
1
-1
/
+1
*
|
|
|
|
activerecord: Fix where nil condition on composed_of attribute
Dylan Thacker-Smith
2019-01-18
1
-4
/
+5
*
|
|
|
|
All of queries should return correct result even if including large number
Ryuta Kamizono
2019-01-18
1
-10
/
+0
*
|
|
|
|
Use `unboundable?` rather than `boundable?`
Ryuta Kamizono
2019-01-18
1
-7
/
+12
*
|
|
|
|
Merge pull request #34963 from dylanahsmith/better-composed-of-single-field-q...
Rafael França
2019-01-17
1
-8
/
+12
|
\
\
\
\
\
|
*
|
|
|
|
Use public_send instead since respond_to? doesn't include private/protected m...
Ryuta Kamizono
2019-01-17
1
-1
/
+1
|
*
|
|
|
|
Avoid using yield_self to make it easier to backport
Dylan Thacker-Smith
2019-01-17
1
-5
/
+4
|
*
|
|
|
|
activerecord: Use a simpler query condition for aggregates with one mapping
Dylan Thacker-Smith
2019-01-17
1
-8
/
+13
*
|
|
|
|
|
Do not allow passing the column name to `sum` when a block is passed
Rafael Mendonça França
2019-01-17
1
-6
/
+4
*
|
|
|
|
|
Do not allow passing the column name to `count` when a block is passed
Rafael Mendonça França
2019-01-17
1
-6
/
+4
*
|
|
|
|
|
Remove delegation of missing methods in a relation to arel
Rafael Mendonça França
2019-01-17
1
-4
/
+0
*
|
|
|
|
|
Remove delegation of missing methods in a relation to private methods of the ...
Rafael Mendonça França
2019-01-17
1
-5
/
+0
|
/
/
/
/
/
*
|
|
|
|
Merge branch 'master' into ac_params_exists
Aaron Patterson
2019-01-11
2
-24
/
+5
|
\
\
\
\
\
|
*
|
|
|
|
Consolidate the duplicated code that building range predicate
Ryuta Kamizono
2019-01-08
2
-24
/
+5
*
|
|
|
|
|
Allow strong params in ActiveRecord::Base#exists?
Gannon McGibbon
2019-01-07
1
-0
/
+2
|
/
/
/
/
/
*
|
|
|
|
Make average compatible accross Ruby versions
Alberto Almagro
2019-01-04
1
-1
/
+1
*
|
|
|
|
Fix TypeError: no implicit conversion of Arel::Attributes::Attribute into Str...
Ryuta Kamizono
2019-01-02
1
-1
/
+1
*
|
|
|
|
Module#{define_method,alias_method,undef_method,remove_method} become public ...
Ryuta Kamizono
2018-12-21
1
-1
/
+1
*
|
|
|
|
Fix the scoping with query methods in the scope block
Ryuta Kamizono
2018-11-30
1
-1
/
+1
*
|
|
|
|
Make implicit order column configurable
Tekin Suleyman
2018-11-26
1
-2
/
+2
*
|
|
|
|
Arel: Implemented DB-aware NULL-safe comparison (#34451)
Dmytro Shteflyuk
2018-11-15
1
-0
/
+4
*
|
|
|
|
Ignore empty condition on #construct_relation_for_exists
r7kamura
2018-10-27
1
-1
/
+1
*
|
|
|
|
Lazy checking whether or not values in IN clause are boundable
Ryuta Kamizono
2018-10-24
1
-3
/
+2
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Don't expose internal `get_value`/`set_value` methods
Ryuta Kamizono
2018-10-18
1
-10
/
+8
|
|
_
|
/
|
/
|
|
*
|
|
Generate delegation methods to named scope in the definition time
Ryuta Kamizono
2018-10-09
1
-0
/
+30
|
|
/
|
/
|
*
|
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
3
-6
/
+6
*
|
Bugfix ActiveRecord::Relation#merge special case of from clause
Bogdan Gusiev
2018-09-28
1
-3
/
+6
*
|
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
[prev]
[next]