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
*
Implicit through table joins should be appeared before user supplied joins
Ryuta Kamizono
2019-05-19
1
-17
/
+11
*
Fix merging left_joins to maintain its own `join_type` context
Ryuta Kamizono
2019-04-27
3
-8
/
+14
*
Avoid redundant `attribute_alias?` before `attribute_alias`
Ryuta Kamizono
2019-04-24
1
-1
/
+1
*
Merge pull request #36029 from kamipo/deprecate_where_not
Ryuta Kamizono
2019-04-23
2
-9
/
+26
|
\
|
*
Deprecate `where.not` working as NOR and will be changed to NAND in Rails 6.1
Ryuta Kamizono
2019-04-19
2
-9
/
+26
*
|
Don't table name qualify aggrigate column for virtual attribute
Ryuta Kamizono
2019-04-22
1
-4
/
+2
*
|
Remove useless `set_value` / `get_value` helper methods
Ryuta Kamizono
2019-04-22
1
-15
/
+8
*
|
Give GeneratedRelationMethods module a name
Ryuta Kamizono
2019-04-19
1
-1
/
+4
|
/
*
Clarify exists check in logs
Dan Fitch
2019-04-09
1
-1
/
+1
*
Remove duplicated attribute alias resolution in `_select!`
Ryuta Kamizono
2019-04-09
1
-6
/
+3
*
Fix GROUP BY with calculate longer name field to respect `table_alias_length`
Ryuta Kamizono
2019-04-08
1
-5
/
+6
*
Don't repeat same expression in SELECT and GROUP BY clauses
Ryuta Kamizono
2019-04-06
1
-26
/
+20
*
Stash `left_joins` into `joins` to deduplicate redundant LEFT JOIN
Ryuta Kamizono
2019-04-05
3
-30
/
+30
*
Fix `count(:all)` with eager loading and explicit select and order
Ryuta Kamizono
2019-04-04
1
-4
/
+5
*
Optimizer hints should be applied on Top level query as much as possible
Ryuta Kamizono
2019-04-04
2
-3
/
+13
*
Merge pull request #35727 from zinosama/zzz/update-doc-for-includes
Ryuta Kamizono
2019-04-01
1
-1
/
+7
|
\
|
*
[ci skip] Update doc for unnecessary #references
zino
2019-03-23
1
-1
/
+7
*
|
Add `ActiveRecord::Relation#extract_associated` for extracting associated rec...
David Heinemeier Hansson
2019-03-29
1
-0
/
+13
|
/
*
Add Relation#annotate for SQL commenting
Matt Yoho
2019-03-21
1
-1
/
+22
*
Add test case for unscoping `:optimizer_hints`
Ryuta Kamizono
2019-03-18
1
-1
/
+1
*
Support Optimizer Hints
Ryuta Kamizono
2019-03-16
1
-0
/
+24
*
Merge pull request #35503 from samjohn/cannot-grammar-correction
Xavier Noria
2019-03-07
2
-2
/
+2
|
\
|
*
Replace “can not” with “cannot”.
Samantha John
2019-03-06
2
-2
/
+2
*
|
Fix incorrect identifier quoting [ci skip]
Ryuta Kamizono
2019-03-07
1
-2
/
+2
|
/
*
Relax table name detection in `from` to allow any extension like INDEX hint
Ryuta Kamizono
2019-03-01
1
-2
/
+5
*
Merge pull request #33611 from willianveiga/feature/reselect-method
Andrew White
2019-03-01
1
-0
/
+21
|
\
|
*
Avoid creating an extra relation instance
Willian Gustavo Veiga
2018-10-24
1
-2
/
+9
|
*
Merge branch 'master' into feature/reselect-method
Willian Gustavo Veiga
2018-10-22
1
-10
/
+8
|
|
\
|
*
\
Merge branch 'master' into feature/reselect-method
Willian Gustavo Veiga
2018-10-11
1
-0
/
+30
|
|
\
\
|
*
\
\
Merge branch 'master' into feature/reselect-method
Willian Gustavo Veiga
2018-10-02
7
-24
/
+30
|
|
\
\
\
|
*
|
|
|
Add reselect method
Willian Gustavo Veiga
2018-08-13
1
-0
/
+14
*
|
|
|
|
[ci skip] The `find` method coerces the given arguments to integer if the `pr...
Mehmet Emin INAC
2019-02-28
1
-1
/
+1
*
|
|
|
|
[ci skip] Fix the documentation of ActiveRecord::FinderMethods#find
Mehmet Emin INAC
2019-02-28
1
-2
/
+2
*
|
|
|
|
Refactor `generated_relation_methods` to remove duplicated code on `ClassSpec...
Ryuta Kamizono
2019-02-28
1
-31
/
+20
*
|
|
|
|
fixes different `count` calculation when using `size` manual `select` with DI...
jvillarejo
2019-02-26
1
-3
/
+8
*
|
|
|
|
Fix `pluck` and `select` with `from` if `from` has original table name
Ryuta Kamizono
2019-02-22
1
-1
/
+3
*
|
|
|
|
Fix lint `ShadowingOuterLocalVariable`
soartec-lab
2019-02-21
1
-3
/
+3
*
|
|
|
|
Don't allow `where` with invalid value matches to nil values
Ryuta Kamizono
2019-02-18
1
-2
/
+4
*
|
|
|
|
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
[next]