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
/
test
/
cases
/
relation
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
1
-1
/
+0
*
Fall back to type casting from the connection adapter
Ryuta Kamizono
2019-05-21
1
-1
/
+6
*
Fix sliced IN clauses to be grouped
Ryuta Kamizono
2019-04-24
1
-0
/
+7
*
Deprecate `where.not` working as NOR and will be changed to NAND in Rails 6.1
Ryuta Kamizono
2019-04-19
2
-6
/
+51
*
Add missing `touch_all` delegation to relation
Ryuta Kamizono
2019-04-05
2
-1
/
+33
*
Stash `left_joins` into `joins` to deduplicate redundant LEFT JOIN
Ryuta Kamizono
2019-04-05
1
-1
/
+1
*
Revert unused code and re-using query annotation for `update_all` and `delete...
Ryuta Kamizono
2019-04-01
2
-46
/
+0
*
Add Relation#annotate for SQL commenting
Matt Yoho
2019-03-21
3
-0
/
+58
*
Delegate `only` query method to relation as with `except`
Ryuta Kamizono
2019-03-07
1
-1
/
+1
*
Refactor AR::Querying to extract `QUERYING_METHODS` list
Ryuta Kamizono
2019-03-07
1
-14
/
+16
*
Fixed reselect throwing NoMethodError on ActiveRecord.
Abhay Nikam
2019-03-03
2
-1
/
+8
*
Oracle database can run `delete` statement with `order by` and`fetch first n ...
Yasuo Honda
2019-03-03
1
-19
/
+17
*
Merge pull request #33611 from willianveiga/feature/reselect-method
Andrew White
2019-03-01
1
-0
/
+5
|
\
|
*
Merge branch 'master' into feature/reselect-method
Willian Gustavo Veiga
2018-10-02
4
-3
/
+360
|
|
\
|
*
|
Add reselect method
Willian Gustavo Veiga
2018-08-13
1
-0
/
+5
*
|
|
Merge pull request #35352 from kamipo/update_all_doesnt_care_optimistic_locking
Ryuta Kamizono
2019-02-25
1
-8
/
+63
|
\
\
\
|
*
|
|
Ensure `update_all` series cares about optimistic locking
Ryuta Kamizono
2019-02-25
1
-8
/
+63
*
|
|
|
Remove duplicated protected params definitions
Ryuta Kamizono
2019-02-24
1
-20
/
+2
|
/
/
/
*
|
|
Don't allow `where` with non numeric string matches to 0 values
Ryuta Kamizono
2019-02-20
1
-1
/
+2
*
|
|
Add delegation tests for delete_by and destroy_by methods
Abhay Nikam
2019-02-20
1
-1
/
+1
*
|
|
Don't allow `where` with invalid value matches to nil values
Ryuta Kamizono
2019-02-18
1
-2
/
+6
*
|
|
Fix `order` with custom attributes
Ryuta Kamizono
2019-02-17
1
-2
/
+2
*
|
|
Relation no longer respond to Arel methods
Ryuta Kamizono
2019-02-06
1
-3
/
+7
*
|
|
All of queries should return correct result even if including large number
Ryuta Kamizono
2019-01-18
2
-0
/
+15
*
|
|
Remove delegation of missing methods in a relation to arel
Rafael Mendonça França
2019-01-17
1
-16
/
+0
*
|
|
Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block
Ryuta Kamizono
2018-12-21
1
-5
/
+3
*
|
|
Arel: Implemented DB-aware NULL-safe comparison (#34451)
Dmytro Shteflyuk
2018-11-15
1
-0
/
+4
|
|
/
|
/
|
*
|
Bugfix ActiveRecord::Relation#merge special case of from clause
Bogdan Gusiev
2018-09-28
1
-0
/
+4
*
|
Use table name qualified column name for update counters
Ryuta Kamizono
2018-09-16
1
-0
/
+8
*
|
Extract `{update,delete}_all_test.rb` from `persistence_test.rb` and `relatio...
Ryuta Kamizono
2018-09-16
2
-0
/
+335
*
|
Permit list usage cleanup and clearer documentation
Kevin Deisz
2018-08-27
1
-3
/
+3
*
|
Convert remaining usage of whitelist and blacklist
Kevin Deisz
2018-08-24
1
-3
/
+3
*
|
Fix merging relation that order including `?`
Ryuta Kamizono
2018-08-21
1
-0
/
+10
|
/
*
Fix the obvious typos detected by github.com/client9/misspell
Kazuhiro Sera
2018-08-08
1
-1
/
+1
*
`get_value` needs to be a public method
Graham Turner
2018-04-25
1
-0
/
+7
*
Fix relation merging with skip_query_cache!
James Williams
2018-04-19
1
-0
/
+4
*
don't check for immutability when setting skip_preloading as it doesn't effec...
Lachlan Sylvester
2018-04-12
1
-1
/
+1
*
Add `QueryingMethodsDelegationTest` to cover query methods delegation
Ryuta Kamizono
2018-03-22
1
-0
/
+28
*
Only preload misses on multifetch cache
Lachlan Sylvester
2018-03-06
1
-1
/
+6
*
Merge pull request #31133 from mohsen-alizadeh/sanitize_empty_and_nil_paramet...
Matthew Draper
2018-02-11
1
-0
/
+15
|
\
|
*
add test case to relation select
Mohsen Alizadeh
2017-12-03
1
-0
/
+15
*
|
Use assert_empty and assert_not_empty
Daniel Colson
2018-01-25
2
-4
/
+4
*
|
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
3
-7
/
+7
*
|
Change refute to assert_not
Daniel Colson
2018-01-25
1
-1
/
+1
*
|
Avoid passing unnecessary arguments to relation
Daniel Colson
2018-01-24
1
-1
/
+1
*
|
Fix relation merger issue with `left_outer_joins`
Mehmet Emin INAC
2018-01-15
1
-0
/
+6
*
|
Suppress `warning: BigDecimal.new is deprecated` in activerecord
Yasuo Honda
2017-12-13
1
-1
/
+1
|
/
*
Address random `test_or_with_bind_params` failures
Yasuo Honda
2017-09-13
1
-1
/
+1
*
Merge pull request #30377 from keepcosmos/delegate-missing-methods
Matthew Draper
2017-08-31
1
-2
/
+2
|
\
|
*
Delegate :rindex, :slice, :rotate to 'records'
keepcosmos
2017-08-24
1
-2
/
+2
[next]