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 #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
*
|
Exists shouldn't error when used with `includes`
Sean Griffin
2016-05-30
1
-3
/
+3
|
/
*
Remove unused `association_for_table` private method
Ryuta Kamizono
2016-05-27
1
-6
/
+0
*
Support for unified Integer class in Ruby 2.4+
Jeremy Daer
2016-05-18
1
-1
/
+1
*
Merge pull request #24203 from sferik/count_with_block
Kasper Timm Hansen
2016-05-16
1
-1
/
+5
|
\
|
*
Forward ActiveRecord::Relation#count to Enumerable#count if block given
Erik Michaels-Ober
2016-03-19
1
-1
/
+5
*
|
Allow the connection adapters to determine the order of bind params
Sean Griffin
2016-05-06
1
-4
/
+10
*
|
Merge pull request #24868 from vipulnsward/delegate_encode_with
Rafael França
2016-05-05
1
-1
/
+1
|
\
\
|
*
|
delegate encode_with instead of to_yaml, which is deprecated
Vipul A M
2016-05-05
1
-1
/
+1
*
|
|
do not pass conditions to `#destroy_all` [ci skip]
yuuji.yaginuma
2016-05-05
1
-1
/
+1
|
/
/
*
|
Merge pull request #24317 from Gaurav2728/unused_set_in_active_record
Jeremy Daer
2016-04-19
1
-1
/
+0
|
\
\
|
*
|
connection adapters column, delegation in Active Record have not use of ‘se...
Gaurav Sharma
2016-03-31
1
-1
/
+0
|
|
/
*
|
Don't create new arrays when trying to compute non_empty_predicates for where...
Vipul A M
2016-04-18
1
-1
/
+2
*
|
Allow symbols using "dot notation" to be passed to where
Sean Griffin
2016-04-12
2
-4
/
+4
*
|
Pass over all Rails 5 warnings, to make sure:
Vipul A M
2016-04-12
2
-3
/
+3
*
|
Ensure associations still work when the table name contains a dot
Sean Griffin
2016-03-31
2
-2
/
+4
|
/
*
[ci skip] Fix the FinderMethods#find document
akihiro17
2016-03-14
1
-2
/
+2
*
Merge pull request #23417 from sgringwe/master
Rafael Mendonça França
2016-03-01
1
-9
/
+29
|
\
|
*
Add initial support for allowing an error on order or limit of queries being ...
Scott Ringwelski
2016-02-02
1
-9
/
+29
*
|
default second_to_last to primary_key index if no order supplied
Brian Christian
2016-02-27
1
-1
/
+7
*
|
refactor AR second_to_last to use array methods
Brian Christian
2016-02-27
1
-1
/
+6
*
|
AR #second_to_last tests and finder methods
Brian Christian
2016-02-27
1
-4
/
+12
*
|
Mutating the result of Relation#to_a should not affect the relation
Matthew Draper
2016-02-21
5
-7
/
+7
[next]