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
*
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
*
|
Should be appear deprecation message for every call (#29649)
Ryuta Kamizono
2017-08-27
1
-8
/
+0
*
|
Should work inverse association when eager loading
Ryuta Kamizono
2017-08-25
1
-10
/
+1
|
/
*
Merge pull request #30169 from awortham/awortham/awortham/fix-sql-distinct-bug
Rafael Mendonça França
2017-08-14
1
-0
/
+3
|
\
|
*
Ensure sum honors distinct on has_many through
Aaron Wortham
2017-08-14
1
-0
/
+3
*
|
Completes ActiveRecord::Batches.find_each example [ci skip]
Marc Rendl Ignacio
2017-08-13
1
-1
/
+6
|
/
*
Merge pull request #30126 from chopraanmol1/support_for_has_many_and_has_one_...
Rafael França
2017-08-11
1
-2
/
+2
|
\
|
*
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
*
|
Merge pull request #29720 from gaurish/ar_find_error_message_improvement
Rafael França
2017-08-11
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
Return Not found Ids in ActiveRecord::NotFound
Gaurish Sharma
2017-07-29
1
-3
/
+3
*
|
Merge pull request #29914 from kamipo/relation_merger_should_not_fill_empty_v...
Matthew Draper
2017-08-02
2
-19
/
+22
|
\
\
|
*
|
`get_value` and `set_value` in `Relation` are no longer used externally
Ryuta Kamizono
2017-07-25
1
-9
/
+10
|
*
|
`Relation::Merger` should not fill `values` with empty values
Ryuta Kamizono
2017-07-25
1
-10
/
+12
*
|
|
Edits following the reviews
Maxime Lapointe
2017-07-28
1
-6
/
+8
*
|
|
Avoid duplicate clauses when using #or
Maxime Lapointe
2017-07-25
1
-9
/
+16
|
|
/
|
/
|
*
|
Merge pull request #29941 from kamipo/remove_single_element_array_preprocess
Sean Griffin
2017-07-25
1
-1
/
+1
|
\
\
|
*
|
Remove single element array preprocess
Ryuta Kamizono
2017-07-26
1
-1
/
+1
*
|
|
Allow `Relation#or` to accept a relation with different `references`
Sean Griffin
2017-07-25
1
-1
/
+2
|
/
/
*
|
Merge pull request #29934 from kamipo/remove_join_information
Sean Griffin
2017-07-25
1
-5
/
+2
|
\
\
|
*
|
Remove useless `JoinInformation`
Ryuta Kamizono
2017-07-25
1
-5
/
+2
*
|
|
Remove unused `queries_predicates`
Ryuta Kamizono
2017-07-25
1
-12
/
+0
|
/
/
*
|
Merge pull request #29848 from kamipo/fix_distinct_count_with_order_and_limit
Rafael França
2017-07-24
1
-10
/
+19
|
\
\
|
|
/
|
/
|
|
*
Should keep the table name qualified `*` for distinct subquery
Ryuta Kamizono
2017-07-22
1
-1
/
+1
|
*
Fix `COUNT(DISTINCT ...)` with `ORDER BY` and `LIMIT`
Ryuta Kamizono
2017-07-22
1
-10
/
+19
*
|
Fix build failures on PG
Sean Griffin
2017-07-24
1
-0
/
+4
*
|
Refactor Active Record to let Arel manage bind params
Sean Griffin
2017-07-24
12
-231
/
+109
|
/
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
21
-0
/
+42
*
Merge branch 'master' into fix_unscope_where_column_with_or
Sean Griffin
2017-07-18
4
-14
/
+14
|
\
|
*
Fix `JoinDependency` with using a custom table
Ryuta Kamizono
2017-07-18
3
-7
/
+6
|
*
Fix `where` with a custom table
Ryuta Kamizono
2017-07-18
1
-1
/
+1
|
*
Remove useless `arel_engine`
Ryuta Kamizono
2017-07-17
1
-1
/
+1
|
*
Fix code formatting for QueryMethods#select
Robin Dupret
2017-07-16
1
-2
/
+3
|
*
Fix `create_with` using both string and symbol
Ryuta Kamizono
2017-07-16
2
-3
/
+3
*
|
Bugfix: unscope(where: [columns]) would not remove the correct binds sometimes
Maxime Lapointe
2017-07-13
1
-1
/
+2
|
/
*
Skip query cache for in_batches and friends
Eugene Kenny
2017-07-06
4
-6
/
+12
*
Merge branch 'master' into require_relative_2017
Xavier Noria
2017-07-02
1
-2
/
+2
|
\
|
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
21
-21
/
+0
|
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
21
-0
/
+21
|
|
\
|
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
21
-0
/
+21
|
*
|
Merge pull request #29506 from pat/frozen-string-literals
Matthew Draper
2017-07-02
1
-2
/
+2
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Make ActiveRecord frozen string literal friendly.
Pat Allan
2017-06-20
1
-2
/
+2
*
|
|
[Active Record] require => require_relative
Akira Matsuda
2017-07-01
5
-15
/
+15
|
/
/
*
|
Fix the next version of Rails from 5.3 to 6.0
Ryuta Kamizono
2017-06-29
1
-2
/
+2
*
|
Deprecate delegating to `arel` in `Relation`
Ryuta Kamizono
2017-06-29
1
-0
/
+2
*
|
Merge pull request #28932 from kamipo/remove_method_missing_in_relation_deleg...
Rafael França
2017-06-28
1
-10
/
+0
|
\
\
|
*
|
Remove `method_missing` in `Relation::Delegation`
Ryuta Kamizono
2017-04-30
1
-10
/
+0
*
|
|
Merge pull request #29405 from kamipo/locked_should_not_build_arel
Rafael França
2017-06-28
3
-8
/
+4
|
\
\
\
|
*
|
|
Remove delegating to arel in a relation
Ryuta Kamizono
2017-06-29
3
-8
/
+4
|
|
|
/
|
|
/
|
[next]