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
*
Fix that a collection proxy could be cached before the save of the owner, res...
Ben Woosley
2014-10-03
1
-1
/
+7
*
Merge pull request #17093 from phiggins/remove-dynamic-send-on-built-in-callb...
Aaron Patterson
2014-09-29
1
-1
/
+1
|
\
|
*
Reduce allocations when running AR callbacks.
Pete Higgins
2014-09-28
1
-1
/
+1
*
|
Remove defunct ivars
Ben Woosley
2014-09-28
1
-1
/
+0
|
/
*
Merge pull request #16379 from JackDanger/update-preloader-documentation
Rafael Mendonça França
2014-09-10
1
-23
/
+32
|
\
|
*
Updating Associations::Preloader docs
Jack Danger Canty
2014-08-17
1
-23
/
+32
*
|
Fixed regression with referencing polymorphic assoc in eager-load
Godfrey Chan
2014-09-05
1
-1
/
+1
*
|
Skip StatementCache for eager loaded associations (Fixes #16761)
Sammy Larbi
2014-09-04
2
-2
/
+2
*
|
Merge pull request #16801 from eileencodes/refactor-scope_chain-on-through-re...
Rafael Mendonça França
2014-09-04
1
-5
/
+1
|
\
\
|
*
|
Always add lambda to scope chain to eliminate branch in eval_scope
eileencodes
2014-09-04
1
-5
/
+1
*
|
|
Follup to PR #16762
eileencodes
2014-09-04
1
-4
/
+4
|
/
/
*
|
get rid of shadowing warning when running tests AR and railtie tests.
Yves Senn
2014-09-04
1
-2
/
+2
*
|
Break conditional branches into separate methods
eileencodes
2014-09-01
1
-35
/
+52
*
|
Avoid using heredoc for user warnings
Godfrey Chan
2014-08-28
1
-6
/
+6
*
|
[ci skip] Updated documentation syntax of other parameter for rdoc
Tom Kadwill
2014-08-27
1
-1
/
+1
*
|
Merge pull request #16705 from tomkadwill/documented_many_block_param
Zachary Scott
2014-08-26
1
-1
/
+1
|
\
\
|
*
|
[ci skip] Updated documentation syntax of block parameter for rdoc
Tom Kadwill
2014-08-26
1
-1
/
+1
*
|
|
[ci skip] Updated include to reference record parameter for rdoc
Tom Kadwill
2014-08-26
1
-1
/
+1
|
/
/
*
|
[ci skip] Updated documentation syntax of block parameter for rdoc
Tom Kadwill
2014-08-26
1
-1
/
+1
*
|
Only merge scopes with zero arity in has_many through
Agis-
2014-08-20
1
-1
/
+5
*
|
Remove to_s from reflection.type in add_constraints
eileencodes
2014-08-18
1
-2
/
+2
*
|
Don't expose these new APIs yet (added in 877ea78 / #16189)
Godfrey Chan
2014-08-16
1
-1
/
+1
*
|
Implement `_was` and `changes` for in-place mutations of AR attributes
Sean Griffin
2014-08-16
1
-1
/
+1
*
|
Spelling errors
jbsmith86
2014-08-14
1
-1
/
+1
*
|
Don't delegate Reflection#chain to ThroughAssociation
eileencodes
2014-08-04
1
-2
/
+2
*
|
Merge pull request #16378 from JackDanger/doc-fix-in-join-association-build_c...
Rafael Mendonça França
2014-08-02
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
updating documented parameter for build_constraint
Jack Danger Canty
2014-08-02
1
-1
/
+1
*
|
Use available method rather than macro name checking
Carlos Antonio da Silva
2014-07-31
1
-1
/
+1
*
|
Refactor join_keys to remove complex conditionals
eileencodes
2014-07-31
1
-8
/
+3
*
|
Redefine macro checks for reflections
eileencodes
2014-07-30
1
-1
/
+1
|
/
*
remove blank lines in the start of the ActiveRecord files
Ponomarev Nikolay
2014-07-29
2
-2
/
+0
*
[ci skip] Fix documentation for @macro and reflection types
eileencodes
2014-07-27
1
-1
/
+1
*
Remove unused 1:1 association :remote option
Chris Griego
2014-07-16
1
-1
/
+1
*
Merge pull request #15266 from dv/use_counter_cache_for_empty_call
Godfrey Chan
2014-07-15
1
-0
/
+8
|
\
|
*
If a counter_cache exists, use it for #empty?
David Verhasselt
2014-06-10
1
-0
/
+8
*
|
Add a `required` option to singular associations
Sean Griffin
2014-07-04
2
-1
/
+13
*
|
Merge pull request #12450 from iantropov/master
Rafael Mendonça França
2014-06-27
3
-5
/
+16
|
\
\
|
*
|
Fix bug, when ':dependent => :destroy' option violates foreign key constraint...
Ivan Antropov
2013-10-26
3
-9
/
+18
*
|
|
Deprecate automatic counter caches on has_many :through
Sean Griffin
2014-06-26
2
-1
/
+23
*
|
|
Merge pull request #15847 from sgrif/sg-encapsulate-result-types
Rafael Mendonça França
2014-06-26
1
-3
/
+1
|
\
\
\
|
*
|
|
Encapsulate knowledge of type objects on `ActiveRecord::Result`
Sean Griffin
2014-06-22
1
-3
/
+1
*
|
|
|
`preload` preserves readonly flag on associations. #15853
Yves Senn
2014-06-25
1
-0
/
+4
*
|
|
|
Add a deprecation cycle for `NullColumn` from `column_for_attribute`
Sean Griffin
2014-06-23
1
-2
/
+2
|
/
/
/
*
|
|
Merge pull request #15747 from sgrif/sg-trolololol-this-is-so-broken
Rafael Mendonça França
2014-06-19
2
-1
/
+26
|
\
\
\
|
*
|
|
Always update counter caches in memory when adding records
Sean Griffin
2014-06-16
2
-1
/
+26
*
|
|
|
Merge pull request #15803 from sgrif/sg-column-in-associations
Rafael Mendonça França
2014-06-19
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Don't rely on the column for type casting reflections
Sean Griffin
2014-06-18
1
-2
/
+2
|
|
/
/
/
*
|
|
|
Merge pull request #15772 from nbudin/sti_through_bug
Rafael Mendonça França
2014-06-19
1
-1
/
+3
|
\
\
\
\
|
*
|
|
|
Don't include inheritance column in the through_scope_attributes
Nat Budin
2014-06-17
1
-1
/
+1
|
|
/
/
/
*
/
/
/
Fix has_and_belongs_to_many in a namespaced model pointing to a non namespace...
Rafael Mendonça França
2014-06-19
1
-8
/
+5
|
/
/
/
[next]