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
*
Remove unnecessary ordinal methods for collection association
Ryuta Kamizono
2016-08-18
1
-2
/
+10
*
Merge pull request #25976 from kamipo/pluck_uses_loaded_target
Rafael França
2016-08-17
1
-1
/
+1
|
\
|
*
`pluck` should use `records` (`load_target`) when `loaded?` is true
Ryuta Kamizono
2016-08-04
1
-1
/
+1
*
|
Fix indentation
Rafael Mendonça França
2016-08-17
1
-3
/
+3
*
|
Merge pull request #25987 from aquajach/master
Rafael Mendonça França
2016-08-17
1
-1
/
+1
|
\
\
|
*
|
check if order contains comma first in does_not_support_reverse?
Jack Chen Songyong
2016-07-29
1
-1
/
+1
|
*
|
have does_not_support_reverse? support sql functions with commas in nested br...
Jack
2016-07-29
1
-1
/
+1
|
|
/
*
|
Merge pull request #26021 from kamipo/finder_bang_method_should_call_non_bang...
Rafael França
2016-08-17
1
-16
/
+16
|
\
\
|
*
|
Finder bang method should call non bang method
Ryuta Kamizono
2016-08-16
1
-16
/
+16
*
|
|
Merge pull request #26072 from kamipo/extract_case_sensitive_handler
Rafael Mendonça França
2016-08-17
3
-10
/
+41
|
\
\
\
|
*
|
|
Extract `PredicateBuilder::CaseSensitiveHandler`
Ryuta Kamizono
2016-08-16
3
-10
/
+41
|
|
/
/
*
|
|
Merge pull request #26121 from MaxLap/fix_count_with_left_joins
Rafael Mendonça França
2016-08-16
1
-6
/
+4
|
\
\
\
|
*
|
|
Fix count which would sometimes force a DISTINCT
Maxime Lapointe
2016-08-16
1
-6
/
+4
|
|
/
/
*
/
/
Do not handle as an associated predicate if a table has the column
Ryuta Kamizono
2016-08-16
1
-2
/
+2
|
/
/
*
|
Merge pull request #26117 from kamipo/make_association_quary_to_preparable_step1
Rafael Mendonça França
2016-08-16
1
-11
/
+11
|
\
\
|
*
|
Make association queries to preparable: Step 1
Ryuta Kamizono
2016-08-11
1
-11
/
+10
*
|
|
Merge pull request #26074 from kamipo/where_by_attribute_with_array_or_range
Rafael França
2016-08-16
1
-7
/
+11
|
\
\
\
|
*
|
|
`where` by `array|range` attribute with array or range value
Ryuta Kamizono
2016-08-11
1
-7
/
+11
|
|
/
/
*
|
|
Merge pull request #26097 from Dagnan/fix_recordnotfound_args_rebased
Rafael França
2016-08-16
1
-4
/
+6
|
\
\
\
|
*
|
|
When calling association.find RecordNotFound is now raised with the same argu...
Michel Pigassou
2016-08-13
1
-4
/
+6
|
|
/
/
*
|
|
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
|
|
Remove `find_nth_with_limit_and_offset` private method
Ryuta Kamizono
2016-08-15
1
-34
/
+13
*
|
|
Merge pull request #26012 from grosser/grosser/missing
Sean Griffin
2016-08-14
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
add index to array methods so we can call it on relations
Michael Grosser
2016-08-12
1
-1
/
+1
|
|
/
*
|
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-1
/
+1
*
|
revises most Lint/EndAlignment offenses
Xavier Noria
2016-08-07
1
-7
/
+7
*
|
Merge pull request #26076 from yui-knk/privatize_expand
Kasper Timm Hansen
2016-08-07
1
-10
/
+10
|
\
\
|
*
|
`ActiveRecord::PredicateBuilder#expand` to be private
yui-knk
2016-08-07
1
-10
/
+10
*
|
|
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
|
/
/
*
|
Merge pull request #26073 from kamipo/revert_passing_splat_binds_for_arel_node
Sean Griffin
2016-08-06
1
-1
/
+0
|
\
\
|
*
|
Revert passing arel node with splat binds for `where`
Ryuta Kamizono
2016-08-06
1
-1
/
+0
|
|
/
*
|
applies remaining conventions across the project
Xavier Noria
2016-08-06
2
-4
/
+3
*
|
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
14
-789
/
+789
*
|
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-2
/
+2
*
|
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
10
-48
/
+48
|
/
*
Merge pull request #25941 from kamipo/finder_methods_uses_load_target
Rafael França
2016-07-28
1
-4
/
+4
|
\
|
*
`FinderMethods` uses `records` (`load_target`) when `loaded?` is true
Ryuta Kamizono
2016-07-28
1
-4
/
+4
*
|
adds missing requires
Xavier Noria
2016-07-24
2
-0
/
+2
|
/
*
systematic revision of =~ usage in AR
Xavier Noria
2016-07-23
2
-5
/
+5
*
small reword [ci skip]
Xavier Noria
2016-07-14
1
-3
/
+3
*
removes a unnecessary limit call
Xavier Noria
2016-07-13
1
-1
/
+0
*
adds support for limits in batch processing
Xavier Noria
2016-07-13
1
-41
/
+71
*
Always prefer class types to query types when casting `group`
Sean Griffin
2016-07-11
1
-4
/
+6
*
Remove unused `predicate_builder` for `BasicObjectHandler` and `RangeHandler`
Ryuta Kamizono
2016-07-02
3
-19
/
+3
*
Merge pull request #25271 from kamipo/prevent_range_error_for_exists
Sean Griffin
2016-06-15
1
-1
/
+3
|
\
|
*
Prevent `RangeError` for `FinderMethods#exists?`
Ryuta Kamizono
2016-06-16
1
-1
/
+3
*
|
Fix `calculate` with a string value in `from` and eager loading
Ryuta Kamizono
2016-06-13
1
-9
/
+1
*
|
Fix `or` result SQL [ci skip]
Ryuta Kamizono
2016-06-11
1
-1
/
+1
|
/
*
Merge pull request #25179 from kamipo/reuse_result_of_associated_table
Sean Griffin
2016-05-30
1
-2
/
+3
|
\
|
*
Reuse a result of `table.associated_table(column)` in `AssociationQueryHandle...
Ryuta Kamizono
2016-05-28
1
-2
/
+3
[next]