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
*
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
*
|
Merge pull request #17360 from bronzle/includes_and_unscoped
Yves Senn
2014-11-05
1
-0
/
+1
|
\
\
|
*
|
copy reflection_scopes’s unscoped value when building scope for preloading,...
Byron Bischoff
2014-10-22
1
-0
/
+4
*
|
|
Avoid unnecessary allocations/calls
Pablo Herrero
2014-11-02
1
-1
/
+1
*
|
|
Use bind values for joined tables in where statements
Sean Griffin
2014-11-01
1
-0
/
+1
*
|
|
edit pass over all warnings
Xavier Noria
2014-10-28
1
-3
/
+3
*
|
|
let's warn with heredocs
Xavier Noria
2014-10-28
1
-5
/
+8
*
|
|
Prefix internal method with _
Rafael Mendonça França
2014-10-25
1
-1
/
+1
|
/
/
*
|
make sure cache is not used for collection assocations too
Aaron Patterson
2014-10-14
1
-1
/
+6
*
|
break cache if we're inside a "scoping" call. fixes #17052
Aaron Patterson
2014-10-14
1
-1
/
+6
*
|
measure record instantiation time in AS::Notifications
Aaron Patterson
2014-10-13
1
-3
/
+12
*
|
Merge pull request #17146 from divineforest/active-record-gsub-to-tr
Rafael Mendonça França
2014-10-07
1
-1
/
+1
|
\
\
|
*
|
Change `gsub` to `tr` where possible
Alexander Balashov
2014-10-06
1
-1
/
+1
|
|
/
*
/
[ci skip] Clarify deletion strategies for collection proxies
eileencodes
2014-10-04
1
-17
/
+14
|
/
*
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
[next]