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 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
*
|
|
Merge pull request #29556 from kamipo/extract_ordered_relation
Rafael França
2017-06-27
1
-12
/
+11
|
\
\
\
|
*
|
|
Extract `ordered_relation` in `FinderMethods`
Ryuta Kamizono
2017-06-24
1
-12
/
+11
|
|
/
/
*
/
/
Fix extracting `references` via `order_values` to respect quoting
Ryuta Kamizono
2017-06-26
1
-1
/
+1
|
/
/
*
|
Don't require 'unscope' to be the same for both sides of a 'or' relation.
Dan Sherson
2017-06-15
1
-1
/
+1
*
|
Prevent making bind param if casted value is nil
Ryuta Kamizono
2017-05-31
2
-8
/
+13
*
|
Don't expose methods and attrs for internal usage
Ryuta Kamizono
2017-05-30
2
-4
/
+10
*
|
Merge pull request #29098 from kamipo/fix_association_with_extension_issues
Matthew Draper
2017-05-30
1
-2
/
+0
|
\
\
|
*
|
Fix association with extension issues
Ryuta Kamizono
2017-05-28
1
-2
/
+0
*
|
|
Deprecate passing arguments and block at the same time to `count` and `sum` i...
Ryuta Kamizono
2017-05-29
1
-2
/
+20
*
|
|
Merge pull request #29003 from kamipo/delegate_ast_and_locked_to_arel_explicitly
Matthew Draper
2017-05-28
1
-0
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Delegate `ast` and `locked` to `arel` explicitly
Ryuta Kamizono
2017-05-06
1
-0
/
+2
*
|
|
Doc updates for ActiveRecord::Batches
T.J. Schuck
2017-05-26
1
-12
/
+12
*
|
|
Avoid circular require due to autoload
Matthew Draper
2017-05-26
1
-9
/
+9
*
|
|
Make `VALID_DIRECTIONS` to `Set`
Ryuta Kamizono
2017-05-20
1
-3
/
+5
*
|
|
Merge pull request #28919 from meinac/fix_ambigious_exception_message_of_sele...
Kasper Timm Hansen
2017-05-12
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix ambigious error message of select query method
Mehmet Emin INAC
2017-05-08
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Don't eager loading if unneeded for `FinderMethods#exists?`
Ryuta Kamizono
2017-05-11
1
-2
/
+4
|
|
/
|
/
|
*
|
Don't pass `arel.engine` to `Arel::SelectManager.new`
Ryuta Kamizono
2017-05-05
1
-2
/
+1
|
/
*
Merge pull request #28828 from kamipo/fix_extending_modules_on_association
Rafael França
2017-04-25
1
-0
/
+2
|
\
|
*
Mixin `CollectionProxy::DelegateExtending` after `ClassSpecificRelation`
Ryuta Kamizono
2017-04-22
1
-0
/
+2
*
|
`respond_to_missing?` should be private
Ryuta Kamizono
2017-04-22
1
-5
/
+3
|
/
*
Merge pull request #28767 from kamipo/rename_to_association_query_value
Andrew White
2017-04-15
3
-8
/
+9
|
\
|
*
Rename `association_query_handler.rb` to `association_query_value.rb`
Ryuta Kamizono
2017-04-15
3
-8
/
+9
*
|
Early return in `PredicateBuilder::ArrayHandler`
Ryuta Kamizono
2017-04-15
1
-4
/
+3
|
/
*
Merge pull request #28715 from kamipo/convert_association_queries_to_poro_que...
Andrew White
2017-04-14
4
-60
/
+32
|
\
|
*
`AssociationQueryValue#queries` returns an array for more concise association...
Ryuta Kamizono
2017-04-11
2
-14
/
+7
|
*
Convert `PolymorphicArrayValue` to PORO queries
Ryuta Kamizono
2017-04-09
3
-28
/
+19
|
*
Convert `AssociationQueryValue` to PORO queries
Ryuta Kamizono
2017-04-09
2
-35
/
+23
*
|
exclude ORDER BY clause for exists? (#28699)
Boris Slobodin
2017-04-10
1
-1
/
+1
*
|
Merge pull request #28713 from kamipo/expose_queries_for_association_queries
Matthew Draper
2017-04-10
2
-48
/
+44
|
\
|
|
*
Expose `queries` for `AssociationQueryValue` and `PolymorphicArrayValue`
Ryuta Kamizono
2017-04-09
2
-21
/
+25
|
*
Avoid to handle polymorphic association for `AssociationQueryHandler`
Ryuta Kamizono
2017-03-28
2
-29
/
+21
*
|
Extract `construct_relation_for_exists` in `FinderMethods`
Ryuta Kamizono
2017-04-09
1
-12
/
+15
*
|
Revert "Merge pull request #28598 from wnadeau/patch-1"
Rafael Mendonça França
2017-04-03
1
-1
/
+1
*
|
FinderMethods#fourty_two docs cite proper source
Winfred Nadeau
2017-03-29
1
-1
/
+1
|
/
*
Merge pull request #28488 from kamipo/preprocess_association_query_handling
Rafael França
2017-03-27
1
-13
/
+8
|
\
|
*
Always need to extract `value.bound_attributes` if `value.is_a?(Relation)`
Ryuta Kamizono
2017-03-25
1
-3
/
+1
|
*
Preprocess association query handling in predicate builder
Ryuta Kamizono
2017-03-20
1
-11
/
+8
*
|
Fix where_clause#except with specific where value
John Hawthorn
2017-03-20
1
-2
/
+2
*
|
Use `load` rather than `collect` for force loading
Ryuta Kamizono
2017-03-19
1
-1
/
+1
|
/
*
Delegate `uniq` to `records`
Ryuta Kamizono
2017-03-18
1
-1
/
+1
*
Merge pull request #28191 from eugeneius/string_assoc_order
Rafael França
2017-03-17
1
-1
/
+6
|
\
|
*
Allow order to be given expressions as hash keys
Eugene Kenny
2017-02-27
1
-1
/
+6
*
|
Merge pull request #28371 from kamipo/simplify_count
Andrew White
2017-03-12
1
-7
/
+4
|
\
\
[next]