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
/
associations
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove redundant `!loaded?` condition
Ryuta Kamizono
2016-09-06
1
-2
/
+2
*
Merge pull request #26379 from kamipo/remove_unnecessary_query_scope
Andrew White
2016-09-05
1
-4
/
+0
|
\
|
*
Remove unnecessary `query_scope`
Ryuta Kamizono
2016-08-16
1
-4
/
+0
*
|
Remove unnecessary `count` method for collection proxy
Ryuta Kamizono
2016-09-04
2
-36
/
+14
*
|
Extract duplicated `create` and `create!` definition for association
Ryuta Kamizono
2016-09-03
3
-16
/
+8
*
|
fixes remaining RuboCop issues [Vipul A M, Xavier Noria]
Xavier Noria
2016-09-01
2
-3
/
+3
*
|
Ensure that inverse associations are set before running callbacks
Sean Griffin
2016-08-31
6
-13
/
+27
*
|
Remove unnecessary `any?` and `many?` methods for collection proxy
Ryuta Kamizono
2016-08-19
2
-28
/
+12
*
|
Remove unnecessary `length` method for collection proxy
Ryuta Kamizono
2016-08-19
2
-12
/
+6
*
|
Merge pull request #25989 from kamipo/remove_unnecessary_select_for_collectio...
Rafael França
2016-08-19
2
-11
/
+6
|
\
\
|
*
|
Remove unnecessary `select` method for `CollectionProxy`
Ryuta Kamizono
2016-08-18
2
-11
/
+6
*
|
|
Merge pull request #24099 from k0kubun/preserve-readonly
Rafael Mendonça França
2016-08-18
2
-2
/
+6
|
\
\
\
|
*
|
|
Preserve readonly flag only for readonly association
Takashi Kokubun
2016-07-30
2
-2
/
+4
*
|
|
|
Remove unnecessary ordinal methods for collection association
Ryuta Kamizono
2016-08-18
2
-91
/
+74
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #25976 from kamipo/pluck_uses_loaded_target
Rafael França
2016-08-17
1
-1
/
+12
|
\
\
\
|
*
|
|
`pluck` should use `records` (`load_target`) when `loaded?` is true
Ryuta Kamizono
2016-08-04
1
-1
/
+12
*
|
|
|
Fix inconsistent the signature of finder methods for collection association
Ryuta Kamizono
2016-08-16
2
-40
/
+38
|
|
_
|
/
|
/
|
|
*
|
|
`CollectionProxy#take` should respect dirty target
Ryuta Kamizono
2016-08-14
2
-15
/
+11
*
|
|
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-1
/
+1
*
|
|
revises most Lint/EndAlignment offenses
Xavier Noria
2016-08-07
1
-5
/
+5
*
|
|
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
|
|
applies remaining conventions across the project
Xavier Noria
2016-08-06
8
-26
/
+16
*
|
|
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
9
-391
/
+391
*
|
|
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
5
-7
/
+7
*
|
|
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
9
-20
/
+20
|
/
/
*
|
Avoid duplicated `set_inverse_instance` for target scope
Ryuta Kamizono
2016-08-03
3
-23
/
+16
*
|
Remove unnecessary `set_inverse_instance` in finder methods
Ryuta Kamizono
2016-08-02
1
-6
/
+2
|
/
*
Merge pull request #25941 from kamipo/finder_methods_uses_load_target
Rafael França
2016-07-28
1
-1
/
+1
|
\
|
*
`FinderMethods` uses `records` (`load_target`) when `loaded?` is true
Ryuta Kamizono
2016-07-28
1
-1
/
+1
*
|
Merge pull request #25940 from kamipo/fix_collection_proxy_load
Rafael França
2016-07-28
1
-0
/
+6
|
\
\
|
*
|
Fix to `CollectionProxy#load` does `load_target`
Ryuta Kamizono
2016-07-25
1
-0
/
+6
|
|
/
*
|
Remove circular join references in join_dependency
Takashi Kokubun
2016-07-28
1
-1
/
+3
*
|
`load_target` is a public method
Ryuta Kamizono
2016-07-23
1
-1
/
+1
|
/
*
Add `exists?` and `update_all` to `CollectionProxy` for respects an associati...
Ryuta Kamizono
2016-07-20
1
-5
/
+1
*
Merge pull request #25578 from kamipo/move_warning_about_composite_primary_ke...
Rafael França
2016-07-20
1
-2
/
+4
|
\
|
*
Move the warning about composite primary key to `AttributeMethods::PrimaryKey`
Ryuta Kamizono
2016-07-02
1
-2
/
+4
*
|
[ci skip] fix a typo
Yamaguchi.Tomoki
2016-07-15
1
-1
/
+1
*
|
Fixed unnecessary nesting in handle_dependency
Herman Hiddema
2016-07-04
1
-7
/
+5
|
/
*
Exists shouldn't error when used with `includes`
Sean Griffin
2016-05-30
1
-2
/
+4
*
Merge pull request #24862 from maclover7/jm-ar-fixes
Rafael França
2016-05-21
1
-2
/
+2
|
\
|
*
Add missing `the`
Jon Moss
2016-05-21
1
-2
/
+2
*
|
Support for unified Integer class in Ruby 2.4+
Jeremy Daer
2016-05-18
2
-4
/
+4
*
|
Merge pull request #24203 from sferik/count_with_block
Kasper Timm Hansen
2016-05-16
2
-5
/
+14
|
\
\
|
*
|
Forward ActiveRecord::Relation#count to Enumerable#count if block given
Erik Michaels-Ober
2016-03-19
2
-5
/
+14
*
|
|
Give more context from `AssociationMismatchError`
Sean Griffin
2016-05-12
1
-1
/
+2
*
|
|
Replacement cycle for readability
Molchanov Andrey
2016-05-10
1
-2
/
+1
|
|
/
|
/
|
*
|
Fix counter_cache double increment bug
Tom Kadwill
2016-04-28
2
-0
/
+3
*
|
Allow symbols using "dot notation" to be passed to where
Sean Griffin
2016-04-12
1
-2
/
+2
*
|
Fix undefined method `owners' for NullPreloader:Class
Ladislav Smola
2016-04-06
1
-0
/
+1
*
|
Ensure associations still work when the table name contains a dot
Sean Griffin
2016-03-31
1
-2
/
+2
|
/
[next]