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
/
reflection.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Through scope should not be affected by scoping
Ryuta Kamizono
2017-08-15
1
-7
/
+2
*
Merge pull request #30208 from kamipo/extract_primary_key_to_abstract_reflection
Rafael França
2017-08-14
1
-8
/
+4
|
\
|
*
Extract `primary_key` to `AbstractReflection`
Ryuta Kamizono
2017-08-12
1
-8
/
+4
*
|
Merge pull request #27609 from kamipo/fix_association_primary_key
Rafael França
2017-08-14
1
-0
/
+4
|
\
\
|
*
|
Fix `reflection.association_primary_key` for `has_many` associations
Ryuta Kamizono
2017-08-13
1
-0
/
+4
*
|
|
Merge pull request #30231 from kamipo/remove_unused_source_type_info
Rafael França
2017-08-14
1
-10
/
+7
|
\
\
\
|
*
|
|
Remove unused `source_type_info` in `RuntimeReflection`
Ryuta Kamizono
2017-08-13
1
-10
/
+7
|
|
/
/
*
/
/
Remove duplicated `join_id_for`
Ryuta Kamizono
2017-08-13
1
-10
/
+2
|
/
/
*
/
Remove duplicated `table_name`
Ryuta Kamizono
2017-08-12
1
-8
/
+0
|
/
*
Changed join_fk private method to join_foreign_key public method
chopraanmol1
2017-08-09
1
-9
/
+9
*
Use `Concurrent::Map` than `Mutex` and `Mutex_m` for statement caches
Ryuta Kamizono
2017-08-04
1
-6
/
+3
*
Passing `klass` to `StatementCache.new`
Ryuta Kamizono
2017-08-04
1
-2
/
+2
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Fix unscoping `default_scope` in STI associations
Ryuta Kamizono
2017-07-19
1
-2
/
+4
*
Post.joins(:users) should not be affected by `User.current_scope`
Sean Griffin
2017-07-17
1
-4
/
+2
*
Fix eager loading association with scope including joins
Ryuta Kamizono
2017-07-04
1
-7
/
+11
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
1
-0
/
+1
|
\
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
|
Merge pull request #28808 from fschwahn/fix-polymorphic-automic-inverse
Matthew Draper
2017-07-01
1
-4
/
+3
|
\
\
|
|
/
|
/
|
|
*
Remove :polymorphic from INVALID_AUTOMATIC_INVERSE_OPTIONS
Fabian Schwahn
2017-04-20
1
-4
/
+3
*
|
Merge pull request #28928 from kamipo/remove_habtm_initialize
Rafael França
2017-06-28
1
-4
/
+0
|
\
\
|
*
|
Remove `HasAndBelongsToManyReflection#initialize`
Ryuta Kamizono
2017-04-29
1
-4
/
+0
|
|
/
*
|
Fix eager loading to respect `store_full_sti_class` setting
Ryuta Kamizono
2017-06-29
1
-1
/
+1
*
|
Move building constraint to `join_scope` in `Reflection`
Ryuta Kamizono
2017-06-27
1
-2
/
+11
*
|
Move constructing polymorphic type to `join_scope` in `Reflection`
Ryuta Kamizono
2017-06-27
1
-4
/
+7
*
|
Move constructing join scope to `Reflection`
Ryuta Kamizono
2017-06-26
1
-4
/
+11
*
|
Extract `build_scope` and `predicate_builder` in `Reflection`
Ryuta Kamizono
2017-06-24
1
-7
/
+10
*
|
Don't expose methods and attrs for internal usage
Ryuta Kamizono
2017-05-30
1
-17
/
+19
*
|
Merge pull request #29098 from kamipo/fix_association_with_extension_issues
Matthew Draper
2017-05-30
1
-0
/
+4
|
\
\
|
*
|
Fix association with extension issues
Ryuta Kamizono
2017-05-28
1
-0
/
+4
*
|
|
Add option for class_attribute default (#29270)
David Heinemeier Hansson
2017-05-29
1
-4
/
+2
|
/
/
*
|
Fix crashing on circular left join references with scoping
Ryuta Kamizono
2017-05-24
1
-1
/
+1
*
|
Add type caster to `RuntimeReflection#alias_name`
Jon Moss
2017-05-02
1
-1
/
+1
*
|
Use `flat_map` rather than `map(&:...).flatten`
Ryuta Kamizono
2017-04-29
1
-1
/
+1
|
/
*
`join_keys` no longer needs a class passed to it
Aaron Patterson
2017-03-03
1
-27
/
+30
*
refactor so there is only one JoinKeys factory method
Aaron Patterson
2017-03-03
1
-4
/
+15
*
ask reflection for klass join reflection
Aaron Patterson
2017-03-03
1
-0
/
+15
*
Move join scopes on to the reflection object
Aaron Patterson
2017-03-03
1
-0
/
+22
*
Fix collection_singular_ids= bug
Daniel Colson
2017-02-02
1
-2
/
+2
*
Avoid lambda scopes when possible
Aaron Patterson
2017-01-30
1
-3
/
+1
*
deprecate `scope_chain`
Aaron Patterson
2017-01-30
1
-0
/
+2
*
update comments and call `super`
Aaron Patterson
2017-01-30
1
-24
/
+3
*
remove caching until we prove it is required
Aaron Patterson
2017-01-30
1
-7
/
+3
*
Fix `scopes` implementation on `PolymorphicReflection`
Aaron Patterson
2017-01-30
1
-47
/
+12
*
Implement `scopes` method on each Reflection
eileencodes
2017-01-30
1
-5
/
+47
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2017-01-11
1
-3
/
+3
|
\
|
*
`meta-data` --> `metadata`
Jon Moss
2016-12-31
1
-3
/
+3
*
|
Improve deprecation message for deprecated reflection class name
Ryuta Kamizono
2017-01-10
1
-1
/
+1
*
|
Deprecate reflection class name to accept a class
Kir Shatrov
2017-01-09
1
-0
/
+11
[next]