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 #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
|
|
|
/
|
|
/
|
*
|
|
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
|
|
/
|
/
|
[next]