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 #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
|
\
\
|
*
|
Simply forward `Calculations#count` to `Enumerable#count`
Ryuta Kamizono
2017-03-10
1
-7
/
+4
*
|
|
Simply delegate `as_json` to `records`
Ryuta Kamizono
2017-03-10
1
-1
/
+1
|
/
/
*
|
Merge pull request #25274 from kamipo/fix_find_nth_with_limit_value
Andrew White
2017-02-26
1
-3
/
+7
|
\
\
|
|
/
|
/
|
|
*
Fix `find_nth` with `limit_value`
Ryuta Kamizono
2017-02-26
1
-3
/
+7
*
|
Include selects in group query with having clause
Eugene Kenny
2017-02-26
1
-0
/
+1
|
/
*
Merge pull request #28177 from kami-zh/remove-duplicated-private
Andrew White
2017-02-26
1
-102
/
+100
|
\
|
*
Remove duplicated private method
kami-zh
2017-02-26
1
-102
/
+100
*
|
Remove useless `select_values += select_values`
Ryuta Kamizono
2017-02-26
1
-1
/
+0
|
/
*
Suppress `DISTINCT` clause outside aggregate function
Ryuta Kamizono
2017-02-25
1
-2
/
+2
*
Merge pull request #27122 from kamipo/fix_unscope_with_subquery
Rafael França
2017-02-13
1
-14
/
+26
|
\
|
*
Refactor `except_predicates_and_binds` to avoid `tap`
Ryuta Kamizono
2017-02-13
1
-12
/
+15
|
*
Fix unscope with subquery
Ryuta Kamizono
2016-12-05
1
-10
/
+19
*
|
Merge pull request #27904 from kenta-s/add-methods-back-to-array-delegation-f...
Eileen M. Uchitelle
2017-02-10
1
-0
/
+1
|
\
\
|
*
|
Delegate `to_sentence` and `to_fomatted_s` to `records`
kenta-s
2017-02-04
1
-0
/
+1
*
|
|
Revert "Remove useless `column_alias` in `subquery_for_count`"
Ryuta Kamizono
2017-02-07
1
-2
/
+3
*
|
|
Merge pull request #26378 from kamipo/decouple_building_arel_ast_for_uniquene...
Jeremy Daer
2017-02-06
1
-3
/
+43
|
\
\
\
|
*
|
|
Decouple the building Arel ASTs for uniqueness validator
Ryuta Kamizono
2016-12-25
1
-3
/
+43
*
|
|
|
Remove useless `column_alias` in `subquery_for_count`
Ryuta Kamizono
2017-02-06
1
-3
/
+2
|
|
/
/
|
/
|
|
*
|
|
Fix grammar typo about sort in finder_methods.rb
Kevin Huang
2017-01-30
1
-2
/
+2
*
|
|
Privatize unneededly protected methods in Active Record
Akira Matsuda
2017-01-05
1
-1
/
+1
[next]