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 unneeded requires
Rafael Mendonça França
2015-01-04
1
-2
/
+0
*
Return a null column from `column_for_attribute` when no column exists.
Rafael Mendonça França
2015-01-04
1
-2
/
+2
*
Remove deprecated automatic counter caches on `has_many :through`
Rafael Mendonça França
2015-01-04
1
-14
/
+0
*
Deprecate `false` as the way to halt AR callbacks
claudiob
2015-01-02
2
-2
/
+2
*
Cleanup methods, missing spacing and missing nodocs
eileencodes
2015-01-02
1
-19
/
+20
*
Move `#type_caster` to alias tracker initialize
eileencodes
2015-01-02
3
-13
/
+10
*
Add `#all_includes` method to reflections
eileencodes
2015-01-02
1
-1
/
+3
*
Initialze `#alias_tracker` with base table name
eileencodes
2015-01-02
3
-11
/
+12
*
Move `alias_candiate` into `AbstractReflection`
eileencodes
2015-01-02
1
-9
/
+7
*
Pass `connection` rather than `alias_tracker`
eileencodes
2015-01-02
2
-7
/
+7
*
Assign the `#alias_name` to each reflection
eileencodes
2015-01-02
1
-11
/
+12
*
Clean up / refactor new reflection classes
eileencodes
2015-01-02
1
-50
/
+1
*
Refactor `#get_chain` iteration to a linked list
eileencodes
2015-01-02
1
-14
/
+21
*
Refactor `#get_chain` to remove need for `#construct_tables`
eileencodes
2015-01-02
1
-14
/
+11
*
Move `#alias_name` to `ReflectionProxy` class
eileencodes
2015-01-02
1
-10
/
+23
*
Clean up assignments in `#add_constraints`
eileencodes
2015-01-02
1
-8
/
+3
*
Refactor construct_tables method
eileencodes
2015-01-02
1
-36
/
+10
*
Add RuntimeReflection for recursive access to chain
eileencodes
2015-01-02
1
-3
/
+54
*
Add PolymorphicReflection and constraints method
eileencodes
2015-01-02
1
-3
/
+4
*
Merge pull request #15309 from iantropov/issue_12698_build_through
Rafael Mendonça França
2015-01-02
1
-0
/
+11
|
\
|
*
Add setting of FK for throgh associations while building
Ivan Antropov
2014-05-25
1
-0
/
+11
*
|
Remove support to activerecord-deprecated_finders
Rafael Mendonça França
2015-01-02
9
-76
/
+48
*
|
Share foreign_key_present? implementation in _has_ associations
brainopia
2014-12-31
3
-8
/
+13
*
|
Ensure `first!` and friends work on loaded associations
Sean Griffin
2014-12-29
1
-0
/
+1
*
|
Pass a type caster when aliasing tables for joins
Sean Griffin
2014-12-29
3
-6
/
+11
*
|
`eager_load` preserves readonly flag for associations
Takashi Kokubun
2014-12-30
1
-0
/
+1
*
|
Go through normal `where` logic when preloading associations
Sean Griffin
2014-12-26
1
-1
/
+1
*
|
Remove `klass` and `arel_table` as a dependency of `PredicateBuilder`
Sean Griffin
2014-12-26
1
-1
/
+1
*
|
Inject the `PredicateBuilder` into the `Relation` instance
Sean Griffin
2014-12-26
3
-4
/
+11
*
|
- Changed `target` to `target_reflection` to avoid warning `possible referenc...
Vipul A M
2014-12-25
1
-2
/
+2
*
|
Remove unneeded special case to calculate size for has_many :through
Bogdan Gusiev
2014-12-23
1
-15
/
+0
*
|
Improve the performance of reading belongs_to associations
Sean Griffin
2014-12-22
1
-5
/
+6
*
|
Pass connection rather than alias_tracker
eileencodes
2014-12-13
1
-16
/
+17
*
|
Add foreign_type option for polymorphic has_one and has_many.
Ulisses Almeida + Kassio Borges
2014-12-08
2
-2
/
+2
*
|
Update Arel usage for rails/arel#98fc259
Sean Griffin
2014-11-29
1
-1
/
+1
*
|
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
4
-10
/
+8
*
|
Adds preloaded_records method to NullPreloader
Thorsten Ball
2014-11-28
1
-0
/
+1
*
|
Setting an association replaces records with the same id in memory
Sean Griffin
2014-11-25
1
-2
/
+18
*
|
Combine aliased_table_for and aliased_name_for
eileencodes
2014-11-24
2
-13
/
+4
*
|
Fix includes on association with a scope containing joins along with conditions
siddharth@vinsol.com
2014-11-21
1
-8
/
+2
*
|
Wrap code snippets in +, not backticks, in sdoc
claudiob
2014-11-20
1
-2
/
+2
*
|
Merge pull request #17575 from shikshachauhan/make-habtm-consistent
Rafael Mendonça França
2014-11-19
1
-1
/
+1
|
\
\
|
*
|
Allow habtm class_name option to be consistent with other associations
shiksha
2014-11-13
1
-1
/
+1
*
|
|
Improve the performance of reading attributes
Sean Griffin
2014-11-18
2
-2
/
+2
*
|
|
Remove the unused second argument to `substitute_at`
Sean Griffin
2014-11-17
2
-3
/
+2
*
|
|
Merge pull request #11694 from Empact/association-bind-values-not-updated-on-...
Rafael Mendonça França
2014-11-10
1
-1
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix that a collection proxy could be cached before the save of the owner, res...
Ben Woosley
2014-10-03
1
-1
/
+7
*
|
|
Ensure HABTM relationships produce valid class names (Fixes #17119)
Sammy Larbi
2014-11-09
1
-1
/
+1
*
|
|
default scopes should break the cache on singulur_association.
alfa-jpn
2014-11-08
1
-1
/
+2
*
|
|
default scopes should break the cache on has_many.
Aaron Patterson
2014-11-07
1
-1
/
+2
[next]